0.59.2
(fix):
Add ping/pong to keep websocket connection alive in local development mode.
0.59.1
(feat):
Enhance OpenAPI -> IR parser to better handle inlined oneOf schemas. The parser now uses the schema ID when
generating names for oneOf variants, resulting in more predictable and consistent type names in the generated SDKs.
0.59.0
(feat):
Add the fern sdk version
command to generate the next semantic version based on your API changes.
This command is in-development; changes are expected.
0.58.6
(feat):
Add support for schema conversion in OpenRPC importer. The importer now properly converts schemas defined in the
OpenRPC document’s components section into Fern types, enabling full type definitions for request and response
objects. This enhancement allows for more complete and accurate SDK generation from OpenRPC specifications.