1.23.2
(fix): Respect endpoint-level disabled retries. Endpoints configured with
retries: { disabled: true } (x-fern-retries in OpenAPI) now pin the
generated request’s retry count to zero, so they are never retried
regardless of the client-level or per-request retry settings.
1.23.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.