Changelog


0.56.5

(fix): Updated the CLI to gracefully handle unsupported security schemes (e.g. cookie-based auth) by skipping them instead of throwing an error. This allows the CLI to continue processing the rest of the API definition even when it encounters security schemes it cannot convert.


0.56.0-rc5

(fix): Fixed duplicate validation messages in docs validation by deduplicating violations that have the same message, node path, file path, and severity.

This prevents showing the same broken link error multiple times.


0.56.0-rc4

(feat): If experimental.openapi-parser-v3 is enabled in docs.yml, OpenAPI documents will now be converted directly to IR, bypassing the intermediate Fern Definition step.

This makes sure that the old code path is completely ignored if the flag is enabled.


0.56.0-rc3

(feat): You can now specify custom pagination on your API and endpoints. This lets you implement your own pagination strategy in the generated SDKs.







0.53.14

(fix): Fixes an issue with the OpenAPI v2 parser where docs configs with no navigation structure would generate incorrect slugs.

Built with