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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.12.2] - 2025-11-28

This release allows all Bitswap CIDs (v1) to pass regardless of the used hash. It also enhances local address checks in the transport manager.

### Changed

- transport-service: Enhance logging with protocol names ([#485](https://github.com/paritytech/litep2p/pull/485))
- bitswap: Reexports for CID ([#486](https://github.com/paritytech/litep2p/pull/486))
- Allow all the Bitswap CIDs (v1) to pass regardless of used hash ([#482](https://github.com/paritytech/litep2p/pull/482))
- transport/manager: Enhance local address checks ([#480](https://github.com/paritytech/litep2p/pull/480))

## [0.12.1] - 2025-11-21

This release adds support for connecting to multiple Kademlia DHT networks. The change is backward-compatible, no client code modifications should be needed compared to v0.12.0.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "litep2p"
description = "Peer-to-peer networking library"
repository = "https://github.com/paritytech/litep2p"
license = "MIT"
version = "0.12.1"
version = "0.12.2"
edition = "2021"

# cargo-machete does not detect serde_millis usage, so we ignore the warning
Expand Down
Loading