v8.2.0
What's Changed
⭐ Improvements
- Generate getters for interface-typed fields when generating interfaces by @jiholee17 in #882
- Add support for generating JSpecify annotations by @sjohnr in #868
- Add support for generating default URI values by @jiholee17 in #887
🐞 Bug Fixes
- Remove failing omitNullInputFields test by @sjohnr in #870
- Remove
omitNullInputFieldsoption by @sjohnr in #871 - Skip duplicate input and interface types when generating constants by @paulbakker in #876
- skip duplicate input and interface types when generating projections by @iuliiasobolevska in #877
- Do not generate string literal defaults for non-string Java fields in input types by @jiholee17 in #885
- Deduplicate projection methods and superinterfaces, fix Representation type gen by @jiholee17 in #891
🔨 Dependency Upgrades
- Update Gradle Wrapper from 8.8 to 8.14.3 by @github-actions[bot] in #858
- Bump actions/cache from 4.2.3 to 4.3.0 by @dependabot[bot] in #879
- Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #873
New Contributors
- @sjohnr made their first contribution in #870
- @jiholee17 made their first contribution in #882
Full Changelog: v8.1.1...v8.2.0