Skip to content

Commit 8a02398

Browse files
chore: Release litep2p v0.11.0 (#448)
## [0.11.0] - 2025-10-20 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. ### Added - Support RSA remote network identity keys ([#423](#423)) ### Fixed - bitswap: Reuse inbound substream for subsequent requests ([#447](#447)) - mDNS: Do not fail initialization if the socket could not be created ([#434](#434)) - Make RemotePublicKey public to enable signature verification ([#435](#435)) - improve error handling in webRTC-related noise function ([#377](#377)) ### Changed - Upgrade rcgen 0.10.0 -> 0.14.5 ([#450](#450)) - chore: update str0m dependency, update code based on breaking changes ([#422](#422))
1 parent 9558722 commit 8a02398

File tree

4 files changed

+374
-519
lines changed

4 files changed

+374
-519
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.0] - 2025-10-20
9+
10+
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.
11+
12+
### Added
13+
14+
- Support RSA remote network identity keys ([#423](https://github.com/paritytech/litep2p/pull/423))
15+
16+
### Fixed
17+
18+
- bitswap: Reuse inbound substream for subsequent requests ([#447](https://github.com/paritytech/litep2p/pull/447))
19+
- mDNS: Do not fail initialization if the socket could not be created ([#434](https://github.com/paritytech/litep2p/pull/434))
20+
- Make RemotePublicKey public to enable signature verification ([#435](https://github.com/paritytech/litep2p/pull/435))
21+
- improve error handling in webRTC-related noise function ([#377](https://github.com/paritytech/litep2p/pull/377))
22+
23+
### Changed
24+
25+
- Upgrade rcgen 0.10.0 -> 0.14.5 ([#450](https://github.com/paritytech/litep2p/pull/450))
26+
- chore: update str0m dependency, update code based on breaking changes ([#422](https://github.com/paritytech/litep2p/pull/422))
27+
828
## [0.10.0] - 2025-07-22
929

1030
This release adds the ability to use system DNS resolver and change Kademlia DNS memory store capacity. It also fixes the Bitswap protocol implementation and correctly handles the dropped notification substreams by unregistering them from the protocol list.

0 commit comments

Comments
 (0)