Releases: Netflix/dgs-codegen
Releases · Netflix/dgs-codegen
v5.0.5
What’s Changed
- Don't add the __typename for entities query fragments. (#199) @srinivasankavitha
v5.0.4
What’s Changed
- Fields with basic types should support projections (#196) @berngp
- Fields with scalars should support projections (#197) @berngp
- Remove logic to automatically add __typename in field selection for unions. (#194) @srinivasankavitha
- Users can define the configuration/scope the graphql-dgs-codegen-client-core will have. (#198) @berngp
v5.0.4-rc.2
v5.0.4-rc.1
v5.0.3
What’s Changed
- Generate nested input types when required (#188) @berngp
- Bump kotlinpoet from 1.8.+ to 1.9.0 (#178) @dependabot
- Bump assertj-core from 3.19.+ to 3.20.2 (#173) @dependabot
v5.0.2
Release fix
v5.0.1
What’s Changed
- Input types should not be generated when typeMapped (#183) @paulbakker
- Adding the
graphql-dgs-codegen-client-core
module to prepare replacing components ingraphql-dgs-client
(#174) @berngp - Java Projection Classes express an explicit Schema Type (#184) @berngp
- Types that are type mapped should never be generated. (#180) @paulbakker
- 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
v5.0.0-rc.4
Hot fix release
Cherry picked #180
v5.0.0-rc.3
Merge pull request #172 from Netflix/generate-inputarguments-for-subf…