Skip to content

Releases: Netflix/dgs-codegen

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

v4.2.0

01 Mar 18:11
Compare
Choose a tag to compare
  • [Feature] Allow overriding generated sub package names #37
  • [Feature] Add support [at]javaType directive for typeMapping in schema #44
  • [Feature] Added Date to LocalDate default type mapping #46
  • [Feature] Limit types to generated client api #50
  • [Feature] MaxDepth setting for query API generation for very deeply nested schemas. #51
  • [Improvement] Support graphql-java 16 and interfaces implementing interfaces

v4.2.0-rc.1

23 Feb 20:57
Compare
Choose a tag to compare
v4.2.0-rc.1 Pre-release
Pre-release
WIP - adding a way to only generate types relevant for the generated …

Support for interfaces multi-inheritance via graphql-java 16

19 Feb 22:55
Compare
Choose a tag to compare

Release candidate that includes..

  • Support for interfaces multi-inheritance via graphql-java 16.