v0.98.2
elyxlz/voxtralv0.98.2Apr 28, 2026by github-actions[bot]
AI Summary
This maintenance release addresses critical stability bugs related to connection handling and dependency management to ensure smooth operation of the v0.98 branch.
Key Highlights
- Fix connection attempts aborting with empty `EndpointAddr`
- Protect against division by zero in datagram processing
- Pin security-critical dependencies (pkcs8 and der)
New Features
- Update rustls-webpki dependency
Full Release Notes
### 🐛 Bug Fixes - *(iroh)* Don't abort connection attempts when an empty `EndpointAddr` is added concurrently ([#4177](https://github.com/n0-computer/iroh/issues/4177)) - ([60f6f09](https://github.com/n0-computer/iroh/commit/60f6f092260557840b76b338ed7f85eb45b3db7b)) - Protect against division by zero in process_datagram ([#4178](https://github.com/n0-computer/iroh/issues/4178)) - ([70cec3d](https://github.com/n0-computer/iroh/commit/70cec3deaa5b007a788243e90d8e3bbe1674edf2)) ### Deps - Pin pkcs8 and der ([#4197](https://github.com/n0-computer/iroh/issues/4197)) - ([8c1461b](https://github.com/n0-computer/iroh/commit/8c1461b7f8271def0edf677457644178e11bc0d1)) - Bump rustls-webpki from 0.103.12 to 0.103.13 - ([4baa9b1](https://github.com/n0-computer/iroh/commit/4baa9b1d032e5c2e8208ef22dfe24a19ebb7fd12))