Releases: graphql-java-kickstart/graphql-java-tools
Releases · graphql-java-kickstart/graphql-java-tools
12.0.1
12.0.0
Major changes
- Update custom context class option to be compatible with new GraphQLContext class
- Custom context class has been deprecated in GraphQL Java. To keep using the custom context option in GraphQL Java Tools read the details in the linked PR.
Upgrades
11.1.2
11.1.1
11.1.0
No changes. Just a version bump.
11.0.3
Minor changes
- Fix
DictionaryTypeResolver
for union types - Fallback to comments if a description is not provided
- Make
FieldResolverScanner
compatible with non English locales
Upgrades
- Configure Renovate for auto-upgrades
- Replace Bintray with Maven Central
- Upgrade Kotlin to v1.5.0
- Upgrade GraphQL Java to v17.1
- Upgrade JUnit to v4.13.2
- Upgrade Jackson to v2.12.4
- Upgrade maven-enforcer-plugin to v3.0.0
- Upgrade maven-javadoc-plugin to v3.3.0
- Upgrade maven-gpg-plugin to v3
- Upgrade build-helper-maven-plugin to v3
- Upgrade maven-jar-plugin to v3.2.0
- Upgrade maven-compiler-plugin to v3.8.1
- Upgrade logback-classic to v1.2.5
- Upgrade spring-aop to v5.3.9
- Upgrade javassist to v3.28.0-GA
- Upgrade objenesis to v3
- Upgrade javax.servlet-api to v4
- Upgrade commons-lang3 to v3.12.0
- Upgrade classmate to v1.5.1
- Upgrade cglib-nodep to v3.3.0
11.0.1
Minor changes
- Build
int
andfloat
default values correctly - Omit
PageInfo
definition if not needed - Allow nested inputs defined in extensions to be parsed as well
- Interface type can have non-empty interface lists
- Replace Groovy with Kotlin
- Support lists of
DataFetcherResult
- Replace Travis CI with GitHub Actions
Upgrades
11.0.0
Library versions across all graphql-java-kickstart
will be synchronized from now on. The major and minor version of compatible libraries will always match. The patch section of the version can differ as bugs are fixed.
It is still recommended to not specify transitive dependencies explicitly to ensure compatibility.
Major changes
- upgraded
graphql-java
dependency to16.1
. See release notes for breaking changes.
Minor changes
6.3.0
Last release before upgrading to graphql-java:16.x
.