Commit 74194e2
authored
chore: Release litep2p v0.12.0 (#469)
## [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 `QueryId`s not known to the client code.
### Added
- kademlia: Track success of `ADD_PROVIDER` queries
([#432](#432))
- kademlia: Workaround for dealing with not implemented `PUT_VALUE` ACKs
([#430](#430))
- kademlia: Track success of `PUT_VALUE` queries
([#427](#427))
### Fixed
- Identify: gracefully close substream after sending payload
([#466](#466))
- fix: transport context polling order
([#456](#456))
### Changed
- refactor: implement builder pattern for TransportManager
([#453](#453))1 parent 6780c26 commit 74194e2
3 files changed
+131
-132
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| |||
0 commit comments