5.2.0
·
7 commits
to refs/heads/main
since this release
Changes
๐ Features
- FMWK-768 Support projections in custom queries. @agrgr (#893)
- FMWK-784 Refactor Aerospike Operations API. @agrgr (#892)
- FMWK-783 Improve test coverage for batch operations. @agrgr (#891)
- FMWK-769 Align paginated read queries. @agrgr (#890)
- FMWK-770 Support chunked batch read. @agrgr (#888)
- FMWK-550 Add support for pagination and sorting for id queries. @agrgr (#886)
- FMWK-734 Optimize creating filter Exp for combined queries. @agrgr (#884)
๐ Bug Fixes
- FMWK-747 Validate Iterable in batch write methods. @agrgr (#879)
- Prevent NoSuchElementException when calling deleteAll for Iterable. @sergii-melnyk (#876)