ipfs-dag-builder-vis
ipfs-dag-builder-vis copied to clipboard
chore(deps): bump libp2p and ipfs-core
Bumps libp2p to 0.42.2 and updates ancestor dependency ipfs-core. These dependencies need to be updated together.
Updates libp2p from 0.36.2 to 0.42.2
Release notes
Sourced from libp2p's releases.
libp2p v0.42.2
Bug Fixes
- allow configuring circuit stream limits (#1542) (f82e6b8)
- allow dialing multiaddrs without peer ids (#1548) (398e231)
- allow exporting PeerIds from the keychain (#1546) (141e072)
- allow reading PeerId from keychain (#1552) (0831cd9)
- do not append peer id to path addresses (#1547) (bd2bdf7)
- improve pubsub example (#1549) (ba8527c)
libp2p v0.42.1
Bug Fixes
- update ci files to publish docs (a61e401)
libp2p v0.42.0
⚠ BREAKING CHANGES
- update multiformats (#1535)
- the
FaultToleranceenum should now be imported from@libp2p/interface-transport- the connection manager and registrar are internal types and as such not part of the libp2p interface, instead use the methods exposed on the root libp2p type for obtaining connections and protocols (see the upgrade guide)
Bug Fixes
- add getProtocols method (#1523) (57a56aa)
- add register and unregister methods to root node object (#1536) (bdf53ae)
- close short-lived connections first when pruning by tag value (#1517) (40fe372), closes #1509
- expose identify service properties (#1529) (43d0bc6)
- forward connection manager events on and update types (#1524) (58cc480)
- only configure the latency monitor if a limit is configured (#1527) (1147550)
- remove transport manager from exports map (#1525) (d77405c)
- revert config changes from #1520 (#1522) (2fa2893)
- update docs (#1520) (3e53c19)
- update multiformats (#1535) (ea8f279)
libp2p v0.41.0
⚠ BREAKING CHANGES
- libp2p.hangUp and libp2p.fetch require PeerId or Multiaddr objects the same as other methods
- the libp2p opts have changed to accept a metrics object factory function instead of a config object
Features
... (truncated)
Changelog
Sourced from libp2p's changelog.
0.42.2 (2023-01-17)
Bug Fixes
- allow configuring circuit stream limits (#1542) (f82e6b8)
- allow dialing multiaddrs without peer ids (#1548) (398e231)
- allow exporting PeerIds from the keychain (#1546) (141e072)
- allow reading PeerId from keychain (#1552) (0831cd9)
- do not append peer id to path addresses (#1547) (bd2bdf7)
- improve pubsub example (#1549) (ba8527c)
0.42.1 (2023-01-11)
Bug Fixes
- update ci files to publish docs (a61e401)
0.42.0 (2023-01-10)
⚠ BREAKING CHANGES
- update multiformats (#1535)
- the
FaultToleranceenum should now be imported from@libp2p/interface-transport- the connection manager and registrar are internal types and as such not part of the libp2p interface, instead use the methods exposed on the root libp2p type for obtaining connections and protocols (see the upgrade guide)
Bug Fixes
- add getProtocols method (#1523) (57a56aa)
- add register and unregister methods to root node object (#1536) (bdf53ae)
- close short-lived connections first when pruning by tag value (#1517) (40fe372), closes #1509
- expose identify service properties (#1529) (43d0bc6)
- forward connection manager events on and update types (#1524) (58cc480)
- only configure the latency monitor if a limit is configured (#1527) (1147550)
- remove transport manager from exports map (#1525) (d77405c)
- revert config changes from #1520 (#1522) (2fa2893)
- update docs (#1520) (3e53c19)
- update multiformats (#1535) (ea8f279)
0.41.0 (2022-12-06)
⚠ BREAKING CHANGES
- libp2p.hangUp and libp2p.fetch require PeerId or Multiaddr objects the same as other methods
- the libp2p opts have changed to accept a metrics object factory function instead of a config object
Features
... (truncated)
Commits
4084163chore: release 0.42.2 (#1551)f82e6b8fix: allow configuring circuit stream limits (#1542)0831cd9fix: allow reading PeerId from keychain (#1552)b6fde93chore: remove unused rimraf dep (#1559)79005f3chore: update dependanbot config (#1558)5414953docs: update connection manager docs (#1555)bd2bdf7fix: do not append peer id to path addresses (#1547)398e231fix: allow dialing multiaddrs without peer ids (#1548)141e072fix: allow exporting PeerIds from the keychain (#1546)5cf7f48docs: fix FaultTolerance import in configuration documentation (#1550)- 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.
Updates ipfs-core from 0.14.1 to 0.18.0
Release notes
Sourced from ipfs-core's releases.
ipfs-core-utils ipfs-core-utils-v0.18.0
⚠ BREAKING CHANGES
- update multiformats to v11.x.x and related depenendcies (#4277)
Bug Fixes
- update multiformats to v11.x.x and related depenendcies (#4277) (521c84a)
- use aegir to publish RCs (#4284) (6d90cbf)
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.13.0 to ^0.14.0
ipfs-core ipfs-core-v0.18.0
⚠ BREAKING CHANGES
- update multiformats to v11.x.x and related depenendcies (#4277)
Bug Fixes
- allow reading rawLeaves in MFS (#4282) (0cfcaf6)
- mfs blob import for files larger than 262144b (#4251) (6be5906), closes #3601 #3576
- update multiformats to v11.x.x and related depenendcies (#4277) (521c84a)
- use aegir to publish RCs (#4284) (6d90cbf)
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-config bumped from ^0.6.0 to ^0.7.0
- ipfs-core-types bumped from ^0.13.0 to ^0.14.0
- ipfs-core-utils bumped from ^0.17.0 to ^0.18.0
- ipfs-http-client bumped from ^59.0.0 to ^60.0.0
- devDependencies
- interface-ipfs-core bumped from ^0.157.0 to ^0.158.0
ipfs-core-utils ipfs-core-utils-v0.17.0
⚠ BREAKING CHANGES
... (truncated)
Commits
6e94067chore: release master (#4252)d1c3abbdeps: update libp2p to 0.42.x (#4288)0cfcaf6fix: allow reading rawLeaves in MFS (#4282)fa578bafix: disallow publishing pubsub messages to zero peers (#4286)789ee58deps: update dag-jose to 4.0.0 (#4289)4b4c124deps: update ipfs-utils for node 18 compatibility (#4287)5f73ecachore: do not double-build interface tests1916ca8chore: interface tests should run after build115a405fix: fix publish step6d90cbffix: use aegir to publish RCs (#4284)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-service-account-ipfs, a new releaser for ipfs-core 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.