Skip to content

Releases: Netflix/dgs-codegen

v5.0.5

29 Jul 17:59
0317fa9
Compare
Choose a tag to compare

What’s Changed

v5.0.4

27 Jul 20:30
cc7ac6f
Compare
Choose a tag to compare

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

27 Jul 18:06
cc7ac6f
Compare
Choose a tag to compare
v5.0.4-rc.2 Pre-release
Pre-release

What’s Changed

  • Users can define the configuration/scope the graphql-dgs-codegen-client-core will have. (#198) @berngp

v5.0.4-rc.1

26 Jul 22:30
2ebe55d
Compare
Choose a tag to compare
v5.0.4-rc.1 Pre-release
Pre-release

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

v5.0.3

19 Jul 17:52
d037cee
Compare
Choose a tag to compare

What’s Changed

v5.0.2

30 Jun 23:11
Compare
Choose a tag to compare
Release fix

v5.0.1

30 Jun 22:53
24c5bcd
Compare
Choose a tag to compare

What’s Changed

v5.0.0-rc.4

30 Jun 21:29
24c5bcd
Compare
Choose a tag to compare
v5.0.0-rc.4 Pre-release
Pre-release

What’s Changed

  • Adding the graphql-dgs-codegen-client-core module (#174) @berngp
  • Java Projection Classes express an explicit Schema Type (#184) @berngp
  • Types that are type mapped should never be generated. (#180) @paulbakker
  • Adding project icon (#175) @berngp

Hot fix release

29 Jun 01:34
Compare
Choose a tag to compare

Cherry picked #180

v5.0.0-rc.3

17 Jun 21:55
e2076a5
Compare
Choose a tag to compare
v5.0.0-rc.3 Pre-release
Pre-release
Merge pull request #172 from Netflix/generate-inputarguments-for-subf…