Releases: ipfs/js-ipfs-bitswap
Releases · ipfs/js-ipfs-bitswap
v0.24.0
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 [email protected]
v0.23.0
chore: release version v0.23.0
v0.22.0
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
Bug Fixes
- avoid sync callbacks in async code (ddfdd71)
- ensure callback is called (c27318f)
v0.21.1
Features
- send max providers to findProviders request (31493dc)
v0.21.0
Features
- change bitswapLedgerForPeer output format (c68a0c8)
v0.20.3
chore: release version v0.20.3
v0.20.2
Bug Fixes
- ipfs/js-ipfs#1292 - Catch invalid CIDs and return the error via callback (#170) (51f5ce0)
- reset batch size counter (739ad0d)
Features
v0.20.0
chore: release version v0.20.0
v0.19.0
Features
- update network calls to use dialProtocol instead (b669aac)