• DcRouter v19.0.0
    Release / build-and-release (push) Successful in 17m2s
    Stable

    jkunz released this 2026-09-07 06:00:51 +00:00 | 0 commits to main since this release

    2026-09-07 - 19.0.0

    Breaking Changes

    • migrate log streams and realtime subscriptions to TypedSocket 8 (typed-socket)
      • Reworks getLogStream to use TypedSocket virtual streams with per-stream authorization revalidation and deterministic cleanup on close, abort, disconnect, and shutdown.
      • Updates the API client so each log stream owns and releases its socket connection, with close and stop lifecycle methods.
      • Binds realtime subscription tags server-side to the requesting socket and rejects unsupported HTTP subscription paths.
      • Pins TypedRequest, TypedRequest interfaces, TypedServer, TypedSocket, and SmartServe to protocol-compatible major versions.
      • Adds regression coverage for log stream lifecycle, authorization loss, client cleanup, and realtime socket tagging.
    Downloads