Skip to content

Commit 3de3785

Browse files
chore: Release litep2p v0.12.1 (#475)
## [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. ### Changed - kad: Allow connecting to more than one DHT network ([#473](#473)) - service: Log services that have closed ([#474](#474)) ### Fixed - update simple-dns ([#470](#470))
1 parent 643d4ff commit 3de3785

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [0.12.1] - 2025-11-21
9+
10+
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.
11+
12+
### Changed
13+
14+
- kad: Allow connecting to more than one DHT network ([#473](https://github.com/paritytech/litep2p/pull/473))
15+
- service: Log services that have closed ([#474](https://github.com/paritytech/litep2p/pull/474))
16+
17+
### Fixed
18+
19+
- update simple-dns ([#470](https://github.com/paritytech/litep2p/pull/470))
20+
821
## [0.12.0] - 2025-11-11
922

1023
This release adds `KademliaEvent::PutRecordSuccess` & `KademliaEvent::AddProviderSuccess` events to Kademlia, allowing to track whether publishing a record or a provider was successfull. While `PutRecordSuccess` was present in the previous versions of litep2p, it was actually never emitted. Note that `AddProviderSuccess` and `QueryFailed` are also generated during automatic provider refresh, so those may be emitted for `QueryId`s not known to the client code.

Cargo.lock

Lines changed: 24 additions & 24 deletions
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.0"
6+
version = "0.12.1"
77
edition = "2021"
88

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

0 commit comments

Comments
 (0)