Skip to content

Conversation

@dmitry-markin
Copy link
Collaborator

@dmitry-markin dmitry-markin commented Nov 11, 2025

[0.12.0] - 2025-11-11

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 QueryIds not known to the client code.

Added

  • kademlia: Track success of ADD_PROVIDER queries (#432)
  • kademlia: Workaround for dealing with not implemented PUT_VALUE ACKs (#430)
  • kademlia: Track success of PUT_VALUE queries (#427)

Fixed

  • Identify: gracefully close substream after sending payload (#466)
  • fix: transport context polling order (#456)

Changed

  • refactor: implement builder pattern for TransportManager (#453)

@dmitry-markin dmitry-markin requested a review from lexnv November 11, 2025 12:59
Copy link
Collaborator

@lexnv lexnv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@dmitry-markin dmitry-markin merged commit 74194e2 into master Nov 11, 2025
8 checks passed
@dmitry-markin dmitry-markin deleted the release-v0.12.0 branch November 11, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants