Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 0.4.13
Release 0.4.12
Release Notes
Release 0.4.11
Release 0.4.10
Release Notes
New Features:
- fix(GH-38): Support JPA @ElementCollection annotation with @embeddable generic type (#270) 04e07c3
Release 0.4.7
Release 0.4.4
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
Release 0.4.0
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
Release 0.3.37
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.