3.14.1
(fix): Fix wire test failures by pruning union base properties from expected JSON. The Java generator does not generate base properties for union types, so wire test expectations now exclude these fields to match actual SDK serialization behavior.
3.14.0
(feat): Add support for WebSocket channels with bidirectional communication. Generated WebSocket clients
provide automatic reconnection with exponential backoff, strongly-typed message handlers, and message
queuing during disconnections. Clients are accessible via factory methods in subpackage clients.