ipfs-browser-sandbox
ipfs-browser-sandbox copied to clipboard
chore(deps): bump libp2p and ipfs
Bumps libp2p to 0.42.2 and updates ancestor dependency ipfs. These dependencies need to be updated together.
Updates libp2p
from 0.27.7 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
FaultTolerance
enum 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
FaultTolerance
enum 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
4084163
chore: release 0.42.2 (#1551)f82e6b8
fix: allow configuring circuit stream limits (#1542)0831cd9
fix: allow reading PeerId from keychain (#1552)b6fde93
chore: remove unused rimraf dep (#1559)79005f3
chore: update dependanbot config (#1558)5414953
docs: update connection manager docs (#1555)bd2bdf7
fix: do not append peer id to path addresses (#1547)398e231
fix: allow dialing multiaddrs without peer ids (#1548)141e072
fix: allow exporting PeerIds from the keychain (#1546)5cf7f48
docs: 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
from 0.43.1 to 0.66.0
Release notes
Sourced from ipfs's releases.
ipfs ipfs-v0.66.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-cli bumped from ^0.15.0 to ^0.16.0
- ipfs-core bumped from ^0.17.0 to ^0.18.0
- devDependencies
- interface-ipfs-core bumped from ^0.157.0 to ^0.158.0
- ipfs-client bumped from ^0.9.2 to ^0.10.0
- ipfs-core-types bumped from ^0.13.0 to ^0.14.0
- ipfs-http-client bumped from ^59.0.0 to ^60.0.0
ipfs ipfs-v0.65.0
See the upgrade guide.
⚠ BREAKING CHANGES
- ipfs is now bundled with
[email protected]
which has different config. See the migration guide here: https://github.com/libp2p/js-libp2p/blob/master/doc/migrations/v0.39-v0.40.mdFeatures
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-cli bumped from ^0.14.2 to ^0.15.0
- ipfs-core bumped from ^0.16.1 to ^0.17.0
- devDependencies
- interface-ipfs-core bumped from ^0.156.1 to ^0.157.0
- ipfs-client bumped from ^0.9.1 to ^0.9.2
- ipfs-core-types bumped from ^0.12.1 to ^0.13.0
- ipfs-http-client bumped from ^58.0.1 to ^59.0.0
ipfs ipfs-v0.64.2
... (truncated)
Commits
6e94067
chore: release master (#4252)d1c3abb
deps: update libp2p to 0.42.x (#4288)0cfcaf6
fix: allow reading rawLeaves in MFS (#4282)fa578ba
fix: disallow publishing pubsub messages to zero peers (#4286)789ee58
deps: update dag-jose to 4.0.0 (#4289)4b4c124
deps: update ipfs-utils for node 18 compatibility (#4287)5f73eca
chore: do not double-build interface tests1916ca8
chore: interface tests should run after build115a405
fix: fix publish step6d90cbf
fix: 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 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.