Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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](https://github.com/paritytech/litep2p/pull/423))

### Fixed

- bitswap: Reuse inbound substream for subsequent requests ([#447](https://github.com/paritytech/litep2p/pull/447))
- mDNS: Do not fail initialization if the socket could not be created ([#434](https://github.com/paritytech/litep2p/pull/434))
- Make RemotePublicKey public to enable signature verification ([#435](https://github.com/paritytech/litep2p/pull/435))
- improve error handling in webRTC-related noise function ([#377](https://github.com/paritytech/litep2p/pull/377))

### Changed

- Upgrade rcgen 0.10.0 -> 0.14.5 ([#450](https://github.com/paritytech/litep2p/pull/450))
- chore: update str0m dependency, update code based on breaking changes ([#422](https://github.com/paritytech/litep2p/pull/422))

## [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.
Expand Down
Loading
Loading