We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3484be0 commit 9a8bbf7Copy full SHA for 9a8bbf7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [17.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v17.0.1...v17.0.2) (2023-04-13)
2
+
3
4
+### Bug Fixes
5
6
+* increase default stream limit ([#550](https://github.com/ipfs/js-ipfs-bitswap/issues/550)) ([3484be0](https://github.com/ipfs/js-ipfs-bitswap/commit/3484be038321e9c2828bded225f4c6dc94a4d5d9))
7
8
## [17.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v17.0.0...v17.0.1) (2023-04-04)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "17.0.1",
+ "version": "17.0.2",
"description": "JavaScript implementation of the Bitswap data exchange protocol used by IPFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-bitswap#readme",
0 commit comments