Skip to content

Releases: Netflix/dgs-codegen

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…

Bug fix for generation of toString() for input types.

24 Dec 02:37
a2c4187
Compare
Choose a tag to compare

Do not enclose string values in double quotes when null.

Ensure java plugin is applied in the correct order.

18 Dec 23:03
Compare
Choose a tag to compare
4.0.10

Ensure java plugin is applied to avoid issues with using plugins{} sy…

Fix publishing to bintray

17 Dec 21:48
Compare
Choose a tag to compare
4.0.9

Fix bintray publishing.

Fix publishing to BinTray

17 Dec 21:11
Compare
Choose a tag to compare
v4.0.8

Update package name used for publishing to bintray.

Update README docs

17 Dec 19:46
Compare
Choose a tag to compare
v4.0.7

Update README to reflect the new plugin id and  group.