Pion Sdp Versions Save

A Go implementation of the SDP

v3.0.9

1 month ago

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

2 months ago

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

v3.0.7

2 months ago

Changelog

  • 37a57e6 Add marshalInto to all types
  • 11e6d57 Add marshalSize to all types
  • 9704a3f Rollback to /v3
  • fb77fb3 Create v4
  • 011e5e0 Update CI configs to v0.11.3
  • 1f05040 Update CI configs to v0.11.0
  • f98c3d1 Remove 'AUTHORS.txt' from README.md
  • 63f296e Remove 'Generate Authors' workflow
  • e8c160b Fix GetCodecForPayloadType() with Alexa WebRTC
  • 18a7702 Add invalid repeat times unmarshal test
  • ac6517e Add missed copyright and licensing information
  • a509649 Fix: check value length in parseTimeUnits
  • c870d62 Test: port old fuzzing code to go-fuzzing
  • 3975f0d Update CI configs to v0.10.11
  • ef0b502 Update module github.com/stretchr/testify to v1.8.4
  • f984862 Update CI configs to v0.10.9
  • 856fbf6 Bring back LICENSE file
  • db952e1 Update module github.com/stretchr/testify to v1.8.3
  • 24d443d Update CI configs to v0.10.8
  • b8d6fcc Fix golangci-lint warnings
  • 476d624 Make repo REUSE compliant
  • e7867d2 Update CI configs to v0.10.7
  • 633885c Harmonize sections in README
  • 38ced26 Update AUTHORS.txt
  • c0bdb87 Cleanup common sections in README
  • 4a1c3d1 Update module github.com/stretchr/testify to v1.8.2
  • 9018600 Update CI configs to v0.10.3
  • f6fe131 Update CI configs to v0.10.1
  • d607c16 Update CI configs to v0.9.0
  • 61521a0 Update goreleaser/goreleaser-action action to v4
  • 567311f Update CI configs to v0.8.1
  • 5a1c6f2 Update CI configs to v0.8.0

v2.4.0

3 years ago
  • Fix JSEP SDP Session ID (#59 ) Session ID has been fixed to use crypto random according to JSEP spec. NewJSEPSessionDescription now returns error as a second return value.