0.45.0-rc48

(feat): OAuth Client Credential Auth Scheme now supports the ability to optionally set token header and prefix fields for use with docs playground.

api.yml
1auth-schemes:
2 OAuth:
3 scheme: oauth
4 type: client-credentials
5 token-header: Fern-Authorization
6 token-prefix: Fern-Bearer
7 ...

0.45.0-rc47

(fix): Support SDK generation provided comma-delineated content-type values in OpenAPI specs.