5.44.2
(fix): Fix false-positive “Example is missing required property” errors when validating
examples of discriminated unions whose base-properties overlap with properties
each variant also inherits via its own extends chain. The union validator now
preserves keys claimed by the variant when constructing the example handed to
variant-level validation, so inherited required properties are no longer dropped.
5.44.1
(chore): Replace external petstore3.swagger.io URL with a local OpenAPI server in the v2 generate ETE test to remove a flaky dependency on the public petstore endpoint.
5.44.0
(feat): Add fern api enrich command to CLI v2 for merging AI-generated examples
from an overrides file into native OpenAPI example fields.
5.43.0
(feat): Prompt for an optional description when creating a token interactively via fern org token create.