Skip to content

chore(deps): bump iroh-base from 0.97.0 to 0.98.0#405

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-cargo-iroh-base-0.98.0
Open

chore(deps): bump iroh-base from 0.97.0 to 0.98.0#405
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-cargo-iroh-base-0.98.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps iroh-base from 0.97.0 to 0.98.0.

Release notes

Sourced from iroh-base's releases.

v0.98.0

⛰️ Features

  • (iroh) Avoid allocations in AddrFilter (#4018) - (d26cbd2)
  • (iroh) Pluggable crypto backends (#3992) - (387c2e4)
  • (iroh) Add ability to configure external addrs (#4098) - (372aab9)
  • (iroh) Do not advertise deprecated IPv6 addrs (#4106) - (b2b1d46)
  • (iroh-relay) Expose more metrics on the relay server (#4085) - (ee844a6)
  • Expose the new fn decrypt on noq. (#4002) - (197d8db)
  • Update noq and net-tools to latest (#4088) - (159a5cf)
  • Rate limiting in router (#3951) - (ea7a634)
  • Update relay protocol to iroh-relay-v2, add new Health frame, test protocol update mechanism (#3955) - (0a22d76)
  • Update to noq@0.18 (#4121) - (72e4538)
  • Vendor pkarr implementation (#4026) - (3ab6222)

🐛 Bug Fixes

  • (ci) Install cmake and nasm for aws-lc-sys on Windows (#4032) - (405de1d)
  • (iroh) [breaking] Faster relay health check after network change (#4041) - (b11b0eb)
  • (iroh) Endpoint::online should only return once connected to a relay (#4115) - (3424c6d)
  • (iroh) [breaking] Don't stop address lookup when one service errors (#4126) - (321443d)
  • (iroh) Don't falsely report home relay as connected on change (#4136) - (1b04d34)
  • (iroh-relay) Send EndpointGone message to the right peers (#4079) - (6be4b3c)
  • (iroh-relay) Treat frames not allowed in a protocol version as error (#4127) - (1c92a39)
  • Improve holepunching after network changes (#3928) - (cc21f51)
  • Poll for default route with exponential backoff after network change (#4039) - (dc01a77)
  • Modify test_ip_wins_over_custom so it is a noop if no ip transport is… (#4048) - (b141e02)
  • Increase path idle timeouts and configure relay paths (#4038) - (eba6afc)
  • Handle wine properly (#3902) - (8bf7002)
  • Set default crypto provider for iroh-relay binary (#4087) - (2433645)

🚜 Refactor

  • (iroh) [breaking] Improve address lookup registry (#4130) - (481c870)
  • (iroh, iroh-relay) [breaking] Mark public types as non_exhaustive (#4107) - (86d3ac6)
  • (iroh-base) [breaking] Don't expose third-party error types in iroh-base (#4073) - (d803dfe)
  • (iroh-base) [breaking] Rename CustomAddr::as_vec to CustomAddr::to_vec and improve docs (#4074) - (3077f17)
  • (iroh-base) [breaking] Change SecretKey::generate to not take an Rng arg (#4075) - (36781ad)
  • (iroh-relay) [breaking] Proper timeouts on relay connections (#4083) - (79bb0e4)
  • Use latest noq api (#4057) - (8af8370)
  • Remove needless alloc in relay server (#4084) - (40b50a1)
  • Move to_z32/from_z32 into iroh-base and remove EndpointIdExt trait (#4133) - (382bf36)

🧪 Testing

  • (iroh) Add patchbay test matrix for switching uplinks (#4095) - (d72f1cb)
  • (iroh) Add more patchbay tests and improve existing tests (#4118) - (f5ec24a)
  • (iroh) Improve patchbay NAT matrix (#4135) - (2ad657a)
  • Fix ip_wins_over_custom flakiness (#4047) - (174b58b)
  • Add patchbay tests (#3986) - (2ab1240)

... (truncated)

Changelog

Sourced from iroh-base's changelog.

0.98.0 - 2026-04-17

⛰️ Features

  • (iroh) Avoid allocations in AddrFilter (#4018) - (d26cbd2)
  • (iroh) Pluggable crypto backends (#3992) - (387c2e4)
  • (iroh) Add ability to configure external addrs (#4098) - (372aab9)
  • (iroh) Do not advertise deprecated IPv6 addrs (#4106) - (b2b1d46)
  • (iroh-relay) Expose more metrics on the relay server (#4085) - (ee844a6)
  • Expose the new fn decrypt on noq. (#4002) - (197d8db)
  • Update noq and net-tools to latest (#4088) - (159a5cf)
  • Rate limiting in router (#3951) - (ea7a634)
  • Update relay protocol to iroh-relay-v2, add new Health frame, test protocol update mechanism (#3955) - (0a22d76)
  • Update to noq@0.18 (#4121) - (72e4538)
  • Vendor pkarr implementation (#4026) - (3ab6222)

🐛 Bug Fixes

  • (ci) Install cmake and nasm for aws-lc-sys on Windows (#4032) - (405de1d)
  • (iroh) [breaking] Faster relay health check after network change (#4041) - (b11b0eb)
  • (iroh) Endpoint::online should only return once connected to a relay (#4115) - (3424c6d)
  • (iroh) [breaking] Don't stop address lookup when one service errors (#4126) - (321443d)
  • (iroh) Don't falsely report home relay as connected on change (#4136) - (1b04d34)
  • (iroh-relay) Send EndpointGone message to the right peers (#4079) - (6be4b3c)
  • (iroh-relay) Treat frames not allowed in a protocol version as error (#4127) - (1c92a39)
  • Improve holepunching after network changes (#3928) - (cc21f51)
  • Poll for default route with exponential backoff after network change (#4039) - (dc01a77)
  • Modify test_ip_wins_over_custom so it is a noop if no ip transport is… (#4048) - (b141e02)
  • Increase path idle timeouts and configure relay paths (#4038) - (eba6afc)
  • Handle wine properly (#3902) - (8bf7002)
  • Set default crypto provider for iroh-relay binary (#4087) - (2433645)

🚜 Refactor

  • (iroh) [breaking] Improve address lookup registry (#4130) - (481c870)
  • (iroh, iroh-relay) [breaking] Mark public types as non_exhaustive (#4107) - (86d3ac6)
  • (iroh-base) [breaking] Don't expose third-party error types in iroh-base (#4073) - (d803dfe)
  • (iroh-base) [breaking] Rename CustomAddr::as_vec to CustomAddr::to_vec and improve docs (#4074) - (3077f17)
  • (iroh-base) [breaking] Change SecretKey::generate to not take an Rng arg (#4075) - (36781ad)
  • (iroh-relay) [breaking] Proper timeouts on relay connections (#4083) - (79bb0e4)
  • Use latest noq api (#4057) - (8af8370)
  • Remove needless alloc in relay server (#4084) - (40b50a1)
  • Move to_z32/from_z32 into iroh-base and remove EndpointIdExt trait (#4133) - (382bf36)

🧪 Testing

  • (iroh) Add patchbay test matrix for switching uplinks (#4095) - (d72f1cb)
  • (iroh) Add more patchbay tests and improve existing tests (#4118) - (f5ec24a)
  • (iroh) Improve patchbay NAT matrix (#4135) - (2ad657a)
  • Fix ip_wins_over_custom flakiness (#4047) - (174b58b)

... (truncated)

Commits
  • 42d6983 chore: Release
  • 08c6454 chore: fix changelog generation
  • 1b04d34 fix(iroh): don't falsely report home relay as connected on change (#4136)
  • 481c870 refactor(iroh)!: improve address lookup registry (#4130)
  • 2ad657a tests(iroh): improve patchbay NAT matrix (#4135)
  • 321443d fix(iroh)!: don't stop address lookup when one service errors (#4126)
  • 3424c6d fix(iroh): Endpoint::online should only return once connected to a relay (#...
  • 1c92a39 fix(iroh-relay): treat frames not allowed in a protocol version as error (#4127)
  • 382bf36 refactor: Move to_z32/from_z32 into iroh-base and remove EndpointIdExt trait ...
  • 3ab6222 feat: vendor pkarr implementation (#4026)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 13, 2026
Bumps [iroh-base](https://github.com/n0-computer/iroh) from 0.97.0 to 0.98.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.97.0...v0.98.0)

---
updated-dependencies:
- dependency-name: iroh-base
  dependency-version: 0.98.0
  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-iroh-base-0.98.0 branch from aa07719 to 34d4929 Compare May 13, 2026 15:14
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