Skip to content

Fluxzero 1.239.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 08:27
· 102 commits to main since this release
a39f984

1.239.0 (2026-08-12)

Features

  • websocket: make runtime ingress capacity configurable (5dc81f7)

    Expose per-session concurrency and retained message and byte limits while preserving bounded protocol-liveness isolation. Resolve operational properties before SDK defaults and reject invalid client configurations before connecting.

Bug Fixes

  • websocket: isolate liveness with bounded parallel dispatch (cf586a2)

    Acknowledge pong deadlines on the protocol path and fence timeout callbacks by registration identity. Dispatch up to three complete SDK runtime messages per session concurrently while retaining fragmented, submitted, active, and pending data within the ingress bound.

    Enable isolation for every SDK runtime client, preserve explicit connector executor affinity, and keep sparse transport anomaly metrics opt-in.

Changes

  • Merge pull request #284 from fluxzero-io/fix/websocket-liveness (a39f984)

    fix(websocket): isolate liveness with bounded parallel dispatch

  • Merge branch 'main' into fix/websocket-liveness (341546d)