Releases: graphql-java-kickstart/graphql-java-tools
Releases · graphql-java-kickstart/graphql-java-tools
v14.0.0
Major Changes
What's Changed
- Update dependency ch.qos.logback:logback-classic to v1.3.12 [SECURITY] by @renovate in #774
- Bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.12 by @dependabot in #773
- Update actions/setup-java action to v4 by @renovate in #772
- Update all non-major dependencies by @renovate in #771
- Update actions/cache action to v4 by @renovate in #777
- Update peter-evans/create-pull-request action to v7 by @renovate in #787
- Update all non-major dependencies by @renovate in #775
Full Changelog: v13.1.1...v14.0.0
v13.0.4
What's Changed
This is a retrofit release with the latest directive changes but excluding Java 11 requirements
- Scan directives while parsing schema by @oryan-block in #763
- Scan directives arguments while parsing schema by @oryan-block in #764
- Update actions/checkout action to v4 by @renovate in #762
- Update all non-major dependencies by @renovate in #758
- Update dependency org.antlr:antlr4-runtime to v4.11.1 by @renovate in #768
Full Changelog: v13.1.0...v13.0.4
v13.1.1
Major Changes
- Scan directives while parsing schema by @oryan-block in #763
- Scan directives arguments while parsing schema by @oryan-block in #764
What's Changed
- Update actions/checkout action to v4 by @renovate in #762
- Update all non-major dependencies by @renovate in #758
- Update dependency org.antlr:antlr4-runtime to v4.11.1 by @renovate in #768
- Version Release by @github-actions in #770
Full Changelog: v13.1.0...v13.1.1
13.1.0
Breaking changes
- Upgrade graphql-java to v21
- Upgrade to Java 11
- Since GraphQL Java requires Java 11 now, this project does too
Minor changes
- Provider for creating missing resolver data fetcher to provide options and field definition to factory by @timward60 in #742
- Validate subscription data resolver during schema parsing by @oryan-block in #756
- Remove usage of UndeclaredThrowableException by @oryan-block in #757
What's Changed
- Update dependency ch.qos.logback:logback-classic to v1.3.6 by @renovate in #743
- Update peter-evans/create-pull-request action to v5 by @renovate in #747
- Update dependency com.graphql-java:graphql-java to v20.1 [SECURITY] by @renovate in #745
- Update kotlin to v1.8.21 by @renovate in #746
- Update dependency org.apache.maven.surefire:surefire-junit4 to v3 by @renovate in #740
- Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 by @renovate in #739
- Update all non-major dependencies by @renovate in #744
- Version Release by @github-actions in #761
Full Changelog: v13.0.3...v13.1.0
13.0.3
What's Changed
- Update kotlin to v1.7.21 by @renovate in #719
- Allow parsing large schema files by @oryan-block in #722
- Update dependency com.graphql-java:graphql-java to v20 by @renovate in #726
- Update kotlin to v1.8.10 by @renovate in #723
- Update all non-major dependencies by @renovate in #712
- Version Release by @github-actions in #735
Full Changelog: v13.0.2...v13.0.3
13.0.2
Major changes
What's Changed
- Remove double throw by @ajkerr in #706
- Update all non-major dependencies by @renovate in #707
- Update kotlin to v1.7.20 by @renovate in #710
- Bugfix/695 - Old-style directives get lost by @oryan-block in #708
- Update all non-major dependencies by @renovate in #709
- Version Release by @github-actions in #711
Full Changelog: v13.0.1...v13.0.2
13.0.1
What's Changed
- Update dependency org.slf4j:slf4j-api to v2 by @renovate in #688
- Update dependency com.fasterxml.jackson:jackson-bom to v2.13.4 by @renovate in #693
- Update dependency ch.qos.logback:logback-classic to v1.4.0 by @renovate in #689
- Support @deprecated on arguments and input fields by @ajkerr in #696
- Update dependency com.graphql-java:graphql-java to v19.2 by @renovate in #694
- Version Release by @github-actions in #699
New Contributors
Full Changelog: v13.0.0...v13.0.1
13.0.0
Major changes
What's Changed
- Rework directives by @oryan-block in #663
- Update reactive-streams.version to v1.0.4 by @renovate in #665
- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.2 by @renovate in #666
- Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.1.0 by @renovate in #669
- Update dependency org.springframework:spring-aop to v5.3.21 by @renovate in #670
- Update dependency com.graphql-java:graphql-java to v18.2 by @renovate in #672
- Update dependency com.graphql-java:graphql-java to v19 by @renovate in #682
- Update dependency org.javassist:javassist to v3.29.1-GA by @renovate in #683
- Update dependency org.objenesis:objenesis to v3.3 by @renovate in #679
- Update dependency org.springframework:spring-aop to v5.3.22 by @renovate in #674
- Update kotlin by @renovate in #668
- Update directive wiring environment by @oryan-block in #684
- Reimplement ParameterizedType by @oryan-block in #686
- Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.1 by @renovate in #685
- Version Release by @github-actions in #687
Full Changelog: v12.1.0...v13.0.0
12.1.0
Major changes
- Upgrade graphql-java to v18.1
- This includes the move to applied directives mentioned here.
- Add potentialMatch.reference to error message in TypeClassMatcher
- Update dependencyManagement section
Upgrades
- Upgrade jackson-bom to v2.13.3
- Upgrade javassist to v3.29.0-GA
- Upgrade spring-aop to v5.3.20
- Upgrade nexus-staging-maven-plugin to v1.6.13
- Upgrade maven-javadoc-plugin to v3.4.0
- Upgrade kotlin to 1.6.1
- Upgrade create-pull-request action to v4
- Upgrade cache action to v3
- Upgrade maven-compiler-plugin to v3.10.1
- Upgrade logback-classic to v1.2.11
- Upgrade checkout action to v3
- Upgrade setup-java action to v3
- Upgrade slf4j-api to v1.7.36
What's Changed
- Update dependencyManagement section by @oryan-block in #623
- Update dependency org.slf4j:slf4j-api to v1.7.33 by @renovate in #624
- Update dependency org.slf4j:slf4j-api to v1.7.34 by @renovate in #625
- Update dependency org.slf4j:slf4j-api to v1.7.35 by @renovate in #626
- Update dependency org.slf4j:slf4j-api to v1.7.36 by @renovate in #632
- Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.2 by @renovate in #633
- Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.0 by @renovate in #636
- Update dependency org.springframework:spring-aop to v5.3.16 by @renovate in #637
- Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.11 by @renovate in #635
- Add potentialMatch.reference to error message in TypeClassMatcher by @bdeacon-rh in #628
- Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.12 by @renovate in #639
- Update actions/setup-java action to v3 by @renovate in #640
- Update actions/checkout action to v3 by @renovate in #641
- Update dependency ch.qos.logback:logback-classic to v1.2.11 by @renovate in #642
- Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1 by @renovate in #644
- Update dependency com.fasterxml.jackson:jackson-bom to v2.13.2.20220324 by @renovate in #643
- Update dependency org.springframework:spring-aop to v5.3.17 by @renovate in #646
- Update actions/cache action to v3 by @renovate in #647
- Update peter-evans/create-pull-request action to v4 by @renovate in #648
- Update dependency com.fasterxml.jackson:jackson-bom to v2.13.2.20220328 by @renovate in #649
- Update dependency org.springframework:spring-aop to v5.3.18 [SECURITY] by @renovate in #653
- Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.0 by @renovate in #654
- Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.13 by @renovate in #655
- Update dependency org.springframework:spring-aop to v5.3.19 by @renovate in #656
- Update kotlin by @renovate in #651
- Update dependency org.springframework:spring-aop to v5.3.20 by @renovate in #658
- Update dependency org.javassist:javassist to v3.29.0-GA by @renovate in #659
- Update dependency com.graphql-java:graphql-java to v18 by @renovate in #645
- Update dependency com.graphql-java:graphql-java to v18.1 by @renovate in #661
- Update dependency com.fasterxml.jackson:jackson-bom to v2.13.3 by @renovate in #660
- Version Release by @github-actions in #662
New Contributors
- @bdeacon-rh made their first contribution in #628
Full Changelog: v12.0.2...v12.1.0