Skip to content

Releases: Netflix/dgs-codegen

v5.6.3

21 Nov 17:07
580cf0d
Compare
Choose a tag to compare

What’s Changed

v5.6.2

10 Nov 18:50
49c68bc
Compare
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
Compare
Choose a tag to compare

What’s Changed

v5.5.0

26 Oct 20:15
b3bb058
Compare
Choose a tag to compare

What’s Changed

v5.4.0

07 Oct 17:34
2e33ed1
Compare
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
Compare
Choose a tag to compare

What’s Changed

v5.3.0

01 Sep 20:26
c3f6cd3
Compare
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
Compare
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
Compare
Choose a tag to compare

What’s Changed

v5.2.4

08 Jul 02:19
edb449e
Compare
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