Skip to content

Releases: pion/sctp

v1.9.4

21 Mar 19:57
85890bb

Choose a tag to compare

Changelog

  • 85890bb Implement SCTP Negotiation Acceleration Protocol (SNAP) (#449)

v1.9.3

13 Mar 06:07
e3a1986

Choose a tag to compare

Changelog

  • e3a1986 Fixed shutdown race where ABORT is not sent (#456)
  • ef91273 Apply modernize and lint upgrades
  • adb809c Update CI configs to v0.12.1
  • 6fcb82c Migrate from config to options pattern
  • cb53d27 Update CI configs to v0.12.0
  • 348c19d Update CI configs to v0.11.39
  • 473ed5a Update CI configs to v0.11.37

v1.9.2

12 Jan 14:31
ad04ae2

Choose a tag to compare

Changelog

  • ad04ae2 Exit fast recovery outside guard
  • 5743623 RTO to clear fast recovery

v1.9.1

08 Jan 23:16
91cdc67

Choose a tag to compare

Changelog

  • 91cdc67 Upgrade to pion/transport/v4

v1.9.0

23 Dec 19:08

Choose a tag to compare

Changelog

v1.8.41

27 Nov 14:49
4d42391

Choose a tag to compare

Changelog

  • 4d42391 Fix a deadlock with Abort
  • 57f9351 Undo retract v1.8.40
  • c5367a8 Retract v1.8.40
  • 096446a Revert "Update packet to RFC 9260"
  • b1a66a4 Update readme about RACK, 9260, and 9438
  • 408cd6a Update module github.com/pion/transport/v3 to v3.1.1
  • 9ee8305 Update module github.com/pion/transport/v3 to v3.1.0
  • a69c6a2 Update receive_payload_queue to RFC 9260
  • e83061b Fix typos in paramtype
  • 803e488 Fix a leak with pop in pending_queue
  • af925dd Update readme with RFCs and v2 plans
  • 9324183 Update packet to RFC 9260
  • 012d2b4 Test RTT switch reordering (#408)
  • c875185 Fix a test race
  • 58bb3c2 Update CI configs to v0.11.32
  • f37b783 Fix a typo for RFC reference in paramtype

v1.8.40

13 Oct 22:23
ca6acd9

Choose a tag to compare

Changelog

  • ca6acd9 Retract v1.8.12 due to ZeroChecksum misinterpretation (#398)
  • fd05fa0 Remove zero checksum heuristic (#397)
  • 4375619 Update CI configs to v0.11.31
  • 77d8f2c Remove rand.seed() from assoc tests
  • 416827e VNet improved test readability
  • 1a60a8f Update module github.com/pion/transport/v3 to v3.0.8
  • 200bc7a Update CI configs to v0.11.29
  • 766f31a Apply go modernize
  • 62a0086 Update CI configs to v0.11.26
  • e47acc0 Update CI configs to v0.11.25
  • 9473735 Update module github.com/stretchr/testify to v1.11.1
  • c94b06e Update CI configs to v0.11.24
  • f3696dc Update module github.com/stretchr/testify to v1.11.0
  • 4a23fad Fix lint isuses with golangci@v2
  • 9abb705 Update CI configs to v0.11.22
  • 3839652 Update module github.com/pion/logging to v0.2.4
  • b5317d6 Update CI configs to v0.11.20
  • 2657b67 Replace interface{} with any

v1.8.39

25 Apr 18:09

Choose a tag to compare

Changelog

  • dfcf6c4 Allow MTU to be set via Config
  • d3df142 Update CI configs to v0.11.19

v1.8.38

12 Apr 18:47
cec4674

Choose a tag to compare

Changelog

  • cec4674 Make Association.BufferedAmount public (#369)
  • 08d15aa Update social media links, move to discord
  • bc89dd1 Update lint rules, force testify/assert for tests
  • 24efa50 Enforce and update testify/assert

v1.8.37

05 Mar 02:06
bf53986

Choose a tag to compare

Changelog

  • bf53986 Don't discard data on io.ErrShortBuffer