Skip to content

Releases: introproventures/graphql-jpa-query

Release 1.2.9

30 Aug 03:27
1.2.9
fe6bcdc
Compare
Choose a tag to compare

What's Changed

🔨 Other Changes

New Contributors

Full Changelog: 1.2.8...1.2.9

Release 1.2.8

09 Aug 00:20
1.2.8
57cc6d6
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

  • chore(deps-dev): bump io.github.graphql-java:graphql-java-annotations from 21.1 to 21.2 by @dependabot in #486
  • chore(deps): Update dependency versions to align with Spring Boot 3.3.2 managed dependencies by @igdianov in #487
  • chore(deps): bump jakarta.interceptor:jakarta.interceptor-api from 2.1.0 to 2.2.0 by @dependabot in #472
  • chore(deps): Bump io.gatling:gatling-maven-plugin from 4.8.2 to 4.9.6 by @dependabot in #494
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #460
  • chore(deps-dev): Bump io.gatling.highcharts:gatling-charts-highcharts from 3.10.5 to 3.11.5 by @dependabot in #493

Full Changelog: 1.2.7...1.2.8

Release v1.2.7

29 May 00:37
1.2.7
9880a2b
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • Add aggregate query schema field and type descriptions by @igdianov in #489
  • Extract aggregate query fields for nested associations into dedicated by field by @igdianov in #490

Full Changelog: 1.2.6...1.2.7

Release v1.2.6

27 May 04:19
1.2.6
cbf98aa
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • Add optional feature for aggregate count query support on plural entity object types by @igdianov in #488

Full Changelog: 1.2.5...1.2.6

Release 1.2.5

10 May 04:44
1.2.5
fd66b4e
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix where query criteria with multiple associations joins by @igdianov in #485

⬆️ Dependencies

  • chore(deps-dev): bump io.gatling.highcharts:gatling-charts-highcharts from 3.10.3 to 3.10.4 by @dependabot in #455
  • chore(deps): bump activiti-cloud.version from 8.2.0 to 8.3.0 by @dependabot in #457
  • chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.4.2 to 3.7.0 by @dependabot in #459
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #458
  • chore(deps): bump com.graphql-java:graphql-java from 21.3 to 21.4 by @dependabot in #463
  • chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #461
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #462
  • chore(deps-dev): bump io.gatling.highcharts:gatling-charts-highcharts from 3.10.4 to 3.10.5 by @dependabot in #465
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #468
  • chore(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #469
  • chore(deps): bump activiti-cloud.version from 8.3.0 to 8.4.0 by @dependabot in #470
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.4 by @dependabot in #477
  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 by @dependabot in #478
  • chore(deps): bump hibernate.version from 6.4.4.Final to 6.4.6.Final by @dependabot in #481
  • chore(deps): bump spring-boot.version from 3.2.2 to 3.2.3 by @dependabot in #456

Full Changelog: 1.2.4...1.2.5

Release 1.2.4

20 Feb 01:47
1.2.4
acd9c4f
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

  • chore(deps): bump hibernate.version from 6.4.1.Final to 6.4.2.Final by @dependabot in #438
  • chore(deps): bump com.hubspot.maven.plugins:prettier-maven-plugin from 0.21 to 0.22 by @dependabot in #437
  • chore(deps): bump spring-boot.version from 3.2.1 to 3.2.2 by @dependabot in #439
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.7.0 to 4.8.0 by @dependabot in #444
  • chore(deps): bump activiti-cloud.version from 8.1.0 to 8.2.0 by @dependabot in #440
  • chore(deps): bump hibernate.version from 6.4.2.Final to 6.4.3.Final by @dependabot in #447
  • chore(deps): bump joda-time:joda-time from 2.12.6 to 2.12.7 by @dependabot in #448
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.8.0 to 4.8.1 by @dependabot in #449
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.8.1 to 4.8.2 by @dependabot in #453
  • Remove hibernate-core from graphql-jpa-query-dependencies managed dependencies by @igdianov in #454
  • chore(deps): bump hibernate.version from 6.4.3.Final to 6.4.4.Final by @dependabot in #452

🔨 Other Changes

  • Update Java release build version to 21 by @igdianov in #441
  • Activate Gatling test modute on jdk21 profile by @igdianov in #445
  • Fix hibernate dependency management by @igdianov in #446
  • Add setup Maven v3.9.6 action step in the build workflow by @igdianov in #451

Full Changelog: 1.2.3...1.2.4

Release 1.2.3

11 Jan 00:43
1.2.3
eb0dfee
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • Simplify ResultStreamWrapper to use native Java stream iterator by @igdianov in #432
  • Add .prettierrc.yaml editor configuration by @igdianov in #433
  • Add spring-graphql-test unit tests by @igdianov in #434

⬆️ Dependencies

  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #436
  • chore(deps): bump joda-time:joda-time from 2.12.5 to 2.12.6 by @dependabot in #435

Full Changelog: 1.2.2...1.2.3

Release 1.2.2

27 Dec 04:58
1.2.2
7810f34
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • Add support for GraphQL schema query field names and result types customizations by @igdianov in #419

🐛 Bug Fixes

  • Fix variable value conversion for array of values by @igdianov in #428

⬆️ Dependencies

  • chore(deps-dev): bump io.github.graphql-java:graphql-java-annotations from 9.1 to 21.1 by @dependabot in #408
  • chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #414
  • chore(deps-dev): bump io.gatling.highcharts:gatling-charts-highcharts from 3.9.5 to 3.10.3 by @dependabot in #426
  • chore(deps): bump io.gatling:gatling-maven-plugin from 4.6.0 to 4.7.0 by @dependabot in #422
  • chore(deps): bump hibernate.version from 6.3.1.Final to 6.4.1.Final by @dependabot in #421
  • update spring-boot.version to 3.2.1 by @igdianov in #430
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #420
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #429
  • chore(deps): bump org.apache.maven.plugins:maven-source-plugin from 2.2.1 to 3.3.0 by @dependabot in #417
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.6.3 by @dependabot in #418
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #415

Full Changelog: 1.2.1...1.2.2

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