June 7, 2024
0.30.1
(chore):
## What’s Changed
- fix, python: update timeout parameter docs by @armandobelardo in https://github.com/fern-api/fern/pull/3771
- fix, python: mypy variance check by @armandobelardo in https://github.com/fern-api/fern/pull/3772
- java: make sure oauth gated properly by @dcb6 in https://github.com/fern-api/fern/pull/3757
- Bump validate-npm-package-name from 4.0.0 to 5.0.1 by @dependabot in https://github.com/fern-api/fern/pull/3765
- Bump jwks-rsa from 3.0.0 to 3.1.0 by @dependabot in https://github.com/fern-api/fern/pull/3767
- clean up step text by @chdeskur in https://github.com/fern-api/fern/pull/3774
- Bump qs and @types/qs by @dependabot in https://github.com/fern-api/fern/pull/3768
- feat: skip-slug in tabs by @abvthecity in https://github.com/fern-api/fern/pull/3780
- (docs): Add Go and Ruby snippet sections by @amckinney in https://github.com/fern-api/fern/pull/3775
- (feature): Add ReadmeConfig IR and generators.yml schema by @amckinney in https://github.com/fern-api/fern/pull/3781
- improvement, python: unit tests are now run in CI if configured by @armandobelardo in https://github.com/fern-api/fern/pull/3783
- java, improvement: error types by @dcb6 in https://github.com/fern-api/fern/pull/3779
- java, feat: support response properties in sdk by @dcb6 in https://github.com/fern-api/fern/pull/3785
- fix, python: the new client ensures there’s a slash on the base path by @armandobelardo in https://github.com/fern-api/fern/pull/3787
- (fix, python): generated python snippets respect trailing slashes by @dsinghvi in https://github.com/fern-api/fern/pull/3789
- (chore, ts): Upgrade to IRv46 by @amckinney in https://github.com/fern-api/fern/pull/3788
- (feat): run mypy on non integration tests by @dsinghvi in https://github.com/fern-api/fern/pull/3794
- fix, python: regressions with client clean up by @armandobelardo in https://github.com/fern-api/fern/pull/3797
- fix: address a number of unit test issues by @armandobelardo in https://github.com/fern-api/fern/pull/3800
- java, fix: use
@java.lang.Override
in all generated code by @dcb6 in https://github.com/fern-api/fern/pull/3799 - (eslint): check for
no-misused-promises
by @dsinghvi in https://github.com/fern-api/fern/pull/3801 - upgrade: fdr-sdk by @abvthecity in https://github.com/fern-api/fern/pull/3792
- improvement: add local configuration for python by @armandobelardo in https://github.com/fern-api/fern/pull/3803
- (fix): Publish ir-types-latest by @amckinney in https://github.com/fern-api/fern/pull/3806
- Add Extra Field Support for FastAPI by @jmedway614 in https://github.com/fern-api/fern/pull/3804
- java, fix: initialize
RequestOptions
timeout
field correctly toOptional.empty()
by @dcb6 in https://github.com/fern-api/fern/pull/3807 - (fix, typescript): prefer
TextDecoder
when deserializing stream data by @dsinghvi in https://github.com/fern-api/fern/pull/3791
New Contributors
- @jmedway614 made their first contribution in https://github.com/fern-api/fern/pull/3804
Full Changelog: https://github.com/fern-api/fern/compare/0.30.0…0.30.1