v0.8.0
What's Changed
- Spring 3.x / Jedis 4.x / Java 17 Upgrade by @bsbodden in #160
- Bump snapshot for spring 3 ver by @bsbodden in #166
- Upgrade GitHub actions JDK and syntax fixes by @maorohana-redis in #165
- github:replace cobertura plugin with jacoco by @maorohana-redis in #170
- Fixing duplicate run on snapshot by @chayim in #162
- fix: Resolve indexer getKeyspace timing issue (resolves gh-155) by @bsbodden in #169
- Remove cast to a String as the ID can be other types other than a String by @rjdkolb in #177
- test: test saveAll against entity with non-String id (resolved gh-172) by @bsbodden in #179
- feature: add a configuration parameter to specify the default query limit by @zUniQueX in #178
- Remove CachingConfigurer interface in
RedisModulesConfiguration
by @zUniQueX in #181 - fix: resolve .filter(freetext) order independent (resolves gh-176) by @bsbodden in #182
- Vector Similarity Search by @bsbodden in #185
- feature: implement complex aggregations with examples by @bsbodden in #186
- Adding OffsetDateTimeTypeAdapter by @codingconquerors in #191
- Bsb/pre release cleanup 0.8.0 by @bsbodden in #192
- fix: handles parameters that share a prefix in queries (resolves gh-187) by @bsbodden in #193
- OffsetDateTime converters for Hashes by @codingconquerors in #195
- release: 0.8.0 by @bsbodden in #198
New Contributors
- @rjdkolb made their first contribution in #177
- @zUniQueX made their first contribution in #178
- @codingconquerors made their first contribution in #191
Full Changelog: v0.6.4...v0.8.0