File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 15
15
- Expose swarm builder phase errors.
16
16
See [ PR 5726] ( https://github.com/libp2p/rust-libp2p/pull/5726 ) .
17
17
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
+
18
25
## 0.54.1
19
26
20
27
- Update individual crates.
Original file line number Diff line number Diff line change 12
12
- Update default for idle-connection-timeout to 10s.
13
13
See [ PR 4967] ( https://github.com/libp2p/rust-libp2p/pull/4967 ) .
14
14
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
+
15
22
## 0.45.1
16
23
17
24
- Update ` libp2p-swarm-derive ` to version ` 0.35.0 ` , see [ PR 5545]
You can’t perform that action at this time.
0 commit comments