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 874455d commit 7adbe8bCopy full SHA for 7adbe8b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.13.8
2
+
3
+- Introduce `WriteState::Poisoned` to avoid further reads after the returned number of bytes from a write operation is bigger than the header size.
4
+ See [PR 211](https://github.com/libp2p/rust-yamux/pull/211).
5
6
# 0.13.7
7
8
- Fix compilation on rust versions < 1.87.0.
yamux/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yamux"
-version = "0.13.7"
+version = "0.13.8"
authors = ["Parity Technologies <[email protected]>"]
license = "Apache-2.0 OR MIT"
description = "Multiplexer over reliable, ordered connections"
0 commit comments