5.23.3

(fix): Property-level x-fern-audiences filtering now also applies on the V3 OpenAPI / AsyncAPI / OpenRPC import path used by fern docs dev and fern generate --from-openapi. Inline request-body properties, query parameters, inline webhook payload properties, named-type properties, v2RequestBodies, and the docs v2Examples blocks (type-level, request body, response body, endpoint-level, v2Responses, and webhook payload examples) are now scrubbed using the same exclusion semantics as the Fern Definition path. Untagged elements remain universal and are never silently removed.

5.23.2

(fix): Suppress Fern’s platform User-Agent header in generated SDKs when the API definition declares a global User-Agent header (case-insensitive) under api.headers. This allows customers to fully override the SDK User-Agent via their Fern Definition without the auto-generated <package>/<version> value also being emitted.