Skip to content

Releases: nightowlnerd/slipstream-rust

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Feb 09:39
1a5fed7

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

Choose a tag to compare

@github-actions github-actions released this 13 Feb 09:00

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

Full Changelog: https://github.com/nightowlnerd/slipstream-rust/commits/v0.1.0