Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 0.3.36
Release 0.3.35
Release 0.3.34
Release 0.3.33
Release 0.3.32
Release 0.3.31
Release 0.3.30
Release 0.3.29
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
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:
Many thanks to @anotender and @SinaiNIN for contributions!