Skip to content

Releases: Netflix/dgs-codegen

v4.1.1: Merge pull request #22 from Netflix/root-parent-method-escape

05 Feb 21:29
d41bba9
Compare
Choose a tag to compare
Fix for missing case of escaping method names for fields named parent…

v4.1.0: Merge pull request #16 from Netflix/gradle-6.8.1

05 Feb 02:25
217d4d4
Compare
Choose a tag to compare

v4.1.0-rc.5

01 Feb 20:34
Compare
Choose a tag to compare
v4.1.0-rc.5 Pre-release
Pre-release
Using improved class name shortener

v4.1.0-rc.3

01 Feb 19:24
Compare
Choose a tag to compare
v4.1.0-rc.3 Pre-release
Pre-release
Added config options to gradle plugin

v4.1.0-rc.2

01 Feb 18:37
Compare
Choose a tag to compare
v4.1.0-rc.2 Pre-release
Pre-release
Optional prefix shortening for projection type names

v4.1.0-rc.1

01 Feb 18:06
Compare
Choose a tag to compare
v4.1.0-rc.1 Pre-release
Pre-release
Optional prefix shortening for projection type names

v4.1.0-rc.4: Merge pull request #13 from Netflix/fix/input-strings

01 Feb 20:24
c26e84c
Compare
Choose a tag to compare
Fix/input strings

Add support for default values in generated classes.

29 Jan 17:52
c26e84c
Compare
Choose a tag to compare

This release contains the following changes:

  1. Support for using default values specified in the graphql schema set in the generated classes. Input types will now use the default values in queries.
  2. Bug fix handling of null list of strings as input
  3. Bug fix to avoid adding an empty string when the input list of strings is empty

Fixing warnings in generated code for Kotlin

06 Jan 02:11
4a1a8f6
Compare
Choose a tag to compare
Merge pull request #6 from Netflix/fix-kotlin-warnings

Add null checks only for nullable strings in toString() for input types.

Fix generation of code when using plugins block to apply the plugin.

31 Dec 03:03
9688f0c
Compare
Choose a tag to compare
Merge pull request #4 from Netflix/fix/apply-plugin

Fix generation of java code when using the plugins block to apply the…