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 the1.1.xbranch by @robertpatrick in #735 - Fix concrete repository methods returning
nullinstead ofEmptyResultExceptionon the1.1.xbranch 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