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

chore(cargo): bump iroh from 0.30.0 to 0.31.0 #6501

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps iroh from 0.30.0 to 0.31.0.

Changelog

Sourced from iroh's changelog.

0.31.0 - 2025-01-14

⛰️ Features

  • (iroh) Implement Discovery for Arc'ed Discovery types (#3107) - (f675525)
  • (iroh-relay) [breaking] Implement authentication (#3086) - (2c42eff)
  • (iroh-relay) Send regular pings to check the connection (#3113) - (cd12da3)
  • (relay) [breaking] Relay only mode now configurable (#3056) - (5aba17e)
  • Make Endpoint::close infallible (#3112) - (870c76e)
  • Allow dns discovery in transfer example (#3121) - (a5bb926)

🐛 Bug Fixes

  • (dns) Segfaults in pkarr (#3120) - (04d43a6)
  • (iroh) Set MaybeFuture to None on Poll::Ready (#3090) - (6599ea6)
  • (iroh) Parse DNS answer with multiple records into a proper NodeAddr (#3104) - (024ab7f)
  • (iroh) Remove superflious info log (#3080) - (423a986)
  • (iroh) Implement Clone for StaticProvider discovery (#3108) - (65cf688)
  • (iroh) Queue sent datagrams longer (#3129) - (e756710)
  • (iroh) Return error if disco send via relay fails (#3130) - (35af23e)
  • (iroh, iroh-relay) [breaking] Optimise the relay datagram path through the MagicSock (#3062) - (7ad531e)
  • (iroh-relay) Removes deadlock in Clients (#3099) - (c650ea8)
  • (iroh-relay) Cleanup client connections in all cases (#3105) - (f08d560)
  • [breaking] Cleanup dead and unused dependencies (#3070) - (a37dcfc)
  • Correctly set publishing details for pkarr records (#3082) - (7bdae88)
  • Try improving relay_datagram_send_channel() (#3118) - (594b861)

🚜 Refactor

  • (iroh) Magical pin projections (#3060) - (a4d4e7d)
  • (iroh) ActiveRelayActor terminates itself (#3061) - (693922a)
  • (iroh) Simplify RTT actor (#3072) - (1cd0e96)
  • (iroh) Remove CancellationToken from Endpoint (#3101) - (9cef520)
  • (iroh, iroh-relay) [breaking] Do reconnection in ActiveRelayActor (#3058) - (272b6c4)
  • (iroh-base) Introduce an Arc into RelayUrl (#3065) - (834ab78)
  • (iroh-relay) Rename DerpCodec to RelayCodec (#3059) - (dfa0a2c)
  • (iroh-relay) [breaking] Server actor task is not a task or actor anymore (#3093) - (f50db17)

📚 Documentation

  • (iroh) Update discovery docs, mostly StaticProvider (#3109) - (eb90bfc)
  • (iroh-relay) README.md: config.toml must use [tls] instead of [tlsconfig] (#3126) - (4e2641d)

🧪 Testing

  • (iroh) Make test_relay_datagram_queue less timing dependent (#3106) - (3fedee9)
  • (iroh) Add some context to test errors (#3066) - (1ae820d)

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 87e25f9 chore: Release
  • 7ba6321 chore: upgrade portmapper and netwatch deps (#3127)
  • 35af23e fix(iroh): Return error if disco send via relay fails (#3130)
  • e756710 fix(iroh): Queue sent datagrams longer (#3129)
  • b7a3568 Update issue templates
  • 4e2641d docs(iroh-relay): README.md: config.toml must use [tls] instead of [tlsconfig...
  • cd12da3 feat(iroh-relay): send regular pings to check the connection (#3113)
  • a5bb926 feat: allow dns discovery in transfer example (#3121)
  • eb90bfc docs(iroh): Update discovery docs, mostly StaticProvider (#3109)
  • 65cf688 fix(iroh): Implement Clone for StaticProvider discovery (#3108)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [iroh](https://github.com/n0-computer/iroh) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/n0-computer/iroh/releases)
- [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md)
- [Commits](n0-computer/iroh@v0.30.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 1, 2025
@link2xt
Copy link
Collaborator

link2xt commented Feb 3, 2025

We have #6490

@link2xt link2xt closed this Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/iroh-0.31.0 branch February 3, 2025 09:36
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.

1 participant