Skip to content

Releases: Netflix/dgs-codegen

v5.6.2

10 Nov 18:50
49c68bc

Choose a tag to compare

What’s Changed

  • IIEA-10827 Add support for class objects as inputs (#483) @lillianlouie
  • Upgrade to Gradle 7.5.1 and migrate to modern nebula plugin ids (#484) @rpalcolea

v5.6.0

31 Oct 17:00
0c764b1

Choose a tag to compare

What’s Changed

v5.5.0

26 Oct 20:15
b3bb058

Choose a tag to compare

What’s Changed

v5.4.0

07 Oct 17:34
2e33ed1

Choose a tag to compare

What’s Changed

  • Scan specified JARs for schema and generate code, if schema is available (#468) @srinivasankavitha
  • make kotlinAllFieldsOptional not affect generated input types, only output ones (#449) @bystam

v5.3.1

01 Sep 22:38
197ba5e

Choose a tag to compare

What’s Changed

v5.3.0

01 Sep 20:26
c3f6cd3

Choose a tag to compare

What’s Changed

Support generating Java and Kotlin classes with custom annotations

Add @generated annotation

v5.2.6

15 Aug 16:29
b0e81ff

Choose a tag to compare

What’s Changed

  • Use an explicit JVM generated name for all kotlin2 data classes (#443) @mbossenbroek

v5.2.5

20 Jul 20:46
278b1da

Choose a tag to compare

What’s Changed

v5.2.4

08 Jul 02:19
edb449e

Choose a tag to compare

What’s Changed

  • Align Kotlin Entity Client Generation with what is supported for Java (#416) @berngp
  • The full schema is now visible on the error output if a GraphQL syntax error occurs (#419) @berngp

v5.2.3

07 Jul 22:36
075ca8d

Choose a tag to compare

What’s Changed

  • Append an explicit newline at the end of each schema file before concatenating schemas. (#418) @srinivasankavitha
  • Add support for configured type mappings in kotlin2 codegen (#413) @mbossenbroek