Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v4.1.1: Merge pull request #22 from Netflix/root-parent-method-escape
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
v4.1.0-rc.5
Using improved class name shortener
v4.1.0-rc.3
Added config options to gradle plugin
v4.1.0-rc.2
Optional prefix shortening for projection type names
v4.1.0-rc.1
Optional prefix shortening for projection type names
v4.1.0-rc.4: Merge pull request #13 from Netflix/fix/input-strings
Fix/input strings
Add support for default values in generated classes.
This release contains the following changes:
- 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.
- Bug fix handling of null list of strings as input
- Bug fix to avoid adding an empty string when the input list of strings is empty
Fixing warnings in generated code for Kotlin
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.
Merge pull request #4 from Netflix/fix/apply-plugin Fix generation of java code when using the plugins block to apply the…