Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 0.3.25
Release Notes
Fixes
fix: Let's not pass DISTINCT in JPQL for better performance 4a75979
Release 0.3.24
Release Notes
Bug Fixes
fix: Let's pass and apply distinct in query results if enabled (#124) dcb037b
Release 0.3.23
Release Notes
Bug Fixes
Lets fetch element collection attributes (#123) ca7f78e
Apply left outer join to retrieve optional associations (#105) 7ff25ae
Release 0.3.22
Release Notes
Bug Fixes
fix: update example docker-compose Docker image 74afefc
fix: missing predicates when using compound nested relationship criteria expressions (#121) af279d9
Release 0.3.21
Release Notes
Bug Fixes
Fix MappedSuperclass for JPA entity attributes (#120) c67073a
Thanks to @miklemv for your contribution!
Release 0.3.20
Release Notes
New Features
feat: extract GraphiQL into separate reusable module (#116) 123b471
feat: extract example JPA models into separate reusable modules (#104) 9698743
feat: support nested relationships in where criteria expressions (#108) b05c246
feat: add LOCATE predicate for JPA entity attributes annotated with @convert (#115) 3f9704b
feat: support enum variable bindings in queries (#109) 5dd999a
Fixes
fix: change droid_function entity name to DroidFunction (#117) ee39a1d
Release 0.3.19
Release Notes
New Features
Support enum variable bindings in queries (#109) 5dd999a
Release 0.3.18
Release Notes
Bug Fixes
#102 fix NullPointerException when searching for Transient annotation (#106) fb45d23
Many thanks to @chanhengseang3 for contribution!
Release 0.3.17
Release Notes
New Features:
Enable/Disable distinct Sql select and ignore field in filters and sorting (#95) bde04d5
Fixes
fix: use bean naming convention for property names 6df3c30
Chores
chore: enable Docker build by default ec3f1a6
Thank you @miklemv for contribution!
Release 0.3.16
Release Notes
New Features:
- feat: add where relation attributes criteria expressions (#96) b296d8a
Bug Fixes
- fix: use embeddableType javaType to cache corresponding GraphQL type (#98) ce4f85a
Thanks to @molexx and @darkrift for collaboration!