graphql-jpa-query

Generate GraphQL Query Api for your JPA Entity Models

APACHE-2.0 License

Stars
194
Committers
18

Bot releases are hidden (Show)

graphql-jpa-query - Release 0.5.2

Published by igdianov almost 2 years ago

What's Changed

Full Changelog: https://github.com/introproventures/graphql-jpa-query/compare/0.5.1...0.5.2

graphql-jpa-query - Release 0.5.1

Published by igdianov almost 2 years ago

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
graphql-jpa-query - Release 0.5.0

Published by igdianov almost 2 years ago

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
graphql-jpa-query - Release 0.4.19

Published by igdianov over 2 years ago

Release Notes

Bug fixes:

  • fix: support EQ/NE nullable criteria values for Java scalars (#302) 82e5210
graphql-jpa-query - Release 0.4.18

Published by igdianov over 2 years ago

Release Notes

Bug fixes:

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

Improvements:

  • Make execution strategies configurable (#281) abd50be
  • Allow customizing attribute types (#282) 1e8f034

Dependency Upgrades:

  • fix: update Spring Boot version to 2.6.6 (#300) 12f606d
graphql-jpa-query - Release 0.4.15

Published by igdianov about 4 years ago

Release Notes

Fixes:

  • fix: add support for java.sql.Timestamp GraphQLScalar coercing (#283) 105c8dc
graphql-jpa-query - Release 0.4.14

Published by igdianov about 4 years ago

Release Notes

  • fix: support GraphQL operationName attribute (#279) 6dfe793
graphql-jpa-query - Release 0.4.13

Published by igdianov over 4 years ago

Release Notes

  • fix: Cannot convert date value to AST (#278) 06379c7
graphql-jpa-query - Release 0.4.12

Published by igdianov over 4 years ago

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
graphql-jpa-query - Release 0.4.11

Published by igdianov over 4 years ago

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
graphql-jpa-query - Release 0.4.10

Published by igdianov over 4 years ago

Release Notes

New Features:

  • fix(GH-38): Support JPA @ElementCollection annotation with @Embeddable generic type (#270) 04e07c3
graphql-jpa-query - Release 0.4.7

Published by igdianov over 4 years ago

Release Notes

  • fix(GH-232): SimpleDateFormat is not threadsafe (#261) cecb286
graphql-jpa-query - Release 0.4.4

Published by igdianov over 4 years ago

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
graphql-jpa-query - Release 0.4.1

Published by igdianov over 4 years ago

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
graphql-jpa-query - Release 0.4.0

Published by igdianov over 4 years ago

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
graphql-jpa-query - Release 0.3.37

Published by igdianov almost 5 years ago

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.

graphql-jpa-query - Release 0.3.36

Published by igdianov almost 5 years ago

Release Notes

Bug fixes

  • fix(GH-215): Cannot query set of enums within select clause (#218) 5705b95
  • fix(GH-216): One-to-many queries joins the same tables twice (#217) 6e204fc
graphql-jpa-query - Release 0.3.35

Published by igdianov almost 5 years ago

Release Notes

  • feat(GH-208): added EQ_, NE_, STARTS_, LIKE_, ENDS_ case insensitive string match criteria #210 53c84dc
graphql-jpa-query - Release 0.3.34

Published by igdianov about 5 years ago

Release Notes

  • feat(GH-204): added LOWER predicate for case insensitive match (#206) 6ff6992
  • fix(travis): changed to openjdk8 8f1e36c
  • docs(README): polish description [skip travis] 4ad2ad2
graphql-jpa-query - Release 0.3.33

Published by igdianov about 5 years ago

Release Notes

fix(GH-193): Fixed error in GQL Queries when total or pages is included with condition where: NOT_EXISTS or EXISTS (#201) 40a0e2d
fix(GH-198): adedd support for fetching optional element collections elements (#200) 5d99c3b