December 20, 2023
0.16.12
(chore):
## What’s Changed
- internal: seed accepts path to api directory for custom fixture by @dsinghvi in https://github.com/fern-api/fern/pull/2516
- fix: fern python generators rely on ir v31 by @dsinghvi in https://github.com/fern-api/fern/pull/2517
- feature: run prettier on doc strings by @dsinghvi in https://github.com/fern-api/fern/pull/2508
- fix: use
JSON.stringify
when writing IR by @dsinghvi in https://github.com/fern-api/fern/pull/2511 - fix: OpenAPI importer handles self referencing schemas by @dsinghvi in https://github.com/fern-api/fern/pull/2512
- fix: handle explicit
null
strings in OpenAPI schemas by @dsinghvi in https://github.com/fern-api/fern/pull/2514 - fix:
ResourceList
in fhir is an undiscriminated union with literal properties by @armandobelardo in https://github.com/fern-api/fern/pull/2513 - fix: add
int
,float
, andcomplex
to python reserved words by @armandobelardo in https://github.com/fern-api/fern/pull/2523
Full Changelog: https://github.com/fern-api/fern/compare/0.16.11…0.16.12