Bump libp2p from 0.12.4 to 0.38.0
Bumps libp2p from 0.12.4 to 0.38.0.
Release notes
Sourced from libp2p's releases.
libp2p v0.38.0
⚠ BREAKING CHANGES
- Streams are now
Duplex<Uint8ArrayList, Uint8ArrayList | Uint8Array>connectionManager.peerValuehas been removed, usepeerStore.tagPeerinstead- limit protocol streams per-connection (#1255)
- uses new single-issue libp2p interface modules
Features
- limit protocol streams per-connection (#1255) (de30c2c)
- programmatically set agentVersion for use in identify (#1296) (0bb1b80), closes #686 #1240
- update libp2p interfaces (#1252) (d4dd664)
- use tag values to choose which connections to close (#1276) (b1b2b21)
Bug Fixes
- add successful stream peer to protobook (#1341) (8880eef)
- add timeout for circuit relay (#1294) (ba56c64)
- add timeout for incoming connections and build-in protocols (#1292) (750ed9c)
- catch errors when reconnecting old peers (#1352) (886759b)
- close streams when protocol limits are reached (#1301) (3c0fb13)
- MaxListenersExceeded warning (#1297) (627b8bf)
- prepend connection addr to circuit relay address (#1355) (509e56a)
- remove mplex prefix from muxer errors (#1304) (05e8e7e)
- specify max stream args separately (#1254) (5371729)
- update muxer behavior (#1289) (b1b9139)
- use keep-alive tag to reconnect to peers on startup (#1278) (2836acc)
deps
libp2p v0.37.3
Bug Fixes
- connection pruning (#1235) (f9073ec)
- ensure streams are closed when protocol negotiation fails (#1236) (eee256d)
- wait for peer stats to be updated during test (#1238) (b047268), closes #1219
libp2p v0.37.2
Bug Fixes
... (truncated)
Changelog
Sourced from libp2p's changelog.
0.38.0 (2022-08-17)
⚠ BREAKING CHANGES
- Streams are now
Duplex<Uint8ArrayList, Uint8ArrayList | Uint8Array>connectionManager.peerValuehas been removed, usepeerStore.tagPeerinstead- limit protocol streams per-connection (#1255)
- uses new single-issue libp2p interface modules
Features
- limit protocol streams per-connection (#1255) (de30c2c)
- programmatically set agentVersion for use in identify (#1296) (0bb1b80), closes #686 #1240
- update libp2p interfaces (#1252) (d4dd664)
- use tag values to choose which connections to close (#1276) (b1b2b21)
Bug Fixes
- add successful stream peer to protobook (#1341) (8880eef)
- add timeout for circuit relay (#1294) (ba56c64)
- add timeout for incoming connections and build-in protocols (#1292) (750ed9c)
- catch errors when reconnecting old peers (#1352) (886759b)
- close streams when protocol limits are reached (#1301) (3c0fb13)
- MaxListenersExceeded warning (#1297) (627b8bf)
- prepend connection addr to circuit relay address (#1355) (509e56a)
- remove mplex prefix from muxer errors (#1304) (05e8e7e)
- specify max stream args separately (#1254) (5371729)
- update muxer behavior (#1289) (b1b9139)
- use keep-alive tag to reconnect to peers on startup (#1278) (2836acc)
deps
0.37.3 (2022-06-08)
Bug Fixes
- connection pruning (#1235) (f9073ec)
- ensure streams are closed when protocol negotiation fails (#1236) (eee256d)
- wait for peer stats to be updated during test (#1238) (b047268), closes #1219
0.37.2 (2022-05-31)
Bug Fixes
... (truncated)
Commits
29c803achore: release 0.38.0 (#1253)4199042deps: update node-forge to 1.3.1 to slience automated warnings (#1358)509e56afix: prepend connection addr to circuit relay address (#1355)886759bfix: catch errors when reconnecting old peers (#1352)2262f81deps: update [email protected] (#1350)6630cb1deps: update interface-datastore and datastore-core (#1347)8880eeffix: add successful stream peer to protobook (#1341)f439d9bdeps!: update all deps to support no-copy operations (#1335)564f4b8deps: update it-length-prefix, uint8arraylist etc (#1317)05e8e7efix: remove mplex prefix from muxer errors (#1304)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-service-account-libp2p, a new releaser for libp2p since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
@CodiumAI-Agent /review
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
| ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
⚡ Recommended focus areas for reviewBreaking Changes
|