Skip to content

Fluxzero 1.149.6

Choose a tag to compare

@github-actions github-actions released this 11 Apr 16:40

1.149.6 (2026-04-11)

Bug Fixes

  • fix(proxy): avoid shutdown hangs and websocket close noise (8635de3)

    Use a best-effort websocket close path during embedded proxy shutdown so the proxy no longer waits on close acknowledgements while the test server is already stopping.

    Also suppress expected closed-channel send errors in the websocket client once shutdown has started, which removes noisy shutdown stack traces without changing normal request handling.