Skip to content

Releases: Netflix/dgs-codegen

v4.4.0

19 Mar 19:05
a731e5e
Compare
Choose a tag to compare
  1. Bug fix around determining the depth of the query to limit the number of client projections generated
  2. 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

16 Mar 03:41
d7319eb
Compare
Choose a tag to compare
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

16 Mar 00:34
d7319eb
Compare
Choose a tag to compare
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

10 Mar 19:23
3c75379
Compare
Choose a tag to compare

v4.3.3

10 Mar 19:05
Compare
Choose a tag to compare
fix gradle plugin publish

v4.3.2

10 Mar 18:49
Compare
Choose a tag to compare
adding build fix to exclude markers when publishing pom file

v4.3.1

10 Mar 18:17
0402156
Compare
Choose a tag to compare
Update nebula-publish.yml

Add support for interface generation for data classes.

10 Mar 16:08
e6cefdd
Compare
Choose a tag to compare
  • 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.

10 Mar 15:53
e6cefdd
Compare
Choose a tag to compare

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.

09 Mar 19:17
e6cefdd
Compare
Choose a tag to compare
  1. Fixes for handling no arguments as input for queries with nullable inputs during graphql query construction.
  2. Generate interfaces for data classes (Java only)
  3. Update gradle wrapper and nebula plugin versions.
  4. Set up Github actions to update nebula plugin