Skip to content

Releases: pion/sctp

v1.8.37

05 Mar 02:06
bf53986
Compare
Choose a tag to compare

Changelog

  • bf53986 Don't discard data on io.ErrShortBuffer

v1.8.36

18 Feb 06:27
2ac2559
Compare
Choose a tag to compare

Changelog

  • 2ac2559 Set rwnd from InitChunk (#364)
  • e597e33 Update CI configs to v0.11.18
  • f193005 Upgrade golangci-lint, more linters
  • c01e593 Update module github.com/pion/logging to v0.2.3 (#360)
  • 3dfe832 Ensure verification tag is zero for INIT packets (#359)
  • 2ff3e78 Ensure all INIT have a verification tag of 0 (#341)

v1.8.35

10 Dec 04:40
Compare
Choose a tag to compare

Changelog

  • 2600de3 Return 0 written bytes on write error
  • abb6bea Add blocking write mode for association
  • ce7e8bc Update module github.com/stretchr/testify to v1.10.0

v1.8.34

20 Nov 12:16
Compare
Choose a tag to compare

Changelog

  • a5d2612 Increment missing indications from SACK
  • 7d6927e Add congestion control parameters to config
  • 943ac50 Update go.mod version to 1.20
  • 262cd5f Update CI configs to v0.11.15

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