Skip to content

Releases: graphql-java/graphql-java-extended-scalars

22.0

16 Apr 05:49
f9f4d57
Compare
Choose a tag to compare

This release updates graphql-java to v22.0.

See the graphql-java release notes: https://github.com/graphql-java/graphql-java/releases/tag/v22.0

What's Changed

New Contributors

Full Changelog: v21.0...v22.0

21.0

21 Aug 05:32
c03df43
Compare
Choose a tag to compare

This release updates graphql-java to v21.0 and as a result, this library now requires Java 11 as a minimum version.

See the blog announcing the change for graphql-java.

What's Changed

Full Changelog: 20.2...v21.0

20.2

12 Apr 05:09
3e92062
Compare
Choose a tag to compare

This release includes GraphQL Java 20.2. This release continues to use Java 8.

What's Changed

  • Fix bug when NullValue is nested inside ObjectValue by @dondonz in #91
  • Prepend 0.0.0 to master build versions by @dondonz in #92
  • docs: update to reference scalars.graphql.org specification for DateTime by @setchy in #93
  • ci: add dependabot configuration by @yeikel in #96
  • Bump biz.aQute.bnd.builder from 6.2.0 to 6.4.0 by @dependabot in #98
  • build(deps): bump graphql to 20.2 by @yeikel in #95

New Contributors

Full Changelog: 20.0...20.2

20.0

18 Dec 02:01
926e80d
Compare
Choose a tag to compare

This release updates graphql-java to v20.

What's Changed

  • Added CountryCodeScalar & CurrencyScalar by @abelmosch in #83
  • Update DateTimeScalar with Custom Scalar specification, add new official specifiedByURL by @dondonz in #84
  • docs: update maven badge for v19 release by @setchy in #86
  • Update to graphql-java v20 by @dondonz in #87

New Contributors

Full Changelog: 18.3...20.0

19.1

11 Nov 05:31
c44b3b2
Compare
Choose a tag to compare

This is a very small release with one bugfix: removing dashes from Automatic-Module-Name. We had feedback that this was blocking some users.

This fix will also be backported to version 18.

What's Changed

  • Add build workflow to release branches by @dondonz in #74
  • Remove dashes from Automatic-Module-Name by @dondonz in #79

Full Changelog: 19.0...19.1

18.3

11 Nov 05:34
c44b3b2
Compare
Choose a tag to compare

This is a very small release with one backported bugfix: removing dashes from Automatic-Module-Name. We had feedback that this was blocking some users.

What's Changed

  • Add build workflow to release branches by @dondonz in #74
  • Remove dashes from Automatic-Module-Name by @dondonz in #79

Full Changelog: 19.0...18.3

19.0

19 Sep 04:29
8a30e26
Compare
Choose a tag to compare

Updates library to use v19.2 of graphql-java, the latest version.

v19.0 of graphql-java includes a patch for CVE-2022-37734. If you're using the v18.x or v17.x versions of this library, please see the corresponding bugfix releases.

What's Changed

New Contributors

Full Changelog: v18.1...19.0

18.2

19 Sep 05:27
cc5dae4
Compare
Choose a tag to compare

This is a special bugfix release to update the graphql-java dependency to v18.3 to resolve CVE-2022-37734 https://www.cve.org/CVERecord?id=CVE-2022-37734

This is a bugfix release for those using a version of this library starting with v18. If you use v19.x or v17.x, please use the corresponding release.

What's Changed

Full Changelog: v18.1...18.2

17.1

19 Sep 05:41
7f74069
Compare
Choose a tag to compare

This is a special bugfix release to update the graphql-java dependency to v17.4 to resolve CVE-2022-37734 https://www.cve.org/CVERecord?id=CVE-2022-37734

This is a bugfix release for those using a version of this library starting with v17. If you use v19.x or v18.x, please use the corresponding release.

What's Changed

Full Changelog: v17.0...17.1

18.1

10 May 06:47
2bc8468
Compare
Choose a tag to compare

What's Changed

  • DateTime serialization has non optional 3 digit millisecond component by @mursilsayed in #59
  • chore(deps): Updating to use graphql-java 18.1 by @m1ngyuan in #61

New Contributors

Full Changelog: v18.0...v18.1