Skip to content

Releases: Netflix/dgs-codegen

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

v5.2.3

07 Jul 22:36
075ca8d
Compare
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

v5.2.2

07 Jul 18:08
fea8099
Compare
Choose a tag to compare

What’s Changed

v5.2.1

05 Jul 22:48
dacf2fa
Compare
Choose a tag to compare

What’s Changed