3.80.0

(feat): Make fern init default to OpenAPI initialization with a sample Petstore spec. Previously, fern init created a Fern Definition workspace by default, and fern init --openapi <path> was needed for OpenAPI. Now fern init creates an OpenAPI workspace by default. Use fern init --fern-definition to get the previous Fern Definition initialization behavior.

3.79.3

(fix): Fix auto-generated examples for recursive types to include required non-leaf properties (e.g. nested objects) and empty containers in minimal stubs, preventing deserialization failures in generated mock server tests.