Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump libp2p from 0.42.2 to 0.49.0 #231

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps libp2p from 0.42.2 to 0.49.0.

Release notes

Sourced from libp2p's releases.

v0.49.0

This is a large release with a couple of breaking changes. As always, please read the changelogs.

Feel free to tag us (maintainers) on your upgrade pull request for a review or general help.

Thanks to the many folks involved!

v0.48.0

Most notable changes:

  • libp2p-swarm
  • libp2p-core
    • Make RSA keypair support optional. To enable RSA support, rsa feature should be enabled. See PR 2860.

  • libp2p-mdns
    • Allow users to choose between async-io and tokio runtime in the mdns protocol implementation. async-io is a default feature, with an additional tokio feature (see PR 2748)

For all other changes, see individual changelogs for details.

Thanks to the many folks involved!

v0.47.0

Most notable change is the deprecation of NetworkBehaviourEventProcess. See corresponding changelog entry on how to migrate.

Also rust-libp2p v0.47.0 updates to prost v0.11.0 which no longer installs the protoc Protobuf compiler. Thus to build rust-libp2p you will need protoc installed locally. On CI you can use the arduino/setup-protoc GitHub action:

- name: Install Protoc
  uses: arduino/setup-protoc@v1

For all other changes, see individual changelogs for details.

v0.46.1

See individual changelogs for details.

v0.46.0

Small on the surface, though containing many internal refactorings. Shout out to @​elenaf9 and @​thomaseizinger!

See individual changelogs for details.

v0.45.1

... (truncated)

Changelog

Sourced from libp2p's changelog.

0.49.0

0.48.0

... (truncated)

Commits
  • b5612dc transports/dns/: Don't feature flag std::io import (#3027)
  • d530e51 *: Prepare v0.49.0 (#2931)
  • 2c65b0a README: Add fuel-core as a notable user (#3003)
  • d9a2e6c build(deps): Update clap to v4 (#3015)
  • 3371d7c .github/workflows: Enforce semver compliance with cargo semver-checks (#2647)
  • eb10af7 protocols/{relay,dcutr}: Replace std::time::SystemTime with `instant::Syste...
  • f711dd5 core/muxer: Deprecate StreamMuxerExt::next_{inbound,outbound} (#3002)
  • eba2efe protocols/noise: Inline handshake functions into upgrade traits (#2909)
  • 31a45f2 Cargo.toml: Deprecate executor specific features for sub-crates (#2962)
  • aba5ccb core/transport: Improve docs for Transport::address_translation (#2976)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 17, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-0.49.0 branch 2 times, most recently from 8188b40 to afb3c72 Compare October 24, 2022 16:16
@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-0.49.0 branch 2 times, most recently from 4b0183d to 31046d3 Compare November 12, 2022 18:15
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-0.49.0 branch from 31046d3 to 3774e2c Compare November 30, 2022 18:26
@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-0.49.0 branch 2 times, most recently from dc89598 to 55c4cd0 Compare December 20, 2022 14:13
@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-0.49.0 branch 2 times, most recently from 6415693 to 3483c73 Compare January 26, 2023 22:12
Bumps [libp2p](https://github.com/libp2p/rust-libp2p) from 0.42.2 to 0.49.0.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-libp2p@v0.42.2...v0.49.0)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-0.49.0 branch from 3483c73 to 8b997ec Compare February 11, 2023 09:42
Copy link
Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #365.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/cargo/libp2p-0.49.0 branch December 25, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants