5.2.1
(fix): Fix an issue where a user-provided httpx_client was ignored when instantiating the OAuth token
provider’s internal HTTP client, causing custom transports, SSL certificates, and proxies to not
apply to token-refresh requests.
5.2.0
(feat): Add maxRetries custom config option. When set in generators.yml,
the generated SDK uses the specified value as the default retry count instead of
the hardcoded default of 2. Set to 0 to disable retries by default, which is
useful for APIs with non-idempotent endpoints. SDK users can still override this
per-request via request_options.