Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v4.4.0
- Bug fix around determining the depth of the query to limit the number of client projections generated
- Feature: Generated kotlin data classes now have an empty companion object for adding extension functions.
Bug fix for handling null checks for primitive types when specifying input arguments for queries
Merge pull request #73 from Netflix/fix/query-input Don't add a null check for primitive java types when constructing the…
Bug fix for handling null checks for primitive types when specifying input arguments for queries
Merge pull request #73 from Netflix/fix/query-input Don't add a null check for primitive java types when constructing the…
v4.3.4: Merge pull request #67 from Netflix/rpalcolea-patch-1
wire publish plugin to nebula release
v4.3.3
fix gradle plugin publish
v4.3.2
adding build fix to exclude markers when publishing pom file
v4.3.1
Update nebula-publish.yml
Add support for interface generation for data classes.
- Fixes for handling no arguments as input for queries with nullable inputs during graphql query construction.
- Generate interfaces for data classes (Java only)
- Update gradle wrapper and nebula plugin versions.
- Set up Github actions to update nebula plugin
Fixes and improvements.
Fixes for handling no arguments as input for queries with nullable inputs during graphql query construction.
Generate interfaces for data classes (Java only)
Update gradle wrapper and nebula plugin versions.
Set up Github actions to update nebula plugin
Fixes and improvements.
- Fixes for handling no arguments as input for queries with nullable inputs during graphql query construction.
- Generate interfaces for data classes (Java only)
- Update gradle wrapper and nebula plugin versions.
- Set up Github actions to update nebula plugin