Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 0.4.0
21 Jan 08:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Release Notes
New Features:
feat(GH-226 ): Support logging of the generated JPQL query string with debug log level (#227 ) ad1d404
Bug Fixes
Thanks to @molexx for the time reporting and collaboration on issues.
Release 0.3.36
01 Dec 09:12
Compare
Sorry, something went wrong.
No results found
Release 0.3.35
21 Oct 19:09
Compare
Sorry, something went wrong.
No results found
Release Notes
feat(GH-208 ): added EQ_, NE_, STARTS_, LIKE_, ENDS_ case insensitive string match criteria #210 53c84dc
Release 0.3.34
13 Oct 16:53
Compare
Sorry, something went wrong.
No results found
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
Release 0.3.33
06 Oct 22:15
Compare
Sorry, something went wrong.
No results found
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
Release 0.3.32
28 Sep 04:31
Compare
Sorry, something went wrong.
No results found
#Release Notes
fix: Added support for binding orderBy argument as a variable (#195 ) 2a01382
Release 0.3.31
22 Sep 05:19
Compare
Sorry, something went wrong.
No results found
Release Notes
fix: removed EntityManager.clear() from GraphQLJpaQueryDataFetcher (#192 ) ae25aba
Release 0.3.30
11 Sep 04:40
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixes
fix: switch off lower(COLUMN_NAME) decoration on String equality check (#186 ) 9445f89
fix: coerce Zoned and Offset time to UTC f2d4756
Chores:
chore: remove obsolete JpaQueryBuilder class (#190 ) ae9ce62
Release 0.3.29
08 Sep 02:34
Compare
Sorry, something went wrong.
No results found
Release Notes
fix: Javadoc errors 8284cbd
fix: support uppercase attribute names introspection (#173 ) 798b30d
fix: add query support for entities with `@EmbeddedId` attribute (#180 ) 6552cb8
fix: Error querying entity with @IdClass #176 (#179 ) 50df533
fix: Description is not inherited from the parent class (#169 ) 82be5d5
Add java arrays basic support (#171 ) a5f72bc
Many thanks to @anotender for contribution