Changelog









0.45.0-rc39

(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.


0.45.0-rc36

(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

1api:
2 specs:
3 - openapi: ./path/to/openapi.yml
4 settings:
5 object-query-paramaters: true