Skip to content

v8.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 20:47
· 16 commits to refs/heads/master since this release
6e29ea1

What's Changed

⭐ Improvements

  • Add __typename to projection interface fields (#926) @jiholee17
  • Add Jackson 3 support for @JsonDeserialize and @JsonPOJOBuilder (#918) @jiholee17
  • Generate required fields constructor when JSpecify is enabled (#910) @sar9ho

🐞 Bug Fixes

  • fix: Sanitize Java keywords in generated client (#911) @rahulsom
  • Remove @JsonCreator annotation from Kotlin types (#917) @jiholee17
  • Add generic params to scalar fields with inputs in sub projections (#914) @jiholee17
  • Fix generating Kotlin closure projections for generateClientv2 (#913) @jiholee17

🔨 Dependency Upgrades