0.17.10
(chore):
## What’s Changed
- (typescript): typescript generator forwards runtime information via
X-Fern-Runtime
header by @dsinghvi in https://github.com/fern-api/fern/pull/2962 - (python): Remove literals from the function signature by @armandobelardo in https://github.com/fern-api/fern/pull/2952
- (fix): TypeScript SDK generator no longer enables
noUnusedParameters
in tsconfg.json by @dsinghvi in https://github.com/fern-api/fern/pull/2968 - (python): Remove support for Python 3.7 by @armandobelardo in https://github.com/fern-api/fern/pull/2967
- (fix): OpenAPI importer appropriately handles custom json content types by @dsinghvi in https://github.com/fern-api/fern/pull/2971
Full Changelog: https://github.com/fern-api/fern/compare/0.17.9…0.17.10
0.17.9
(chore):
## What’s Changed
- (internal): initialize csharp AST by @dsinghvi in https://github.com/fern-api/fern/pull/2938
- (feature): go generator supports whitelabelling by @dsinghvi in https://github.com/fern-api/fern/pull/2953
- (feature): OpenAPI importer handles extending undiscriminated unions if they are objects by @dsinghvi in https://github.com/fern-api/fern/pull/2956
Full Changelog: https://github.com/fern-api/fern/compare/0.17.8…0.17.9