Skip to content

Releases: introproventures/graphql-jpa-query

Release 0.4.13

10 Jul 01:42
Compare
Choose a tag to compare

Release Notes

Release 0.4.12

10 Jul 01:41
Compare
Choose a tag to compare

Release Notes

  • fix(GH-273): detach result entities from entity manager persistent context (#275) a678b57
  • feat: add graphql-jpa-query-introspection module (#276) 978d9d0
  • fix: correct RestrictedKeysProvider Javadoc errors 823cda2
  • feat(GH-219): add support for row level filtering query provider (#274) 37f1416

Release 0.4.11

23 Jun 01:18
Compare
Choose a tag to compare

Release Notes

  • fix: correct RestrictedKeysProvider Javadoc errors 823cda2
  • feat(GH-219): add support for row level filtering query provider (#274) 37f1416
  • fix(version): update spring-boot-dependencies to 2.3.1.RELEASE (#272) dae311b

Release 0.4.10

08 Jun 16:05
Compare
Choose a tag to compare

Release Notes

New Features:

Release 0.4.7

21 Apr 01:09
Compare
Choose a tag to compare

Release Notes

Release 0.4.4

08 Apr 05:28
Compare
Choose a tag to compare

Release Notes

  • fix: add support for graphiql controller view forward request (#256) 9240884
  • fix(GH-249): Resolve exception when using graphql-jpa with leangen (#255) dea68a8
  • fix(GH-253): Support enable/disable default max result size query pagination (#254) 1297e68
  • fix: improve data loader query memory usage (#252) 7cc3e57
  • fix(GH-233): Support Inline optional search criteria for singular and plural attributes (#251) bb44a34
  • feat: add Spring WebMvc support for /graphiql application console (#247) 6a0970c
  • fix(pom.xml): added graphiql to dependency management (#246) a3e8bcf
  • fix(version): update maven-javadoc-plugin to 3.1.0 c472996

Release 0.4.1

28 Feb 07:17
Compare
Choose a tag to compare

Release Notes

New Features

  • feat(GH-244): Added support for entity path class name prefix in GraphQLJpaSchemaBuilder (#245) 866a5ec

Bug Fixes

  • fix(GH-239): Added GraphQLFieldVisibility supplier support in GraphQL request (#240) e60eb50

Release 0.4.0

21 Jan 08:32
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fix(GH-234): HHH000104: firstResult/maxResults specified with collection fetch; applying in memory (#229) 3db0e51
  • fix(GH-225): Fixed regression with missing `@Qualifier` on EntityManager (#230) deafe11

New Features

  • feat: add support for per request schema transformation and instrumentation (#163) ae541cb
  • feat(GH-235): added Relay Connection support (#236) 36703f0

Version Updates

  • Upgrade graphql-java version to 13.0 (#209) 09dd88c
  • fix(versions): upgrade spring-boot-dependencies to 2.1.11.RELEASE (#187) 5ce95b5
  • fix(version): update project version to 0.4.0-SNAPSHOT 3763ed7

Release 0.3.37

15 Dec 07:23
Compare
Choose a tag to compare

Release Notes

New Features:

  • feat(GH-226): Support logging of the generated JPQL query string with debug log level (#227) ad1d404

Bug Fixes

  • fix(GH-225): Configure shared entity manager for multiple data sources example (#228) b235ee8
  • fix(GH-220): Cannot nest multiple queries on the same table (#222) 38bfb17

Thanks to @molexx for the time reporting and collaboration on issues.

Release 0.3.36

01 Dec 09:12
Compare
Choose a tag to compare

Release Notes

Bug fixes