0.45.0-rc50
(fix):
Increase max recursive depth allowed for example validation.
(fix):
Increase max recursive depth allowed for example validation.
(fix):
Add ‘list’ to reserved keywords for use in PHP generator.
(fix):
Support SDK generation provided comma-delineated content-type values in OpenAPI specs.
(fix):
The IR handles converting example unions that are aliases.
(fix):
Update the IR’s ServiceTypeReferenceInfo
to include all transitive types
referenced by a service.
(fix):
Support non-standard HTTP code 498; Validate x-fern-examples
during schema parsing.
(fix):
Fixed bug in the Conjure importer where query parameters were overwritten during endpoint parameter parsing.
(fix):
The OpenAPI importer now supports correlating request and response examples by name. When an example name is shared
between a request body and response, they will be paired together in the generated Fern definition.
(fix):
The OpenAPI importer now supports importing deep object query parameters. To do this, you will
need to configure a setting in your generators.yml
(internal):
The CLI now recognizes the versions of the Go generator that require IRv53.