Skip to content

Releases: pion/sctp

v1.8.33

15 Aug 13:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.22...v1.8.33

v1.8.22

13 Aug 15:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.21...v1.8.22

v1.8.21

12 Aug 19:32
Compare
Choose a tag to compare

What's Changed

  • Update module github.com/pion/transport/v3 to v3.0.7 by @renovate in #347
  • Do not add streams after association is closed by @edaniels in #348

Full Changelog: v1.8.20...v1.8.21

v1.8.20

02 Aug 14:51
Compare
Choose a tag to compare

Changelog

  • Update module github.com/pion/transport/v3 to v3.0.4 by @renovate in #342
  • Update module github.com/pion/transport/v3 to v3.0.5 by @renovate in #343
  • Update module github.com/pion/transport/v3 to v3.0.6 by @renovate in #344
  • Reduce log level to trace for expected case by @sukunrt in #345

Full Changelog: v1.8.19...v1.8.20

v1.8.19

07 Jul 12:47
Compare
Choose a tag to compare

Changelog

  • c3b3847 Added TryMarshalUnmarshal for fuzzers

v1.8.18

06 Jul 17:19
Compare
Choose a tag to compare

Changelog

  • 553d34c Fix SCTP chunk validation

v1.8.17

02 Jul 02:11
Compare
Choose a tag to compare

Changelog

  • e23ff7a Fix inconsistencies in timer implementations
  • a8bc9b8 Remove panics in queue
  • 86ad172 Add copyright
  • 9d8cdd3 Remove third-party dequeue
  • fc54aec Fix gap block in edge condition
  • 06c44b3 Improve performance of inflight and payload queue

v1.8.16

16 Apr 05:23
Compare
Choose a tag to compare

Changelog

  • e90e787 Reuse time.Timer in ack and rtx timer utilities
  • 45982cd Update CI configs to v0.11.12
  • 8d2181d Improve comment for CRC32
  • 1be706c Fix flaky test by ignoring error in stream close

v1.8.15

05 Apr 02:33
v1.8.15
Compare
Choose a tag to compare

Changelog

v1.8.14

03 Apr 19:27
Compare
Choose a tag to compare

Changelog

  • 172d025 Toggle the ZeroChecksum heuristics
  • b6135a7 Heuristics to fix interop with bad ZeroChecksum
  • f0386f2 Fix data race in test
  • 9b21a4a Lint fixes
  • 10e246d Make the maxTSNOffset a function of rwnd
  • adadf96 Limit maximum tsn queued by the association
  • 338310b Update go.mod to 1.19
  • 969e49a Update CI configs to v0.11.7
  • e4788a9 Update CI configs to v0.11.4
  • 196ae0e Update module github.com/pion/transport/v3 to v3.0.2