8000 Bump iroh from 0.34.1 to 0.35.0 by dependabot[bot] · Pull Request #989 · andrewdavidmackenzie/pigg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump iroh from 0.34.1 to 0.35.0 #989

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

Merged
merged 1 commit into from
May 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps iroh from 0.34.1 to 0.35.0.

Changelog

Sourced from iroh's changelog.

0.35.0 - 2025-05-12

⛰️ Features

  • (iroh) Allow connecting with "fallback" ALPNs (#3282) - (839bfaa)
  • (iroh) Add net-report method on the iroh::Endpoint that returns a Watchable<Report> (#3293) - (3448b4b)
  • (iroh,iroh-relay) Enable proxying and test-utils support for websockets, allow configuring websockets in endpoint::Builder (#3217) - (8a24a95)
  • (iroh-relay) [breaking] Adjust APIs to make it easier to create RelayMaps from lists of RelayUrls (#3292) - (cd0a47a)
  • Update to axum@0.8 (#3274) - (1d79f92)
  • [breaking] Metrics refactor (#3262) - (1957ca8)
  • Fix minimal crates selection (#3255) - (a62a2bd)
  • Improve transfer, publish, resolve examples (#3296) - (30577d3)

🐛 Bug Fixes

  • (iroh) [breaking] Update dependencies & fix 0-RTT with newer rustls by pulling the expected NodeId out of the ServerName in verifiers (#3290) - (af882a6)
  • (iroh-dns-server) Backwards compatibility for packets stored with iroh-dns-server v0.34 or lower (#3295) - (74b8baa)
  • (iroh-dns-server) Fixes for packet expiry (#3297) - (146f423)
  • (iroh-relay) Don't stop relay client actor if queues become full (#3294) - (f3c9af3)

⚙️ Miscellaneous Tasks

  • (iroh) Add echo-no-router.rs example (#3267) - (7e13aa3)
  • Update to mozilla-actions/sccache-action@v0.0.9 (#3268) - (792e6c4)

Deps

Commits
  • 31895bf chore: Release
  • 146f423 fix(iroh-dns-server): Fixes for packet expiry (#3297)
  • 74b8baa fix(iroh-dns-server): Backwards compatibility for packets stored with iroh-dn...
  • 30577d3 feat: improve transfer, publish, resolve examples (#3296)
  • f3c9af3 fix(iroh-relay): don't stop relay client actor if queues become full (#3294)
  • cd0a47a feat(iroh-relay)!: adjust APIs to make it easier to create RelayMaps from l...
  • 3448b4b feat(iroh): add net-report method on th 8000 e iroh::Endpoint that returns a `W...
  • af882a6 fix(iroh)!: Update dependencies & fix 0-RTT with newer rustls by pulling the ...
  • a62a2bd feat: fix minimal crates selection (#3255)
  • 1957ca8 feat!: metrics refactor (#3262)
  • 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.34.1 to 0.35.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.34.1...v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 13, 2025
Copy link
codecov bot commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27%. Comparing base (8e9e7fd) to head (5e60364).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #989   +/-   ##
=====================================
  Coverage      27%    27%           
=====================================
  Files          42     42           
  Lines        5971   5971           
=====================================
  Hits         1553   1553           
  Misses       4418   4418           
Flag Coverage Δ
unittests 27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andrewdavidmackenzie andrewdavidmackenzie merged commit 688d9ad into master May 14, 2025
19 checks passed
@andrewdavidmackenzie andrewdavidmackenzie deleted the dependabot/cargo/iroh-0.35.0 branch May 14, 2025 06:40
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
0