| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| iroh-dns-server-v0.95.0-aarch64-unknown-linux-musl.tar.gz | 2025-11-04 | 4.9 MB | |
| iroh-relay-v0.95.0-aarch64-unknown-linux-musl.tar.gz | 2025-11-04 | 3.7 MB | |
| iroh-dns-server-v0.95.0-x86_64-apple-darwin.tar.gz | 2025-11-04 | 5.0 MB | |
| iroh-relay-v0.95.0-x86_64-apple-darwin.tar.gz | 2025-11-04 | 3.8 MB | |
| iroh-dns-server-v0.95.0-aarch64-apple-darwin.tar.gz | 2025-11-04 | 4.5 MB | |
| iroh-relay-v0.95.0-aarch64-apple-darwin.tar.gz | 2025-11-04 | 3.4 MB | |
| iroh-dns-server-v0.95.0-x86_64-pc-windows-msvc.zip | 2025-11-04 | 4.5 MB | |
| iroh-relay-v0.95.0-x86_64-pc-windows-msvc.zip | 2025-11-04 | 3.4 MB | |
| iroh-dns-server-v0.95.0-x86_64-unknown-linux-musl.tar.gz | 2025-11-04 | 5.3 MB | |
| iroh-relay-v0.95.0-x86_64-unknown-linux-musl.tar.gz | 2025-11-04 | 4.0 MB | |
| README.md | 2025-11-04 | 3.2 kB | |
| v0.95.0 source code.tar.gz | 2025-11-04 | 526.8 kB | |
| v0.95.0 source code.zip | 2025-11-04 | 625.8 kB | |
| Totals: 13 Items | 43.7 MB | 4 | |
⚠️ Breaking Changes
iroh-dns-server- upgraded to redb version 3 - you much run with version 0.93 at least once to upgrade the database
iroh- changed
- All errors have changed from
snafuerrors ton0-errorerrors. ConnectError::Connection- fields changedAcceptError::Connection- fields changedAcceptError::MissingRemoteEndpointId- fields changedAcceptError::NotAllowed- fields changedAcceptError::User- fields changedConnecting::into_0rtt-> returnsResult<OutgoingZeroRttConnection, Connecting>
- All errors have changed from
removedProtocolHandler::on_connecting()removed - implementon_accepting()instead, which takesAcceptingrather thanConnectingDynProtocolHandler::on_connecting()removed - implementon_accepting()insteadiroh::endpoint::IncomingFuture- useAcceptinginsteadiroh::endpoint::ZeroRttAccepted- replaced by explicit 0-RTT connection types
- changed
⛰️ Features
- (iroh-relay) Allow for extension of
RelayMaps (#3575) - (45e1f48) - Add new NA west default relay (#3599) - (828789a)
- Make
Connection::remote_idandConnection::alpninfallible (#3556) - (e2dc591)
🐛 Bug Fixes
- Remove "https" from NA west url (#3600) - (c2bdbe2)
- Stop relay actor on endpoint close (#3601) - (30c23e8)
🚜 Refactor
📚 Documentation
- (iroh) Fix documentation on endpoint::Builder::empty (#3592) - (71d5136)
- (iroh) Clarify ProtocolHandler::accept (#3567) - (406bfde)