Skip to content

Releases: Netflix/dgs-codegen

v6.1.0

16 Nov 20:17
069f753
Compare
Choose a tag to compare

What’s Changed

v6.0.3

04 Oct 21:10
81b7cc7
Compare
Choose a tag to compare

What’s Changed

  • Ensure reserved words are escaped in generated inputs (#604) @mbossenbroek
  • Check whether projection root is not null in GraphQLMultiQueryRequest (#603) @e-wag
  • Add generateIsGetterForPrimitiveBooleanFields to CodeGenConfig (#599) @a-a-hofmann
  • Fix: Override Locale default value (#600) @spellew

v6.0.2

23 Aug 20:43
a84c850
Compare
Choose a tag to compare

What's Changed

  • Fix configuration-cache feature for multi-module projects that don't use dgsCodegen config. by @srinivasankavitha in #593

Full Changelog: v6.0.1...v6.0.2

V6.0.2

23 Aug 20:40
a84c850
Compare
Choose a tag to compare

What’s Changed

  • Fix configuration-cache feature for multi-module projects that don't use dgsCodegen config. (#593) @srinivasankavitha

v6.0.1

22 Aug 20:26
Compare
Choose a tag to compare

What’s Changed

Breaking Changes:

  • This release switches the Client API to v2 from v1 for all projects. Both generateClient and generateClientv2 will use the v2 API. Please refer to our documentation for notes on how to migrate usages
  • This release requires all kotlin projects to use version 1.9 or higher.

v6.0.0

22 Aug 20:17
ec47894
Compare
Choose a tag to compare

What’s Changed

Breaking Changes:

  • This release switches the Client API to v2 from v1 for all projects. Both generateClient and generateClientv2 will use the v2 API. Please refer to our documentation for notes on how to migrate usages
  • This release requires all kotlin projects to use version 1.9 or higher.

v5.12.4

29 Jun 22:05
9c925eb
Compare
Choose a tag to compare

What’s Changed

  • fix: generate input types when client api is generated (#575) @coleturner

v5.12.3

26 Jun 20:17
a66224a
Compare
Choose a tag to compare

What's Changed

  • Add annotations to enum members from directives by @ivanBarinsky in #554
  • Fix schema files logic by @gracecding in #574
  • fix(ClientUtilsConventions): apply dependency locking at time of plugin initialization by @coleturner in #577

New Contributors

  • @ivanBarinsky made their first contribution in #554

Full Changelog: v5.12.2...v5.12.3

v5.12.2

16 Jun 23:49
Compare
Choose a tag to compare

What’s Changed

  • Revert "Merge pull request #564" to bring in configuration caching. This breaks other projects internally using dgsCodegen configuration for external schemas.

Full Changelog: v5.12.1...v5.12.2

v5.12.1

16 Jun 15:46
e5185ac
Compare
Choose a tag to compare

What’s Changed