chore: bump iroh 0.95 -> 0.97, iroh-proxy-utils to crates.io#4
Merged
zachsmith1 merged 3 commits intomainfrom Apr 15, 2026
Merged
chore: bump iroh 0.95 -> 0.97, iroh-proxy-utils to crates.io#4zachsmith1 merged 3 commits intomainfrom
zachsmith1 merged 3 commits intomainfrom
Conversation
- iroh, iroh-base, iroh-relay: 0.95 -> 0.97 - iroh-proxy-utils: git dep -> crates.io 0.1.0 - Migrate endpoint builder API: DnsDiscovery -> DnsAddressLookup, presets::N0, unified bind_addr - Update metrics field access: magicsock.* -> socket.* - Replace removed metric fields with iroh 0.97 equivalents Mirrors datum-cloud/app#139.
e703131 to
943dea8
Compare
scotwells
previously approved these changes
Apr 15, 2026
Adds diagnostics.rs with DiagnosticsHandle that connects to iroh-services when IROH_SERVICES_API_KEY (or BUILD_IROH_SERVICES_API_KEY baked at build time) is present. Grants NetDiagnosticsCap::GetAny and registers a ClientHost Router for dial-back probes. Passes BUILD_IROH_SERVICES_API_KEY through Docker build args and the publish-docker workflow secret so production images can have the key baked in at build time.
scotwells
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mirrors the dependency upgrades from datum-cloud/app#139.
iroh,iroh-base,iroh-relay:0.95→0.97iroh-proxy-utils: git dep → crates.io0.1.0DnsDiscovery→DnsAddressLookup,presets::N0, unifiedbind_addr)magicsock.*→socket.*with iroh 0.97 field renames