0.65.23

(fix): fern docs dev server connection should no longer require frequent refresh.

0.65.22

(fix): Auto upgrade corepack within fern docs dev if corepack missing key error.

0.65.21

(fix): Improve logging in fern docs dev.

0.65.20

(feat): Added smart display naming for undiscriminated unions.

0.65.19

(feat): Upgrade docs dev to use new docs bundle on Windows.

0.65.17

(fix): Use the nested “value” field for OpenAPI examples if it exists.

0.65.16

(fix): Add a fallback version for buf export config.

0.65.15

(fix): Fix enum type reference conversions for protobuf docs generation.

0.65.14

(fix): Ignore buf.yaml and buf.gen.yaml when copying/exporting protobuf files.

0.65.13

(feat): Add support for specifying target protobuf files for gRPC docs generation.

0.65.11

(feat): The extension x-fern-global-headers now supports a type field that can point to arbitrary schemas. For example you can do the following to describe a header that is an enum.

1x-fern-global-headers:
2 - header: X-API-Version
3 name: version
4 type: VersionEnum

0.65.10

(feat): Clarify fern upgrade command description.

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.