Skip to content

Commit 3f13b10

Browse files
authored
chore: Release litep2p 0.11.1 (#461)
## [0.11.1] - 2025-10-28 This release ensures that polling the yamux controller after an error does not lead to unexpected behavior. ### Fixed - yamux/control: Ensure poll next inbound is not called after errors ([#445](#445)) cc @paritytech/networking --------- Signed-off-by: Alexandru Vasile <[email protected]>
1 parent 5e2992a commit 3f13b10

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1] - 2025-10-28
9+
10+
This release ensures that polling the yamux controller after an error does not lead to unexpected behavior.
11+
12+
### Fixed
13+
14+
- yamux/control: Ensure poll next inbound is not called after errors ([#445](https://github.com/paritytech/litep2p/pull/445))
15+
816
## [0.11.0] - 2025-10-20
917

1018
This release adds support for RSA remote network identity keys gated behind `rsa` feature. It also fixes mDNS initialization in the environment with no multicast addresses available and Bitswap compatibility with kubo IPFS client >= v0.37.0.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "litep2p"
33
description = "Peer-to-peer networking library"
44
repository = "https://github.com/paritytech/litep2p"
55
license = "MIT"
6-
version = "0.11.0"
6+
version = "0.11.1"
77
edition = "2021"
88

99
# cargo-machete does not detect serde_millis usage, so we ignore the warning
@@ -50,7 +50,7 @@ x25519-dalek = "2.0.1"
5050
x509-parser = "0.17.0"
5151
yasna = "0.5.0"
5252
zeroize = "1.8.1"
53-
yamux = "0.13.7"
53+
yamux = "0.13.8"
5454

5555
# Websocket related dependencies.
5656
tokio-tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots", "url"], optional = true }

0 commit comments

Comments
 (0)