Skip to content

Releases: graphql-java/graphql-java-extended-validation

22.0

16 Apr 06:30
f7d93e6
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

25 Aug 02:32
10a3f60
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

  • Fix typo by @dondonz in #83
  • Upgrade to Java 11 by @dondonz in #84
  • Prepend 0.0.0 to master build versions by @dondonz in #86
  • Retain trivial DataFetcher marker when original DataFetcher was trivial by @mushipeas in #88
  • Upgrade GraphQL Java to v21.0, Gradle to 8.3, Extended Scalars to v21.0 by @dondonz in #89
  • GraphqlContext added as well as the locale fix promised for so long by @bbakerman in #90 and thanks @lkorth for the original PR

New Contributors

Full Changelog: 20.0...v21.0

20.0

18 Dec 02:23
6ce6c31
Compare
Choose a tag to compare

This release upgrades graphql-java to v20.

If you're a Spring Boot user or seeing Hibernate validator problems, please use the alternate release which downgrades hibernate-validator to 6.2.0.Final. See further discussion in #52

What's Changed

Full Changelog: v19.1...20.0

20.0-validator-6.2.0.Final

18 Dec 03:23
349426a
Compare
Choose a tag to compare

This special release includes graphql-java v20 and downgrades hibernate-validator to 6.2.0.Final which may be useful for some Spring Boot users. See further discussion #52.

What's Changed

  • Update graphql-java to v20 for special validator 6.2.0.final release by @dondonz in #85

Full Changelog: v19.1-validator-6.2.0.Final...20.0-validator-6.2.0.Final

v19.1

26 Sep 06:35
05a6d69
Compare
Choose a tag to compare

If you're a Spring Boot user or seeing Hibernate validator problems, please use the alternate release which downgrades hibernate-validator to 6.2.0.Final. See further discussion in #52

What's Changed

Full Changelog: v18.0.1...v19.1

v19.1-validator-6.2.0.Final

26 Sep 06:40
5110589
Compare
Choose a tag to compare

This release includes v19.1 and downgrades hibernate-validator to 6.2.0.Final which is useful for Spring Boot users. See further discussion #52.

What's Changed

Full Changelog: v18.1-validator-6.2.0.Final...v19.0-validator-6.2.0.Final

18.1-validator-6.2.0.Final

27 May 01:37
Compare
Choose a tag to compare

Full Changelog: v18.0.1...v18.x-validator-6.2.0.Final

Port of changes to validator branch for 18.x

18.1

26 May 00:09
Compare
Choose a tag to compare

What's Changed

  • Feature/support list element validation for all constraints by @pelletier197 in #48
  • chore(deps): Updating to use graphql-java 18.0 by @setchy in #60
  • Pass in the correct value for AbstractDecimalMinMaxConstraint error message by @paul-pop in #63
  • Replace to ConcurrentMap from Map by @heowc in #65
  • chore(deps): update to grapqhl-java:18.1 by @setchy in #66

New Contributors

  • @heowc made their first contribution in #65

Full Changelog: v17.0...v18.0.1

17.0-hibernate-validator-6.2.0.Final

25 Nov 22:35
Compare
Choose a tag to compare

This branch release downgrades the hibernate validator version to 6.2.0-Final ready for Spring Boot apps

See #52

17.0

03 Aug 09:41
6ffc674
Compare
Choose a tag to compare

A release for graphql-java 17.x as well as upgrading to jakarta validation instead of javax.validation