Skip to content

Commit 28087ae

Browse files
authored
chore: Release litep2p v0.9.3 (#358)
## [0.9.3] - 2025-03-11 This release introduces an API for setting the maximum kademlia message size. ### Changed - kad: Set upper limits for kademlia messages ([#357](#357)) --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
1 parent 441ab41 commit 28087ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.9.3] - 2025-03-11
9+
10+
This release introduces an API for setting the maximum kademlia message size.
11+
12+
### Changed
13+
14+
- kad: Set upper limits for kademlia messages ([#357](https://github.com/paritytech/litep2p/pull/357))
15+
816
## [0.9.2] - 2025-03-10
917

1018
This release downgrades a spamming log message to debug level and adds tests for the WebSocket stream implementation.

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
@@ -2,7 +2,7 @@
22
name = "litep2p"
33
description = "Peer-to-peer networking library"
44
license = "MIT"
5-
version = "0.9.2"
5+
version = "0.9.3"
66
edition = "2021"
77

88
[build-dependencies]

0 commit comments

Comments
 (0)