Skip to content

4.2.1

Compare
Choose a tag to compare
@jeffret-b jeffret-b released this 08 Apr 00:32
· 1 commit to remoting-4.2 since this release

This is an interim release between 4.2 and 4.3 containing only the WebSocket fixes for JENKINS-61409 added onto the 4.2 release.

πŸ› Bug Fixes

  • JENKINS-61409 - Fix WebSocket connection crash if message size is greater than 64Kb. This is a breaking change for WebSocket connections, but is not considered breaking for the agent because the WebSocket feature is still in Beta. WebSocket connections need a matching update to the master. (#373) @Vlatombe