File size: 712 Bytes
f0f4f2b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ## 0.3.0
<!-- Update to libp2p-swarm v0.45.0 -->
## 0.2.2
- Fix a panic caused when `upnp::Gateway` is dropped and its events queue receiver is no longer
available.
See [PR 5273](https://github.com/libp2p/rust-libp2p/pull/5273).
## 0.2.1
- Fix a panic caused when dropping `upnp::Behaviour` such as when used together with `Toggle`.
See [PR 5096](https://github.com/libp2p/rust-libp2p/pull/5096).
## 0.2.0
## 0.1.1
- Fix high CPU usage due to repeated generation of failure events.
See [PR 4569](https://github.com/libp2p/rust-libp2p/pull/4569).
- Fix port mapping protocol used for a UDP multiaddress.
See [PR 4542](https://github.com/libp2p/rust-libp2p/pull/4542).
## 0.1.0
- Initial version
|