Skip to content

Releases: ipfs/js-ipfs-bitswap

v0.24.0

09 May 19:53
@vmx vmx
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

  • v1 CIDs created by this module now default to base32 encoding when stringified

refs: ipfs/js-ipfs#1995

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai

v0.23.0

16 Mar 11:59
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.23.0

v0.22.0

08 Jan 16:28
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

  • change from big.js to bignumber.js

The impact of this change is only on the snapshot field of
the stats, as those values are represented as Big Numbers.

v0.21.2

08 Jan 15:09
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • avoid sync callbacks in async code (ddfdd71)
  • ensure callback is called (c27318f)

v0.21.1

06 Dec 12:03
@vmx vmx
Compare
Choose a tag to compare

Features

  • send max providers to findProviders request (31493dc)

v0.21.0

26 Oct 15:00
Compare
Choose a tag to compare

Features

  • change bitswapLedgerForPeer output format (c68a0c8)

v0.20.3

03 Jul 15:19
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.20.3

v0.20.2

18 Jun 17:36
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • ipfs/js-ipfs#1292 - Catch invalid CIDs and return the error via callback (#170) (51f5ce0)
  • reset batch size counter (739ad0d)

Features

  • add bitswap.ledgerForPeer (871d0d2)
  • add ledger.debtRatio() (e602810)

v0.20.0

10 Apr 05:31
Compare
Choose a tag to compare
chore: release version v0.20.0

v0.19.0

14 Feb 11:35
Compare
Choose a tag to compare

Features

  • update network calls to use dialProtocol instead (b669aac)