File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
## 0.2.3
2
2
3
3
- Introduce ` FuturesTupleSet ` , holding tuples of a ` Future ` together with an arbitrary piece of data.
4
- See [ PR 4841] ( https://github.com/libp2p/rust-lib2pp/pulls /4841 ) .
4
+ See [ PR 4841] ( https://github.com/libp2p/rust-libp2p/pull /4841 ) .
5
5
6
6
## 0.2.2
7
7
8
8
- Fix an issue where ` {Futures,Stream}Map ` returns ` Poll::Pending ` despite being ready after an item has been replaced as part of ` try_push ` .
9
- See [ PR 4865] ( https://github.com/libp2p/rust-lib2pp/pulls /4865 ) .
9
+ See [ PR 4865] ( https://github.com/libp2p/rust-libp2p/pull /4865 ) .
10
10
11
11
## 0.2.1
12
12
13
13
- Add ` .len() ` getter to ` FuturesMap ` , ` FuturesSet ` , ` StreamMap ` and ` StreamSet ` .
14
- See [ PR 4745] ( https://github.com/libp2p/rust-lib2pp/pulls /4745 ) .
14
+ See [ PR 4745] ( https://github.com/libp2p/rust-libp2p/pull /4745 ) .
15
15
16
16
## 0.2.0
17
17
18
18
- Add ` StreamMap ` type and remove ` Future ` -suffix from ` PushError::ReplacedFuture ` to reuse it for ` StreamMap ` .
19
- See [ PR 4616] ( https://github.com/libp2p/rust-lib2pp/pulls /4616 ) .
19
+ See [ PR 4616] ( https://github.com/libp2p/rust-libp2p/pull /4616 ) .
20
20
21
21
## 0.1.0
22
22
Original file line number Diff line number Diff line change 1
1
## 0.17.1
2
2
3
3
- Automatically register relayed addresses as external addresses.
4
- See [ PR 4809] ( https://github.com/libp2p/rust-lib2pp/pulls /4809 ) .
4
+ See [ PR 4809] ( https://github.com/libp2p/rust-libp2p/pull /4809 ) .
5
5
- Fix an error where performing too many reservations at once could lead to inconsistent internal state.
6
6
See [ PR 4841] ( https://github.com/libp2p/rust-libp2p/pull/4841 ) .
7
7
14
14
15
15
See [ PR 4718] ( https://github.com/libp2p/rust-libp2p/pull/4718 ) .
16
16
- Fix a rare race condition when making a reservation on a relay that could lead to a failed reservation.
17
- See [ PR 4747] ( https://github.com/libp2p/rust-lib2pp/pulls /4747 ) .
17
+ See [ PR 4747] ( https://github.com/libp2p/rust-libp2p/pull /4747 ) .
18
18
- Propagate errors of relay client to the listener / dialer.
19
19
A failed reservation will now appear as ` SwarmEvent::ListenerClosed ` with the ` ListenerId ` of the corresponding ` Swarm::listen_on ` call.
20
20
A failed circuit request will now appear as ` SwarmEvent::OutgoingConnectionError ` with the ` ConnectionId ` of the corresponding ` Swarm::dial ` call.
25
25
- ` relay::client::Event::InboundCircuitReqDenied `
26
26
- ` relay::client::Event::InboundCircuitReqDenyFailed `
27
27
28
- See [ PR 4745] ( https://github.com/libp2p/rust-lib2pp/pulls /4745 ) .
28
+ See [ PR 4745] ( https://github.com/libp2p/rust-libp2p/pull /4745 ) .
29
29
30
30
## 0.16.2
31
31
You can’t perform that action at this time.
0 commit comments