0.65.8

(feat): Support date and date-time in v3 example generation. Change fallback string example to use “string” instead of “foo”.

0.65.7

(feat): Support example generation for gRPC docs.

0.65.6

(feat): Support response error examples in the v3 parser.

0.65.5

(fix): Fix how multipart encoding is handled in the v3 parser

0.65.4

(fix): Previously if the OpenAPI parser v3 was enabled where the CLI would skip parsing any additional Fern Definitions along the OpenAPI spec. With the fix, you can use whatever combination of OpenAPI Spec(s) and Fern Definitions that you would like.

0.65.3

(fix): Update fern init for java and go SDKs.

0.65.2

(fix): Global header examples are only used when a corresponding endpoint header with the same name is not present.

0.65.1

(chore): Re-release changes from 0.65.0.

0.65.0

(feat): Rename the TypeScript SDK generator image from fernapi/fern-typescript-node-sdk to fernapi/fern-typescript-sdk.

0.65.0-rc0

(feat): Rename the TypeScript SDK generator image from fernapi/fern-typescript-node-sdk to fernapi/fern-typescript-sdk.

0.64.37

(fix): Remove default docs for well known types in gRPC. Add support for field-level docs.

0.64.36

(fix): Change grpc converters to use the fully qualified name with package prefix for all conversions. Build support for well-known types.

0.64.35

(fix): Upgrade fdr and fdr-cjs dependencies to support grpc endpoints in convertIrToFdrApi.

0.64.34

(fix): Add global headers in endpoint example generation.

0.64.33

(feat): GA release with support for protobuf generation

0.64.32-rc1

(feat): Use ‘fern protoc-gen-fern’ in buf shell proxy instead of local cli build.

0.64.32-rc0

(feat): Reintroduce buf command/dependency.

0.64.31

(fix): Revert dependency on bufbuild package.

0.64.28

(feat): Support the x-displayName extension on the tag definition in OpenAPI. This allows OpenAPI specifications to define custom display names for tags that will be used in generated documentation.

0.64.26

(fix): Fixes the OpenAPI parser to correctly include query parameters in Content-Type: application/octet-stream requests.

0.64.25

(feat): Remove all org-specific legacy preview pins.

0.64.24

(feat): Added Server-Sent Events (SSE) support to Java stream implementation. The Java SDK generator now supports SSE streaming alongside existing JSON streaming, enabling real-time incremental responses for chat applications and live data feeds.

0.64.25

(fix): When a part in a multipart form request has Content-Type: application/json in OpenAPI or Fern Definition, interpret it as style: json.