Skip to content

Releases: introproventures/graphql-jpa-query

Release 0.3.4

01 Mar 05:37
Compare
Choose a tag to compare

This is a maintenance release with the following improvements and bug fixes:

  • Fixed @MappedSuperclass and @Embedded Jpa annotations should be taken into account bug (#30)
  • Added Support for @ElementCollection basic attribute mappings (#33)

Release 0.3.3

17 Feb 00:38
Compare
Choose a tag to compare

This is maintenance release with the following bug fixes:

Fix Runtime exception in DataFetcher on GraphQL '__typename' field (#32)

Release 0.3.2

13 Jan 22:53
Compare
Choose a tag to compare

Fixes #28: 'NE' predicate is generating a 'LIKE' SQL expression instead of a '<>' for String types.

Release 0.3.1

30 Dec 02:37
Compare
Choose a tag to compare

Bug fixes:

  • Handle orderBy in nested queries (#22)
  • Implemented support for parameter bindings in reverse queries (#17)

Enhancements:

  • Upgrade to graphql-java 6.0 (#26)

Release to Maven Central Repository

05 Oct 00:20
Compare
Choose a tag to compare

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

21 Sep 05:47
Compare
Choose a tag to compare

Fixes a number of issues: #1, #2, #3, #4

First Public Release

19 Sep 00:32
Compare
Choose a tag to compare
v0.1.0

Merge remote-tracking branch 'origin/master'