ipfs-bitswap
Advanced tools
Changelog
0.26.0 (2019-09-24)
All places in the API that used callbacks are now replaced with async/await
feat: make get()
a generator
make getMany()
AsyncIterable
feat: make put()
a generator
make putMany()
AsyncIterable
remove check in _findAndConnect()
feat: make start()
and stop()
async/await
refactor: make connectTo()
async/await
refactor: make findProviders()
and findAndConnect()
async/await
refactor: cb => async
refactor: async/await
chore: update travis
refactor: update benchmark tests and allow streaming to putMany
chore: address pr comments
chore: remove callback hell eslint disables
chore: wrap list of tasks in promise.all
chore: callbackify methods inside pull stream
chore: accept PR suggestions
chore: fix typo
<a name="0.25.1"></a>
Changelog
0.25.1 (2019-06-26)
The emitted events contain the stringified version of the CID, as we change it to the base encoding the CID has, those bytes may be different to previous versions of this module.
Though this shouldn't have any impact on any other modules as the events are only used internally.
<a name="0.25.0"></a>
Changelog
0.25.0 (2019-06-12)
The emitted events contain the stringified version of the CID, as we change it to the base encoding the CID has, those bytes may be different to previous versions of this module.
Though this shouldn't have any impact on any other modules as the events are only used internally.
<a name="0.24.1"></a>