Commit a950f7a
authored
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
4 files changed
+443
-384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
8 | 23 | | |
9 | 24 | | |
10 | 25 | | |
| |||
0 commit comments