0.65.26

(feat): Support RBAC roles across products.

0.65.25

(fix): IR gen fix: added default response example for 2xx status codes.

0.65.24

(fix): improved grabbing of read only property of allOf schemas

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.