Skip to content

Commit

Permalink
chore: Release litep2p version 0.9.0 (#317)
Browse files Browse the repository at this point in the history
## [0.9.0] - 2025-01-14

This release provides partial results to speed up `GetRecord` queries in
the Kademlia protocol.

### Changed

- kad: Provide partial results to speedup `GetRecord` queries
([#315](#315))


cc @paritytech/networking

---------

Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv authored Jan 15, 2025
1 parent c6a0746 commit 2412f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.9.0] - 2025-01-14

This release provides partial results to speed up `GetRecord` queries in the Kademlia protocol.

### Changed

- kad: Provide partial results to speedup `GetRecord` queries ([#315](https://github.com/paritytech/litep2p/pull/315))

## [0.8.4] - 2024-12-12

This release aims to make the MDNS component more robust by fixing a bug that caused the MDNS service to fail to register opened substreams. Additionally, the release includes several improvements to the `identify` protocol, replacing `FuturesUnordered` with `FuturesStream` for better performance.
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 @@ -2,7 +2,7 @@
name = "litep2p"
description = "Peer-to-peer networking library"
license = "MIT"
version = "0.8.4"
version = "0.9.0"
edition = "2021"

[build-dependencies]
Expand Down

0 comments on commit 2412f3d

Please sign in to comment.