Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
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
v4.2.0
- [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
WIP - adding a way to only generate types relevant for the generated …
Support for interfaces multi-inheritance via graphql-java 16
Release candidate that includes..
- Support for interfaces multi-inheritance via graphql-java 16.