Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 1.1.0
1.0.0
What's Changed
💥 Breaking Changes
⬆️ Dependencies
- Update spring-boot-dependencies from 2.7.6 to 2.7.7 by @igdianov in #332
- Bump maven-jar-plugin from 2.4 to 3.3.0 by @dependabot in #322
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #324
- Bump maven-release-plugin from 2.5.1 to 2.5.3 by @dependabot in #328
- chore(deps): bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13 by @dependabot in #334
- Bump maven-compiler-plugin from 3.8.0 to 3.10.1 by @dependabot in #327
- Bump maven-dependency-plugin from 2.10 to 3.4.0 by @dependabot in #323
- Bump maven-javadoc-plugin from 3.1.0 to 3.4.1 by @dependabot in #330
- Bump maven-surefire-plugin from 2.12 to 3.0.0-M7 by @dependabot in #326
- Bump maven-assembly-plugin from 2.3 to 3.4.2 by @dependabot in #329
- chore(deps): bump maven-gpg-plugin from 1.4 to 3.0.1 by @dependabot in #335
- chore(deps): bump evo-inflector from 1.2.2 to 1.3 by @dependabot in #346
🔨 Other Changes
- fix: add support for jdk 17 build by @igdianov in #320
- Update issue templates by @igdianov in #321
- Remove legacy data loader registry lookup from execution context by @igdianov in #357
New Contributors
- @dependabot made their first contribution in #322
Full Changelog: 0.5.4...1.0.0
Release 0.5.4
What's Changed
- fix: add Graphql SchemaGenerator configurer auto configuration tests by @igdianov in #313
- fix: add codecov test coverage upload by @igdianov in #316
- fix: add enable result stream feature for JPA queries by @igdianov in #317
- feat: add scalar builder method to graphql query schema builder by @igdianov in #318
- fix: update spring-boot-dependencies to 2.7.6 by @igdianov in #319
- fix: add spring-graphql to graphq-jpa-query autoconfigure module by @igdianov in #315
Full Changelog: 0.5.3...0.5.4
Release 0.5.3
What's Changed
- fix: resolve default GraphQLSchemaConfigurer bean race condition in autoconfigure by @igdianov in #312
Full Changelog: 0.5.2...0.5.3
Release 0.5.2
What's Changed
Full Changelog: 0.5.1...0.5.2
Release 0.5.1
Dependency Upgrades
- Upgraded build and tests to support
spring-boot-dependencies
version 2.7.5 - Refactored JavaScalars registry to use
graphql-extended-java-scalars
version 19.0