Releases: nightowlnerd/slipstream-rust
Releases · nightowlnerd/slipstream-rust
Release list
v0.1.1
What's Changed
- fix(client): prevent poll starvation, fix keep-alive unit, detect resolver stalls by @nightowlnerd in #3
- feat(client,server): add watchdog, health checks, and increase QUIC idle timeout by @nightowlnerd in #10
- fix(server): handle mark_active_stream failures and check stream flags by @nightowlnerd in #5
- fix(quic): increase CID limit and disable multipath for single-resolver by @nightowlnerd in #6
- fix(quic): move multipath/CID config from shared to client-only by @nightowlnerd in #11
- fix(client): circuit breaker for MAX_STREAMS deadlock by @nightowlnerd in #12
- fix(client): defer command processing until QUIC handshake completes by @nightowlnerd in #13
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- fix(client): prevent CPU spin from Notify stored-permit race by @nightowlnerd in #1
- fix(server): re-mark stalled streams stuck with target_fin_pending by @nightowlnerd in #2
New Contributors
- @nightowlnerd made their first contribution in #1
Full Changelog: https://github.com/nightowlnerd/slipstream-rust/commits/v0.1.0