Releases: ipfs/js-ipfs-bitswap
Releases · ipfs/js-ipfs-bitswap
v17.0.3
17.0.3 (2023-05-19)
Dependencies
v17.0.0
17.0.0 (2023-03-13)
⚠ BREAKING CHANGES
.get
, .getMany
, .put
and .putMany
are no longer part of the Bitswap
interface - instead call .want
and .notify
Features
- simplify bitswap interface, add progress handlers (#527) (1f31995)
v16.0.0
16.0.0 (2023-02-13)
⚠ BREAKING CHANGES
- this module is now typescript
Features
Trivial Changes
v15.0.2
15.0.2 (2023-01-27)
Bug Fixes
- implement .has method from the blockstore interface (#520) (6cd37ac)
Trivial Changes
v15.0.1
15.0.1 (2023-01-27)
Dependencies
- dev: bump @chainsafe/libp2p-noise from 10.2.0 to 11.0.0 (#511) (584db6c)
- dev: bump aegir from 37.12.1 to 38.1.0 (#513) (72d6a4c)
v15.0.0
15.0.0 (2023-01-07)
⚠ BREAKING CHANGES
- update multiformats to v11 (#509)
Dependencies
v14.0.0
14.0.0 (2022-11-19)
⚠ BREAKING CHANGES
- updates to the new metrics interface
Bug Fixes
v13.0.0
13.0.0 (2022-10-18)
⚠ BREAKING CHANGES
- updates to incompatible multiformats version
Dependencies