0.77.5
(fix):
Support running the Rust SDK generator using IR v58.
0.77.4
(fix):
Respect the `x-fern-server-name“ flag at the endpoint level in the V3 OpenAPI parser
0.77.3
(fix):
Support nested folders with x-fern-sdk-group-name in AsyncAPI parsing
0.77.2
(fix):
Support for PHP dynamic SDK snippets in the docs.
0.77.1
(fix):
‘upgrades available’ only display on actual upgrade needed
0.77.0
(feat):
Add customSections property to ReadmeConfig.
0.76.3
(fix):
Add missing reserved keywords for Ruby language.
0.76.2
(fix):
Additional handling of OpenAPI parsing failures for security schemes.
0.76.1
(fix):
Handle OpenAPI parsing failures for security schemes gracefully.
0.76.0
(feat):
Add Maven publishTarget support for Java generators with local filesystem output.
0.75.4
(fix):
Enable dynamic SDK snippets for PHP in docs.
0.75.3
(fix):
Add availability to products.schema.json
0.75.2
(fix):
Add google sign in, and logout command
0.75.1
(fix):
Availability is now inherited by children when set in the docs.yml
navigation.
0.75.0
(feat):
Add support for translating deprecated flags in protobuf to availability status in fern-ir.
0.74.1
(fix):
If OpenAPI schema parsing throws an exception then coerce the schema to unknown to unblock SDK generation.
0.74.0
(feat):
Add readonly/writeonly data to dynamic IR.
0.73.0
(feat):
Introduces a global configuration in the docs.yml
file to set the visibility of navigation links and feedback.
0.72.0
(feat):
Introduces group-multi-api-environments
flag for multi-API environment support. SDKs can now handle
multiple API products with per-environment base URLs, featuring automatic environment grouping and
service-aware URL routing.
0.71.1
(feat):
Autogenerated number examples now respect fields: minimum/maximum/exclusiveMinimum/exclusiveMaximum
0.71.0
(feat):
Support tags for changelog entries.
0.70.4
(fix):
Add names to octet-stream requests and ensure they are named differently
than json requests on the same endpoint.
0.70.3
(fix):
Add wrapper to avoid inline object type naming conflicts.
Specifically, we had this issue with nullable object types.
0.70.2
(fix):
If no error examples are provided by user, autogenerate errors even for remote generation.