Skip to content

Releases: introproventures/graphql-jpa-query

Release 1.1.6

27 Dec 04:47
1.1.6
2f5cf15
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Backport fix variable value conversion for array of values (#428) by @igdianov in #431

Full Changelog: 1.1.5...1.1.6

1.1.5

05 Dec 23:04
1.1.5
4efdbdd
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • update maven-javadoc-plugin config to use java.version by @igdianov in #398

🐛 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

29 Nov 18:23
1.2.1
23ccdc8
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix auto configuration to use operation's default execution strategy delegate by @igdianov in #411

Full Changelog: 1.2.0...1.2.1

Release 1.2.0

29 Nov 03:51
1.2.0
5f88dcf
Compare
Choose a tag to compare

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

29 Nov 04:55
1.1.4
c431e95
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • update maven-javadoc-plugin config to use java.version by @igdianov in #398

⬆️ 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

29 Nov 03:51
0.5.5
1fb99ef
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix incorrect query intermittent results due to result list proxies by @igdianov in #379

⬆️ Dependencies

🔨 Other Changes

Full Changelog: 0.5.4...0.5.5

Release 1.1.3

22 Nov 21:04
1.1.3
aa4410f
Compare
Choose a tag to compare

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

20 Nov 05:14
1.1.2
c23ea1f
Compare
Choose a tag to compare

What's Changed

🔨 Other Changes

Full Changelog: 1.1.1...1.1.2

Release 1.1.1

17 Nov 06:10
1.1.1
9a2926c
Compare
Choose a tag to compare

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

Release 1.1.0

20 Jun 00:08
1.1.0
7ae72c4
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

Full Changelog: 1.0.0...1.1.0