Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
Release 0.3.15
Release 0.3.14
Release Notes
This release is available at Maven Central and Jitpack.io
Bug Fixes:
New Features:
- Support calculated fields and functions via
@Transient
annotation mapping (#85) 1cbf29c - feat: add JPA @EmbeddedId support (#84) 0def68d
- feat: Created example how to merge two JPA data sources into one schema (#79) 12caf3a
Chores:
Release 0.3.13
Release Notes
New Features
- Extract graphql-jpa-query-web module from starter (#74) 8d72bbe
- Flexible description annotation (#63) 2df2a46
Chores
- fix: configure gitHub url b0839ca
- fix: (version) update git-changelog-maven-plugin to 0.4.0 7867ed4
- fix: (Docker) NoClassDefFoundError: javax/activation/DataSource warning 4fdd0ea
- fix: configure apply arguments in maven-release-plugin 7374240
Many thanks to @molexx for contributions!
Release 0.3.12
Release Notes
- feat: GraphQL Schema Auto-configuration with merge (#70) 332bb02
- fix: change ExecutionResult to return Map type using toSpecification() (#71) 556afe6
- feat: BETWEEN and NOT_BETWEEN where criterias (#69) 007014b
- fix: Add Missing LocalTime Coercing (#68) d576bab
- fix: Enable variable mapping to page arguments (#67) 3f313bd
- Update README.md (#66) 518ad1d
Big thanks to @molexx for contributions and feedback.
Release 0.3.11
Release Notes
- Add jdk configurations to Travis CI (#65) d9992b4
- Upgrade dependencies to Spring Boot 2.1.0.RELEASE (#61) e93bb80
- Update README.md c8d30fb
- fix(versions): update graphql-java to 11.0 fbe3d48
- Merge branch 'master' into configurableDateFormat a3a7c55
- use date format from #ad322458 05a1245
- GraphQLDateCoercing optionally takes a date format mask to use instead of DateFormat.getInstance()'s default SHORT pattern 17e59d9
Release 0.3.9
Release 0.3.8
Release 0.3.7
Changes
Bug Fixes:
- Reverse query with where enum criteria #
- Improve page argument handling
New Features:
- Improve PropertyDataFetcher performance
- Add more Java Scalars: Timestamp, Date, Object (Json)
Chores:
- Refactor test entity models to use Lazy fetch by default
- Skip deploy for graphql-jpa-query-example module