Skip to content

Releases: Netflix/dgs-codegen

Fixes for handling cycles in the schema and handling default enum values.

22 Feb 23:17
03692e0
Compare
Choose a tag to compare
v4.1.3

Merge pull request #33 from zappolowski/bug/19-enum-default-value-han…

Add support for serializing date types in input string for queries.

11 Feb 18:49
9ff5d97
Compare
Choose a tag to compare
Merge pull request #14 from Netflix/fix/input-strings

Add support for serializing date types in input string for queries.

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