January 17, 2024
0.16.34
(chore):
## What’s Changed
- fix: OpenAPI importer supports generating examples for
unknown
by @dsinghvi in https://github.com/fern-api/fern/pull/2624 - fix: auto generation of primitive examples by @dsinghvi in https://github.com/fern-api/fern/pull/2625
- fix: misc fixes to OpenAPI example generation by @dsinghvi in https://github.com/fern-api/fern/pull/2630
- fix:
getAllProperties
visits references by @dsinghvi in https://github.com/fern-api/fern/pull/2631 - fix: OpenAPI importer uses generated names for aliases by @dsinghvi in https://github.com/fern-api/fern/pull/2632
- fix: inlined component schemas are added to package.yml by @dsinghvi in https://github.com/fern-api/fern/pull/2633
- fix: OpenAPI importer handles property conflicts from grandparents by @dsinghvi in https://github.com/fern-api/fern/pull/2637
- fix: OpenAPI importer replaces schemas that start with numbers with alphabetic notation by @dsinghvi in https://github.com/fern-api/fern/pull/2638
- fix: upgrade fiddle sdk to
0.0.386
so that license generation works by @dsinghvi in https://github.com/fern-api/fern/pull/2643 - fix: OpenAPI importer removes redundant path from environment by @dsinghvi in https://github.com/fern-api/fern/pull/2650
- fix: OpenAPI importer doesn’t extend aliased schemas that have a property conflict by @dsinghvi in https://github.com/fern-api/fern/pull/2651
- fix: OpenAPI importer doesn’t set name override for nested key value pair by @dsinghvi in https://github.com/fern-api/fern/pull/2652
Full Changelog: https://github.com/fern-api/fern/compare/0.16.33…0.16.34