Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 1.1.6
1.1.5
What's Changed
✨ New Features
🐛 Bug Fixes
- Backport fix for auto configuration to use operation's default execution strategy delegate by @igdianov in #412
⬆️ Dependencies
- Update hibernate.version to 6.2.13.Final by @igdianov in #389
- chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.4.0 to 3.6.1 by @dependabot in #382
- chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 1.1.1 to 3.4.1 by @dependabot in #385
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.2 by @dependabot in #384
- chore(deps): bump com.graphql-java:graphql-java-extended-scalars from 20.2 to 21.0 by @dependabot in #383
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #386
- update spring-boot.version to 3.1.6 by @igdianov in #391
- chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.11 by @dependabot in #392
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by @dependabot in #394
- chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #395
- update prettier-maven-plugin.version to 0.21 by @igdianov in #396
Full Changelog: 1.1.3...1.1.5
Release 1.2.1
Release 1.2.0
What's Changed
💥 Breaking Changes
✨ New Features
- Add optional support for GraphQLIDType (i.e. ID) for entity identifier attributes by @igdianov in #401
- Add Java 21 to build support matrix by @igdianov in #402
- Update spring-graphql-web example to use Books entity model by @igdianov in #403
- Add support for transactional delegate execution strategy builder customizer by @igdianov in #406
🐛 Bug Fixes
- Remove redundant graphQlSourceBuilderExecutionStrategyCustomizer auto-configuration by @igdianov in #404
⬆️ Dependencies
- Update graphql-java version to 21.3 by @igdianov in #400
- Upgrade Spring Boot version to 3.2.0 by @igdianov in #378
- Update project version to 1.2.0-SNAPSHOT by @igdianov in #405
- chore(deps): bump maven-resources-plugin from 3.0.1 to 3.3.1 by @dependabot in #363
- chore(deps): bump maven-deploy-plugin from 2.8.2 to 3.1.1 by @dependabot in #361
- chore(deps): bump maven-source-plugin from 2.1.2 to 3.3.0 by @dependabot in #368
- chore(deps): bump git-changelog-maven-plugin from 0.4.0 to 0.6.0 by @dependabot in #340
Full Changelog: 1.1.4...1.2.0
1.1.4
What's Changed
✨ New Features
⬆️ Dependencies
- Update hibernate.version to 6.2.13.Final by @igdianov in #389
- chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.4.0 to 3.6.1 by @dependabot in #382
- chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 1.1.1 to 3.4.1 by @dependabot in #385
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.2 by @dependabot in #384
- chore(deps): bump com.graphql-java:graphql-java-extended-scalars from 20.2 to 21.0 by @dependabot in #383
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #386
- update spring-boot.version to 3.1.6 by @igdianov in #391
- chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.11 by @dependabot in #392
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by @dependabot in #394
- chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #395
- update prettier-maven-plugin.version to 0.21 by @igdianov in #396
Full Changelog: 1.1.3...1.1.4
Release 0.5.5
What's Changed
🐛 Bug Fixes
⬆️ 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
Full Changelog: 0.5.4...0.5.5
Release 1.1.3
What's Changed
✨ New Features
- Add support for lazy loaded attribute fetching with JPA entity graph query hint by @igdianov in #387
⬆️ Dependencies
- chore(deps): bump joda-time from 2.10.5 to 2.12.5 by @dependabot in #372
- chore(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.1.2 by @dependabot in #373
- chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #369
- bump gatling test activiti-cloud.version to 8.1.0 by @igdianov in #388
Full Changelog: 1.1.2...1.1.3
Release 1.1.2
Release 1.1.1
What's Changed
🐛 Bug Fixes
- Fix auto-configuration to apply a shared container entity manager instance for GraphQLJPASchemaBuilder by @igdianov in #380
Full Changelog: 1.1.0...1.1.1