Releases: graphql-java/graphql-java-extended-validation
22.0
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
- Update readme for v21 by @dondonz in #91
- make fraction part in DigitsConstraint optional by @lgemela in #92
- Updating to v22 by @bbakerman in #95
- Pull in v22 scalars and update readme by @dondonz in #96
New Contributors
Full Changelog: v21.0...v22.0
21.0
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
- @mushipeas made their first contribution in #88
Full Changelog: 20.0...v21.0
20.0
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
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
Full Changelog: v19.1-validator-6.2.0.Final...20.0-validator-6.2.0.Final
v19.1
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
- Use applied directives rather than directives by themselves by @pelletier197 in #72
- Remove wildcard imports by @pelletier197 in #75
- Update graphql-java to 19.2 by @dondonz in #76
- Update jakarta.el to include patch for CVE-2021-28170 by @dondonz in #78
Full Changelog: v18.0.1...v19.1
v19.1-validator-6.2.0.Final
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
- Use applied directives rather than directives by themselves by @pelletier197 in #72
- Remove wildcard imports by @pelletier197 in #75
- Update graphql-java to 19.2 by @dondonz in #76
- Prepare for v19 release with Hibernate validator 6.2.0 Final by @dondonz in #77
Full Changelog: v18.1-validator-6.2.0.Final...v19.0-validator-6.2.0.Final
18.1-validator-6.2.0.Final
Full Changelog: v18.0.1...v18.x-validator-6.2.0.Final
Port of changes to validator branch for 18.x
18.1
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
fromMap
by @heowc in #65 - chore(deps): update to grapqhl-java:18.1 by @setchy in #66
New Contributors
Full Changelog: v17.0...v18.0.1
17.0-hibernate-validator-6.2.0.Final
This branch release downgrades the hibernate validator version to 6.2.0-Final ready for Spring Boot apps
See #52