Releases: ipfs/js-ipfs-bitswap
Releases · ipfs/js-ipfs-bitswap
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
v12.0.6
12.0.6 (2022-09-21)
Dependencies
- update @multiformats/multiaddr to 11.0.0 (#478) (259b69c)
v12.0.5
12.0.5 (2022-09-01)
Bug Fixes
- reset timeout controller when messages are received (#474) (f6c6317)
Trivial Changes
v12.0.4
12.0.4 (2022-08-17)
Bug Fixes
- ensure stream is closed when protocol is incorrect (#471) (2509772)