Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v5.0.0-rc.2
Removed commented code
v5.0.0-rc.1
What’s Changed
- Bump com.gradle.plugin-publish from 0.12.0 to 0.15.0 (#153) @dependabot
- Bump guava from 30.1-jre to 30.1.1-jre (#154) @dependabot
- Bump clikt from 3.1.+ to 3.2.0 (#148) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#158) @dependabot
- Explicitly nullable input arguments (#162) @paulbakker
- Remove Kotlin specific client API generation. (#166) @paulbakker
v4.6.6
What's Changed
Bug fixes related to using --generateInterfaces config option for data classes. (#161) @srinivasankavitha
Migrate actions/setup-java from 1 to 2 (#152) @berngp
Bump actions/cache from 1 to 2.1.5 (#145) @dependabot
Bump nebula.netflixoss from 9.1.0 to 9.4.2 (#144) @dependabot
Bump assertj-core from 3.11.+ to 3.19.0 (#149) @dependabot
Refreshing Dep Locks - DGS Framework 4.x (#151) @berngp
Integrating Dependabot to Github Actions to flag version updates. (#142) @berngp
Removing unecessary com.netflix.dgs.codegen.properties file (#139) @berngp
Disable JUnit Reporting due usage of repo token. (#137) @berngp
Enable JUnit Report as part of the Github Workflows (#133) @berngp
v4.6.5
What’s Changed
- Bug fixes related to using --generateInterfaces config option for data classes. (#161) @srinivasankavitha
- Migrate actions/setup-java from 1 to 2 (#152) @berngp
- Bump actions/cache from 1 to 2.1.5 (#145) @dependabot
- Bump nebula.netflixoss from 9.1.0 to 9.4.2 (#144) @dependabot
- Bump assertj-core from 3.11.+ to 3.19.0 (#149) @dependabot
- Refreshing Dep Locks - DGS Framework 4.x (#151) @berngp
- Integrating Dependabot to Github Actions to flag version updates. (#142) @berngp
- Removing unecessary com.netflix.dgs.codegen.properties file (#139) @berngp
- Disable JUnit Reporting due usage of repo token. (#137) @berngp
- Enable JUnit Report as part of the Github Workflows (#133) @berngp
v4.6.5-rc.2
v4.6.5-rc.1
v4.6.4
What’s Changed
- Fixed issue to wrongly use (not existing) 'I'-prefixed interface type for GraphQL Union types (#117) @marceloverdijk
v4.6.3
What’s Changed
- Fixed issue to wrongly use (not existing) 'I'-prefixed interface type for GraphQL Union types (#117) @marceloverdijk
v4.6.2
Rerun build for v4.6.1 since that did not get published to gradle.
v4.6.1
What’s Changed
- Ensure client projections correctly process types before extensions (#100) @richardcresswell