🐛 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
👻 Maintenance
- Cleanup some test warnings and deprecated code (#369) @res0nance