We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17ae1e commit ba09389Copy full SHA for ba09389
sctp/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v0.8.0
6
+
7
* Fix 'attempt to add with overflow' panic in dev profile [#393](https://github.com/webrtc-rs/webrtc/pull/393)
8
* Limit the bytes in the PendingQueue to avoid packets accumulating there uncontrollably [#367](https://github.com/webrtc-rs/webrtc/pull/367).
9
* Improve algorithm used to push to pending queue from O(n*log(n)) to O(log(n)) [#365](https://github.com/webrtc-rs/webrtc/pull/365).
sctp/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "webrtc-sctp"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of SCTP"
0 commit comments