✏️ Notes
With this patch release, we have updated from the alpha
to the v0.25.1
version of hickory-resolver
. If you have been pinning your own versions, you may have a conflict when updating to iroh@v0.34.1
.
⛰️ Features
- (iroh) Move
iroh-net-report
back intoiroh
(#3251) - (d6bc83f) - (iroh-relay) Allow to authenticate nodes via a HTTP POST request (#3246) - (592c3b5)
🐛 Bug Fixes
- (iroh) Reduce log-level of unknown pong message (#3242) - (cf3e650)
- (iroh) Reap ActiveRelayActor handles for idle relays (#3249) - (528a32c)
- Backoff before retry if relay connection terminates (#3254) - (bc6e98c)
⚙️ Miscellaneous Tasks
- (iroh) Update from alpha to release 0.25 hickory (#3256) - (26289ca)
- (iroh) Don't depend on unused
rustls-platform-verifier
dependency (#3257) - (42b605e) - (iroh-relay) Fix README.md instuctions to enable
server
feature (#3239) - (7588135)