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.11.0

09 Dec 12:11
Compare
Choose a tag to compare

What's Changed

  • chore: update dependencies to avoid indirect go-libp2p-core dependency by @marten-seemann in #595

Full Changelog: v0.10.2...v0.11.0

v0.10.0

08 Sep 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Aug 17:00
Compare
Choose a tag to compare

Overview

This release splits the Bitswap implementation into standalone client and server implementations.

This preserves backwards compatibility with bitswap.New() returning an exchange.Interface implementation that uses the client and server.

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

28 Jul 02:49
1d1c6bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Jun 17:07
e9bbc56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 Mar 23:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.4.0

18 Aug 15:50
2b51297
Compare
Choose a tag to compare

v0.3.4

17 May 17:48
0e81f7c
Compare
Choose a tag to compare

v0.3.3

18 Nov 09:14
47b99b1
Compare
Choose a tag to compare

Configurable engine blockstore worker count

v0.2.19

10 Jun 21:21
f29c774
Compare
Choose a tag to compare
  • Fixes another map access race condition.
  • Fixes the want block metric.