Skip to content

Releases: libp2p/rust-yamux

yamux-v0.13.10

24 Mar 13:50
@jxs jxs

Choose a tag to compare

Fix panic when processing oversized inbound Data|SYN frames. See ac71745 and GHSA-vxx9-2994-q338.

yamux-v0.13.9

02 Mar 10:38
@jxs jxs

Choose a tag to compare

Improve flow-control credit verification for window updates. See #221.

yamux-v0.13.8

02 Mar 10:37
@jxs jxs
7adbe8b

Choose a tag to compare

Introduce WriteState::Poisoned to avoid further reads after the returned number of bytes from a write operation is bigger than the header size. See #211.

yamux-v0.13.7

02 Mar 10:35
@jxs jxs
ba49769

Choose a tag to compare

Fix compilation on rust versions < 1.87.0. See #208.

yamux-v0.13.6

02 Mar 10:31
@jxs jxs
d06b2c0

Choose a tag to compare

Fix panic on frame io when the returned number of bytes from a write operation is bigger than the header size. See #202.

yamux-v0.13.5

02 Mar 10:31
@jxs jxs
cf071c8

Choose a tag to compare

Fix possible poisoned connection when closing. See #199.

yamux-v0.13.4

02 Mar 10:30
@jxs jxs
3f9e8c3

Choose a tag to compare

Fix sending pending frames after closing. See #194.

yamux-v0.13.3

07 Jun 20:41
@jxs jxs
8bd5d40

Choose a tag to compare

0.13.3

  • Wake up readers after setting the state to RecvClosed to not miss EOF. See #190.

  • Use web-time instead of instant. See #191.

yamux-v0.13.2

30 Apr 18:46
@jxs jxs
24561a6

Choose a tag to compare

See changelog for details.

yamux-v0.13.0

06 Dec 12:26
yamux-v0.13.0
68a9e3d

Choose a tag to compare

See changelog for details.