Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Releases: ipfs/go-bitswap

v0.1.10

05 Dec 18:25
95b0d81
Compare
Choose a tag to compare

Fix a critical bug where we'd cancel connect contexts when connecting to providers before we finished connecting. Luckily, this bug is only triggered when the DHT find providers query finishes before we finish connecting to providers (and the DHT is slow).

v0.1.9

28 Oct 20:00
v0.1.9
dcbe1f2
Compare
Choose a tag to compare

Release v0.1.9

  • Parallelize datastore reads in bitswap.
  • More accurately track which peers are useful (short term and long term) to avoid disconnecting from them.