Releases: fern-api/fern
Releases · fern-api/fern
0.41.4
fix versions file to be camel case
0.41.3
feat(cli): support referencing endpoints for oauth via `Method and Pa…
0.41.2
fix(cli): support override openapi auth schemes (#4546)
0.41.1
feat(cli): support environment overrides with api configuration (#4533)
0.41.0
feat(cli): support generics in fern definition (#4512) * ready to go, merge from main * prettier * do not match on reserved keywords * addressed comments * no unused generic rule * uncomment tests * add no unused generics * added rule for all non-aliases and all non-alias type contained values * more test cases * consolidate logic * remove one more regex * add more validation rules -- for number of applied arguments and if no arguments are applied * add a couple more rules around number of args, no applied args * chore(cli): reduce duplication with generic checks (#4525) * addressed comments * slightly cleaner error message * added documentation and changelog version * more real world example * remove inlined literal * more tangible example --------- Co-authored-by: Deep Singhvi <[email protected]>
0.41.0-rc1
fix(cli): Substitute env vars before IR generation (#4520)
0.41.0-rc0
break(cli): require `generators.yml` to be present if using OpenAPI (…
0.40.4
fix(cli): allow service base path to be a slash (#4513)
0.39.19
fix(cli): openapi example generator handles circular `oneOf` schemas …
0.39.18
chore(cli): release cli to produce ir v57.8.0