2.8.4
(feat): Add flattenRequestParameters to the SDK generator config.
flattenRequestParameters is a boolean that controls whether to flatten request parameters.
When false (default), the legacy flattening logic is used.
When true, the new flattening logic is used.
2.8.3
(fix): Set Authorization header for WebSocket connects when auth is available on the generated SDK client.
This will happen regardless of whether the AsyncAPI server or channel is marked for auth.
(fix): Add support for inferred bearer authentication in WebSocket connects.