Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: pion/sdp

v3.0.17

20 Dec 15:29
898beb3

Choose a tag to compare

Changelog

  • 898beb3 Add ice renomination option
  • 7944863 Add GetCodecsForPayloadTypes
  • b8e35f4 Improve test coverage for unmarshal
  • 8efa038 Improve test coverage
  • cc629db Improve test coverage
  • 9488911 Update CI configs to v0.11.32
  • 79e2548 Update CI configs to v0.11.31
  • 965253b Update CI configs to v0.11.29
  • 22c6444 Apply go modernize

v3.0.16

01 Sep 12:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.15...v3.0.16

v3.0.15

17 Jul 21:38

Choose a tag to compare

Changelog

  • 867cb9e Add lenient parsing for incomplete origin lines
  • b11b9e3 Update CI configs to v0.11.20
  • c6ff1be Replace interface{} with any

v3.0.14

17 Jun 15:09

Choose a tag to compare

Changelog

v3.0.13

23 May 01:14
0327184

Choose a tag to compare

Changelog

  • 0327184 Revert "Error on conflicting codec values"

v3.0.12

20 May 07:25

Choose a tag to compare

Changelog

  • 366829b Add FEC-FR semantic token
  • 5b610d0 Update CI configs to v0.11.19
  • 2ed82a4 Remove ic2 from ice-options
  • f0c4982 Revert invalid port message, fix test
  • 1ef6a1f Fix parse port range (#205)
  • 04eeb63 Add tests for jsep
  • fb5eb14 Add ice trickle support
  • c395deb Update social media links, move to discord
  • 635d777 Update lint rules, force testify/assert for tests
  • b9f3962 Fix go reference link
  • b31edd8 Enforce testify/assert for tests

v3.0.11

11 Mar 02:50
c7c57e2

Choose a tag to compare

Changelog

  • c7c57e2 Error on conflicting codec values when parsing
  • c128a97 Update CI configs to v0.11.18

v3.0.10

13 Jan 13:48
edabe23

Choose a tag to compare

Changelog

  • edabe23 Upgrade golangci-lint, more linters (#194)
  • 3f77272 Export SDESRepairRTPStreamIDURI (#191)
  • 2194c96 Fix fmtp parsing with spaces inside (#192)
  • d518314 Update module github.com/stretchr/testify to v1.10.0
  • d5f4801 Add support MRCPv2 proto
  • ca99278 Update go.mod version to 1.20
  • c100561 Update CI configs to v0.11.15
  • ab90a16 Update CI configs to v0.11.12
  • 4f37fbc Update go.mod version to 1.19
  • a4b69c1 Update CI configs to v0.11.7

v3.0.9

29 Mar 01:53

Choose a tag to compare

Changelog

  • 84d5ab0 Add support for rtcp-fb:*
  • 84cf380 Add support for more protos
  • 2edc074 Add test for zero values
  • b293b8f Update CI configs to v0.11.4

v3.0.8

07 Mar 03:17

Choose a tag to compare

Changelog

  • 138ce3c Use a sync.Pool for Unmarshal
  • 46f6da0 Add UnmarshalString
  • adf8269 Optimize unmarshal type handling
  • 57a58bf Update module github.com/stretchr/testify to v1.9.0