PackageTrack
Sign in Get early access

webrtc-sctp

A pure Rust implementation of SCTP

0.17.2 5.7M downloads/mo #4250 most downloaded on crates.io webrtc-rs/webrtc

What this package is like to depend on

Last release 1 months ago

20 Jul 2026

Ships fairly regularly

a new release about every 4 months

Rarely documented

notes for 5 of 33 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

33 releases · first in 2018

4 releases in the last 12 months

see the full history below

Release timeline

33 releases · Aug 2018 to Jul 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 33
  1. 0.17.2 20 Jul 2026
    Release notes

    What's Changed

    • ice: Release TURN allocation even if candidate was already closed by @marcin-p-porebski in #799
    • fix(ice): always send STUN consent checks (RFC 7675) by @brady-pplx in #803
    • util: don't tear down UDP listener read_loop on WSAECONNRESET (Windows) by @rwtd in #812
    • Release mDNS resources when connections close by @mmalmi in #818
    • sctp: lower INITIAL_MTU to 1191 and expose the MTU in association::Config by @phact in #807

    New Contributors

    Full Changelog: v0.17.1...v0.17.2

    Open source →
  2. 0.17.1 06 Feb 2026

    Nothing published for this version

  3. 0.17.0 31 Jan 2026

    Nothing published for this version

  4. 0.13.0 20 Sep 2025

    Nothing published for this version

  5. 0.12.0 14 May 2025

    Nothing published for this version

  6. 0.11.0 07 Dec 2024

    Nothing published for this version

  7. 0.10.0 02 May 2024

    Nothing published for this version

  8. 0.9.1 23 Feb 2024

    Nothing published for this version

  9. 0.9.0 10 Sep 2023

    Nothing published for this version

  10. 0.8.0 25 Feb 2023
    Release notes
    • Fix 'attempt to add with overflow' panic in dev profile #393
    • Limit the bytes in the PendingQueue to avoid packets accumulating there uncontrollably #367.
    • Improve algorithm used to push to pending queue from O(n*log(n)) to O(log(n)) #365.
    • Reuse as many allocations as possible when marshaling #364.
    • The lock for the internal association was contended badly because marshaling was done while still in a critical section and also tokio was scheduling tasks badly #363.

    Breaking

    • Make sctp::Stream::write & sctp::Stream::write_sctp async again #367.
    Open source →
  11. 0.7.0 15 Nov 2022
    Release notes
    • Increased minimum support rust version to 1.60.0.
    • Do not loose data in PollStream::poll_write #341.
    • PollStream::poll_shutdown: make sure to flush any writes before shutting down #340.
    • Fixed a possible bug when adding chunks to pending queue #345.
    • Increased required webrtc-util version to 0.7.0.

    Breaking changes

    • Make Stream::on_buffered_amount_low function non-async #338.
    • Make sctp::Stream::write & sctp::Stream::write_sctp sync #344.
    Open source →
  12. 0.6.1 07 Sep 2022
    Release notes Open source →
  13. 0.6.0 23 Aug 2022

    Nothing published for this version

  14. 0.5.0 14 Jun 2022
    Release notes

    Changes

    Breaking changes

    Other improvememnts

    We made various improvements and fixes since 0.4.0, including merging all subcrates into a single git repo. The old crate repos are archived and all development will now happen in https://github.com/webrtc-rs/webrtc/.

    Subcrate updates

    The various sub-crates have been updated as follows:

    • util: 0.5.3 => 0.6.0
    • sdp: 0.5.1 => 0.5.2
    • mdns: 0.4.2 => 0.5.0
    • stun: 0.4.2 => 0.4.3
    • turn: 0.5.3 => 0.6.0
    • ice: 0.6.4 => 0.8.0
    • dtls: 0.5.2 => 0.6.0
    • rtcp: 0.6.5 => 0.7.0
    • rtp: 0.6.5 => 0.6.7
    • srtp: 0.8.9 => 0.9.0
    • scpt: 0.4.3 => 0.6.1
    • data: 0.3.3 => 0.5.0
    • interceptor: 0.7.6 => 0.8.0
    • media: 0.4.5 => 0.4.7

    Their respective change logs are found in the old, now archived, repositories and within their respective CHANGELOG.md files in the monorepo.

    Contributors

    A big thanks to all the contributors that have made this release happen:

    Open source →
  15. 0.4.3 18 Dec 2021

    Nothing published for this version

  16. 0.4.2 13 Nov 2021

    Nothing published for this version

  17. 0.4.1 28 Oct 2021

    Nothing published for this version

  18. 0.4.0 09 Oct 2021

    Nothing published for this version

  19. 0.3.8 06 Oct 2021

    Nothing published for this version

  20. 0.3.7 01 Oct 2021

    Nothing published for this version

  21. 0.3.6 26 Sep 2021

    Nothing published for this version

  22. 0.3.5 11 Sep 2021

    Nothing published for this version

  23. 0.3.4 11 Sep 2021

    Nothing published for this version

  24. 0.3.3 21 Aug 2021

    Nothing published for this version

  25. 0.3.1 01 Aug 2021

    Nothing published for this version

  26. 0.3.0 18 Jul 2021

    Nothing published for this version

  27. 0.2.3 16 Jul 2021

    Nothing published for this version

  28. 0.2.2 07 Jul 2021

    Nothing published for this version

  29. 0.2.1 03 Jul 2021

    Nothing published for this version

  30. 0.2.0 29 Jun 2021

    Nothing published for this version

  31. 0.1.0 31 May 2021

    Nothing published for this version

  32. 0.0.1 06 Mar 2021

    Nothing published for this version

  33. 0.0.0 16 Aug 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive