v0.9.2
This is another quick bugfix release:
- This release fixes compatibility with the QUIC transport (broken in 0.9.0).
- Un-exports the "FiltersConnectionGater" type. Exporting this type was unintentional.
- Reduces the number of addresses we advertise in some cases. Specifically, libp2p receives address "observations" from peers on the network and advertises these addresses once enough peers have reported them. However, in some networks, we can end up reporting many ports for the same address. In this release, we report at most two ports per address.