Skip to content

Commit b16c74c

Browse files
authored
chore: Release litep2p v0.12.2 (#484)
## [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](#485)) - bitswap: Reexports for CID ([#486](#486)) - Allow all the Bitswap CIDs (v1) to pass regardless of used hash ([#482](#482)) - transport/manager: Enhance local address checks ([#480](#480)) cc paritytech/polkadot-bulletin-chain#119 --------- Signed-off-by: Alexandru Vasile <[email protected]>
1 parent 29ee379 commit b16c74c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
9+
## [0.12.2] - 2025-11-28
10+
11+
This release allows all Bitswap CIDs (v1) to pass regardless of the used hash. It also enhances local address checks in the transport manager.
12+
13+
### Changed
14+
15+
- transport-service: Enhance logging with protocol names ([#485](https://github.com/paritytech/litep2p/pull/485))
16+
- bitswap: Reexports for CID ([#486](https://github.com/paritytech/litep2p/pull/486))
17+
- Allow all the Bitswap CIDs (v1) to pass regardless of used hash ([#482](https://github.com/paritytech/litep2p/pull/482))
18+
- transport/manager: Enhance local address checks ([#480](https://github.com/paritytech/litep2p/pull/480))
19+
820
## [0.12.1] - 2025-11-21
921

1022
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.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "litep2p"
33
description = "Peer-to-peer networking library"
44
repository = "https://github.com/paritytech/litep2p"
55
license = "MIT"
6-
version = "0.12.1"
6+
version = "0.12.2"
77
edition = "2021"
88

99
# cargo-machete does not detect serde_millis usage, so we ignore the warning

0 commit comments

Comments
 (0)