Commit 8a02398
authored
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- src/protocol/libp2p/kademlia
4 files changed
+374
-519
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 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
8 | 28 | | |
9 | 29 | | |
10 | 30 | | |
| |||
0 commit comments