3.45.1

(fix): Remove check if body is null or undefined. If null, it is valid JSON null, and if undefined, it handles correctly to not have a body.

3.45.0

(feat): Add support for additional query parameters in WebSocket connections. The ConnectArgs interface now includes an optional queryParams property that allows users to pass additional query parameters that get merged into the WebSocket URL alongside any channel-defined query parameters.

3.44.2

(fix): Fix README pagination section being included even when the SDK has no autopaginated endpoints. The pagination section is now only included in the README when there is at least one endpoint with pagination defined.