Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
Fixes for handling cycles in the schema and handling default enum values.
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.
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
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