File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments