May 24, 2024
0.29.1-rc0
(chore):
## What’s Changed
- (feat, csharp): generate
Environments.cs
and populate defaultBaseURL
by @dsinghvi in https://github.com/fern-api/fern/pull/3677 - (fix, csharp): package in LICENSE in
.csproj
by @dsinghvi in https://github.com/fern-api/fern/pull/3678 - (fix, python): re-add python unit tests by @armandobelardo in https://github.com/fern-api/fern/pull/3609
- (chore, python): fix typo in generated comments by @armandobelardo in https://github.com/fern-api/fern/pull/3680
- fix, python: do not run
fern test
in CI yet by @armandobelardo in https://github.com/fern-api/fern/pull/3683 - docs changed trivial anchor text by @atwooddc in https://github.com/fern-api/fern/pull/3687
- docs: unbolded sections for seo by @atwooddc in https://github.com/fern-api/fern/pull/3686
- docs: api definition docs and mdx descriptions for seo by @atwooddc in https://github.com/fern-api/fern/pull/3685
- (fix, csharp): scan
EnumMember
annotations when serializaing to string by @dsinghvi in https://github.com/fern-api/fern/pull/3688 - fix, python: request bodies respect literals again by @armandobelardo in https://github.com/fern-api/fern/pull/3689
- (fix, python): support endpoint method names by @dsinghvi in https://github.com/fern-api/fern/pull/3690
- (fix, csharp): inlined requests that are 1:1 with HTTP bodies now have JSON annotations by @dsinghvi in https://github.com/fern-api/fern/pull/3691
- docs cli UI changed to Accordion Group by @atwooddc in https://github.com/fern-api/fern/pull/3681
- docs: fixing broken links by @atwooddc in https://github.com/fern-api/fern/pull/3667
- Update extensions.mdx by @dannysheridan in https://github.com/fern-api/fern/pull/3658
- feat: markdown-in-markdown - load markdown from another markdown file. by @abvthecity in https://github.com/fern-api/fern/pull/3693
- java: oauth improvements including token refresh by @dcb6 in https://github.com/fern-api/fern/pull/3682
- (feat, typescript): accept abort signals as request options by @dsinghvi in https://github.com/fern-api/fern/pull/3694
- (fix, typescript): pass abort signal to SSE/JSON streams by @dsinghvi in https://github.com/fern-api/fern/pull/3695
- (feat, express): pass
next
into express handlers by @dsinghvi in https://github.com/fern-api/fern/pull/3696
Full Changelog: https://github.com/fern-api/fern/compare/0.29.0…0.29.1-rc0