Releases: introproventures/graphql-jpa-query
Releases · introproventures/graphql-jpa-query
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
Release 0.3.6
Release 0.3.5
Release 0.3.4
Release 0.3.3
This is maintenance release with the following bug fixes:
Fix Runtime exception in DataFetcher on GraphQL '__typename' field (#32)
Release 0.3.2
Fixes #28: 'NE' predicate is generating a 'LIKE' SQL expression instead of a '<>' for String types.
Release 0.3.1
Release to Maven Central Repository
You can use Maven Central repository to include and build individual modules in your project.
For GraphQL JPA Annotations use:
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-annotations</artifactId>
<version>0.3.0</version>
</dependency>
For GraphQL JPA Schema Builder use:
<dependency>
<groupId>com.github.introproventures.graphql-jpa-query</groupId>
<artifactId>graphql-jpa-query-schema</artifactId>
<version>0.3.0</version>
</dependency>
For GraphQL JPA Query Boot Starter use:
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-boot-starter</artifactId>
<version>0.3.0</version>
</dependency>
Release v0.2.0
First Public Release
v0.1.0 Merge remote-tracking branch 'origin/master'