Skip to content

Releases: pion/sctp

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 11:42
d9cdf5f

Changelog

v1.10.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:56
e50ddbe

Changelog

  • e50ddbe Configurable optin reassembly queue limit

v1.10.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:45
9ba29a9

Changelog

  • 9ba29a9 Update module github.com/pion/transport/v4 to v4.0.2 (#468)
  • eaf5710 Set cap of ReassemblyQueue based on rwnd size (#471)

v1.10.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 09:37
80c7bc2

Changelog

  • 80c7bc2 Accept unrecognized error cause codes in ABORT (#470)
  • 2f67797 Fix endless loop in processSelectiveAck (#469)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 22 May 04:53
6d05baa

Changelog

  • 6d05baa Update readme with implemented specs
  • 9466294 Add post handshake metadata
  • 6bb25e0 Stream Schedulers and User Message Interleaving (RFC 8260) (#443)

v1.9.5

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:44
2e80e82

Changelog

  • 2e80e82 Unblock blocking writes on close
  • 31120e8 Update CI configs to v0.12.2

v1.9.4

Choose a tag to compare

@github-actions github-actions released this 21 Mar 19:57
85890bb

Changelog

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

v1.9.3

Choose a tag to compare

@github-actions github-actions released this 13 Mar 06:07
e3a1986

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

Choose a tag to compare

@github-actions github-actions released this 12 Jan 14:31
ad04ae2

Changelog

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

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 08 Jan 23:16
91cdc67

Changelog

  • 91cdc67 Upgrade to pion/transport/v4