Skip to content

Commit a950f7a

Browse files
chore: Release litep2p v0.10.0 (#419)
## [0.10.0] - 2025-07-22 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. ### Added - kad: Expose memory store configuration ([#407](#407)) - transport: Allow changing DNS resolver config ([#384](#384)) ### Fixed - notification: Unregister dropped protocols ([#391](#391)) - bitswap: Fix protocol implementation ([#402](#402)) - transport-manager: stricter supported multiaddress check ([#403](#403))
1 parent ee95746 commit a950f7a

File tree

4 files changed

+443
-384
lines changed

4 files changed

+443
-384
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.10.0] - 2025-07-22
9+
10+
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.
11+
12+
### Added
13+
14+
- kad: Expose memory store configuration ([#407](https://github.com/paritytech/litep2p/pull/407))
15+
- transport: Allow changing DNS resolver config ([#384](https://github.com/paritytech/litep2p/pull/384))
16+
17+
### Fixed
18+
19+
- notification: Unregister dropped protocols ([#391](https://github.com/paritytech/litep2p/pull/391))
20+
- bitswap: Fix protocol implementation ([#402](https://github.com/paritytech/litep2p/pull/402))
21+
- transport-manager: stricter supported multiaddress check ([#403](https://github.com/paritytech/litep2p/pull/403))
22+
823
## [0.9.5] - 2025-05-26
924

1025
This release primarily focuses on strengthening the stability of the websocket transport. We've resolved an issue where higher-level buffering was causing the Noise protocol to fail when decoding messages.

0 commit comments

Comments
 (0)