libp2p-upnp 0.2.1

UPnP support for libp2p transports
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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