0.46.2

(fix): Endpoints that declare retries: { disabled: true } (x-fern-retries in OpenAPI) no longer retry. The generated method pins max_retries to zero on the request options, overriding both the client-level default and any caller-supplied value.

0.46.1

(fix): Fixed generated WireMock stubs for OAuth client credentials APIs whose token endpoint is itself marked as authenticated: the token (and refresh) endpoint stub no longer requires an Authorization header, since the token request is made to obtain the token and cannot carry one yet.