Skip to content

Releases: introproventures/graphql-jpa-query

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

1.0.0

16 May 04:48
1.0.0
a21c574
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

  • Upgrade to Spring Boot 3 with Jakarta EE JPA 3.1 Support by @igdianov in #356

⬆️ Dependencies

🔨 Other Changes

New Contributors

Full Changelog: 0.5.4...1.0.0

Release 0.5.4

19 Dec 05:24
0.5.4
4abfc9c
Compare
Choose a tag to compare

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

19 Dec 05:15
0.5.3
8aa2bc8
Compare
Choose a tag to compare

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

25 Oct 02:54
0.5.2
4a0f3c7
Compare
Choose a tag to compare

What's Changed

  • feat: add schema wiring support for Spring Graphql 1.0 project by @igdianov in #310

Full Changelog: 0.5.1...0.5.2

Release 0.5.1

24 Oct 06:17
0.5.1
f28deb7
Compare
Choose a tag to compare

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

Release 0.5.0

22 Oct 14:59
0.5.0
71a4f83
Compare
Choose a tag to compare

CVE Fixes

Breaking Changes

  • Removed experimental @defer directive support

New Features

  • Add support for IN/NIN, BETWEEN/NOT_BETWEEN predicates for floating point numbers (#305) 0fba728

Bug Fixes

  • bugfix: where query with embedded entities produce an exception when type specific opetator is used (#306) 5bded30

Dependency Upgrades

  • fix: update graphql-java version to 19.2 (#308) 499798d

Release 0.4.19

07 Apr 04:02
Compare
Choose a tag to compare

Release Notes

Bug fixes:

  • fix: support EQ/NE nullable criteria values for Java scalars (#302) 82e5210

Release 0.4.18

07 Apr 01:38
Compare
Choose a tag to compare

Release Notes

Bug fixes:

  • fix: Add support for EQ,NE predicates for nullable scalar type values (#301) 88d571e

Improvements:

Dependency Upgrades:

  • fix: update Spring Boot version to 2.6.6 (#300) 12f606d

Release 0.4.15

11 Sep 14:47
Compare
Choose a tag to compare

Release Notes

Fixes:

  • fix: add support for java.sql.Timestamp GraphQLScalar coercing (#283) 105c8dc