0.19.7
(fix): Add root-level service endpoint support on the main client struct. WebSocket
connectors now support implicit Bearer auth, auto-injecting the token from
ClientConfig when no explicit Authorization header is defined.
0.19.6
(fix): Handle empty HTTP response bodies by returning an ApiError::Http instead of
attempting JSON deserialization. Normalize HTTP(S) URLs to WS(S) schemes for
WebSocket connections. Switch WebSocket server message enums to untagged serde
representation.