Skip to content

Commit b3fcca8

Browse files
authored
chore(swarm): append missing changelog
Add missing changelog entry for #5242. Pull-Request: #5806.
1 parent 40ddf7e commit b3fcca8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

libp2p/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
- Expose swarm builder phase errors.
1616
See [PR 5726](https://github.com/libp2p/rust-libp2p/pull/5726).
1717

18+
- Deprecate `ConnectionHandler::{InboundOpenInfo, OutboundOpenInfo}` associated type.
19+
Previously, users could tag pending sub streams with custom data and retrieve the data
20+
after the substream has been negotiated.
21+
But substreams themselves are completely interchangeable, users should instead track
22+
additional data inside `ConnectionHandler` after negotiation.
23+
See [PR 5242](https://github.com/libp2p/rust-libp2p/pull/5242).
24+
1825
## 0.54.1
1926

2027
- Update individual crates.

swarm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
- Update default for idle-connection-timeout to 10s.
1313
See [PR 4967](https://github.com/libp2p/rust-libp2p/pull/4967).
1414

15+
- Deprecate `ConnectionHandler::{InboundOpenInfo, OutboundOpenInfo}` associated type.
16+
Previously, users could tag pending sub streams with custom data and retrieve the data
17+
after the substream has been negotiated.
18+
But substreams themselves are completely interchangeable, users should instead track
19+
additional data inside `ConnectionHandler` after negotiation.
20+
See [PR 5242](https://github.com/libp2p/rust-libp2p/pull/5242).
21+
1522
## 0.45.1
1623

1724
- Update `libp2p-swarm-derive` to version `0.35.0`, see [PR 5545]

0 commit comments

Comments
 (0)