CloudBees Replication Parent 2888

1 minute read

RELEASED: Public: October 15, 2025

New features

None.

Feature enhancements

None.

Resolved issues

WebSocket close handling when reason string exceeds limit (BEE-62321)

Closing a WebSocket connection could sometimes fail if the reason string was too long. The WebSocket limits close reason to 123 bytes, but in some cases the message being sent exceeded this limit, causing the close to fail. The close reason is now being truncated to comply with the protocol size limit.

Known issues

None.

Upgrade notes

None.