Skip to content

v0.9.2

Choose a tag to compare

@Stebalien Stebalien released this 20 May 23:07
f6d0327

This is another quick bugfix release:

  1. This release fixes compatibility with the QUIC transport (broken in 0.9.0).
  2. Un-exports the "FiltersConnectionGater" type. Exporting this type was unintentional.
  3. 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.