Skip to content

0.33.1

Choose a tag to compare

@edigaryev edigaryev released this 15 May 14:49
d52aa91

Notable changes

All WebSocket connections to the Orchard Controller are now periodically PING'ed

Orchard Controller now automatically sends PING's for all WebSocket connections every 30 seconds to avoid premature teardown by intermediate load balancers and proxy servers.

Previously, this was done only for watch RPC connections from workers. This change now covers the rest of the WebSocket communications:

  • connections from clients (orchard ssh, orchard vnc, etc.)
  • reverse port-forward connections from workers

Only the Orchard Controller needs to be updated for this to take effect.

What's Changed

  • Bump the all-updates group with 3 updates by @dependabot in #314
  • Controller: periodically send PINGs on all WebSocket connections by @edigaryev in #315

Full Changelog: 0.33.0...0.33.1