Skip to content

v8.2.0

Choose a tag to compare

@jiholee17 jiholee17 released this 17 Nov 18:52
· 77 commits to master since this release
dddd6a8

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 omitNullInputFields option 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

Full Changelog: v8.1.1...v8.2.0