Skip to content

1.1.16

Latest

Choose a tag to compare

@otaviojava otaviojava released this 10 Aug 10:57
· 2779 commits to main since this release
c2684a8

What's Changed

This release focuses on query execution and repository behavior, improving delete-query reporting, projection handling, and concrete repository return semantics.

🔧 Query and Repository Fixes

  • Report the number of affected rows for delete queries by @robertpatrick in #742
  • Backport repository entity inference for FROM-less projection queries to the 1.1.x branch by @robertpatrick in #735
  • Fix concrete repository methods returning null instead of EmptyResultException on the 1.1.x branch by @robertpatrick in #738

🏷️ Release

  • Update the project version to 1.1.16 and refresh the changelog and README by @otaviojava in #745

Full Changelog: 1.1.15...1.1.16