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)
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)
This version was pushed to npm by npm-service-account-ipfs, a new releaser for ipfs-core since your current version.
You can trigger a rebase of this PR 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will 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](https://github.com/ipld/explore.ipld.io/network/alerts).
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps libp2p to 0.42.2 and updates ancestor dependency ipfs-core. These dependencies need to be updated together.
Updates
libp2p
from 0.35.8 to 0.42.2Release notes
Sourced from libp2p's releases.
... (truncated)
Changelog
Sourced from libp2p's changelog.
... (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)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.13.0 to 0.18.0Release notes
Sourced from ipfs-core's releases.
... (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)Maintainer changes
This version was pushed to npm by npm-service-account-ipfs, a new releaser for ipfs-core since your current version.
You can trigger a rebase of this PR 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/ipld/explore.ipld.io/network/alerts).