Skip to content

Fluxzero 1.144.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 10:46

1.144.0 (2026-04-05)

Features

  • feat(websocket): include versions in connect metrics (5ebff8e)

    Add sdkVersion and runtimeVersion to ConnectEvent so websocket connect metrics capture both the client SDK version and the runtime version that accepted the connection.

    Resolve the runtime version from packaged test-server build metadata, wire both values into the runtime-side ConnectEvent publication path, and cover the new fields with websocket endpoint tests.