Skip to content

Releases: introproventures/graphql-jpa-query

Release 0.3.15

11 Mar 17:18
Compare
Choose a tag to compare

Release Notes

Bug fixes:

  • fix: spring.graphql.jpa.query.path must be specified (#94) 3094a6d

Release 0.3.14

11 Mar 05:54
Compare
Choose a tag to compare

Release Notes

This release is available at Maven Central and Jitpack.io

Bug Fixes:

  • fix: Configuration properties are ignored when merging bug (#88) f838056

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:

  • Refactor SchemaBuilder using Introspection (#86) 493f65d
  • Update README.md ac75192
  • fix: upgrade to Spring Boot 2.1.3.RELEASE (#87) ee0aa6c
  • fix: Clean up application.yaml configurations b672e43

Thank you @miklemv @molexx for contributions and feedback!

Release 0.3.13

03 Feb 05:05
Compare
Choose a tag to compare

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

31 Jan 08:24
Compare
Choose a tag to compare

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

31 Jan 08:29
Compare
Choose a tag to compare

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

01 Nov 23:35
Compare
Choose a tag to compare

Changes

  • Support query for entities with emeddable types where argument (#54)

  • Add missing equal criteria expression for string type where arguments (#55)

Release 0.3.8

01 Nov 23:22
Compare
Choose a tag to compare

Changes:

Update graphql-java version to 9.4 (#52)

Added graphql-jpa-query-dependencies module with managed dependencies (#52)

Release 0.3.7

23 Oct 06:31
Compare
Choose a tag to compare

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

18 Oct 21:13
Compare
Choose a tag to compare

Bug fixes:

  • Support Enum types in EQ, NE, IN, NIN criteria expressions (#50)
  • Add Byte to JavaScalars (#48)

Release 0.3.5

23 Aug 17:38
Compare
Choose a tag to compare

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

  • Fix generated CriteriaExpression not working with UUIDs (#42) b75e740
  • Include Java Char and BigInteger types support in JavaScalars (#43) d431dd1