Skip to content

Releases: introproventures/graphql-jpa-query

Release 0.3.36

01 Dec 09:12
Compare
Choose a tag to compare

Release Notes

Bug fixes

Release 0.3.35

21 Oct 19:09
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

#Release Notes

fix: Added support for binding orderBy argument as a variable (#195) 2a01382

Release 0.3.31

22 Sep 05:19
Compare
Choose a tag to compare

Release Notes

fix: removed EntityManager.clear() from GraphQLJpaQueryDataFetcher (#192) ae25aba

Release 0.3.30

11 Sep 04:40
Compare
Choose a tag to compare

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
Choose a tag to compare

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

Release 0.3.28

24 Aug 14:35
Compare
Choose a tag to compare

Release Notes

New Features

  • feat: support transient field modifier with class hierarchy introspection (#168) 81a6a19
  • feat: add support for variable where criteria expressions (#162) 5385a41
  • Add METHOD to the @GraphQLIgnore annotation target (#165) 8028d12
  • feat: add conditional property to disable GraphQLController (#161) 4bf7596
  • Add LocalDate/LocalDateTime/OffsetDateTime/ZonedDateTime/Instant support for query and filter (#158) a3f7877

Dependency versions updated:

  • fix(versions): update Spring Boot to 2.1.7 (#159) 257a92d

Many thanks to @anotender and @SinaiNIN for contributions!

Release 0.3.27

11 Jun 08:27
Compare
Choose a tag to compare

Release Notes

New Features

feat: add EXISTS/NOT_EXISTS subquery logical where criteria expressions (#151) 85d2f3a