Skip to content

Release 0.3.14

Compare
Choose a tag to compare
@igdianov igdianov released this 11 Mar 05:54
· 543 commits to master since this release

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!