3.9.0

(feat): Propagate webhook responses (e.g., 204, 400, 500 status codes) from OpenAPI specs to the IR. Webhook endpoints can now define expected response status codes and descriptions, which are captured in the IR for use by generators and documentation.

3.8.0-rc0

(chore): Test automated CLI publishing.

3.8.0

(feat): Include -y flag for the upgrade for non-interactive environments.

3.7.0

(feat): Add API flag default-integer-format to configure which format is assumed for type: "integer" properties in OpenAPI that do not specify a format.

1# generators.yml
2api:
3 specs:
4 - openapi: openapi.yml
5 settings:
6 default-integer-format: int64

Possible values are int32, int64, uint32, and uint64; defaults to int32.

3.6.0

(feat): Validate examples in fern check against OpenAPI schemas.