Releases: redis/redis-om-spring
Releases · redis/redis-om-spring
v1.0.0-RC.1
Changes
- 🥇v1.0.0 rc1 prep (#586)
- 🔥 refactor: split AI functionality into its own module; Redis OM Spring AI (#584)
- 🚀 feat: Add wildcard support for like/notLike operators (#532) (#585)
- 🪲fix: Trim query string to handle spaces with DIALECT parameter (#579) (#583)
- 🔥 Demo project using Redis OM Spring to connect to AMR using Microsoft Entra ID. (#582)
- 🚀 feat: annotation for count min sketch (#581)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.11
Changes
- feat: Add Microsoft Entra ID authentication support for Redis and Azure OpenAI
- feat: Add Azure OpenAI support with Entra ID integration
- feat: Ops for T Digest
- feat: implementing ops for top K
- feat: add vector similarity search demo with movie dataset
- feat: implement Redis Sentinel support with comprehensive test suite
- feat" EntityStreams conditional filters (#569)
- dependencies: downgrade jakarta.persistence-api to be inline with SpringBoot (#567)
- release: v0.9.11-SNAPSHOT (#566)
- test: add test cases for boolean and datetime query methods (#565)
- fix: ensure ID fields with @NotNull annotation are included in metamo… (#564)
- docs: remove reference to redis ventures in roms-vss demo (#563)
- refactor: consistently use Search Dialect 2 as the default (#561)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.10
Changes
- refactor: use double quotes for exact TEXT queries instead of escaping (#560)
- refactor: move tests to a separate project to simplify build (special… (#558)
- Bsb/extra tests (#556)
- Tests showing AND/OR combinations with QBE (#555)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.9
Changes
- release: v0.9.9 (#554)
- Using bulk APIs/calls on entities during saveAll (#552)
- ci: make snapshot deploy conditional on being a SNAPSHOT release (#550)
- ci: update snapshot action (#549)
- 0.9.9 SNAPSHOT (#548)
- refactor: upgrade to SpringAI 1.0.0-M6 (#547)
- feature: allow containsNone predicate to take a single element (resol… (#546)
- fix: @document(indexName=) not working in conjunction with @IndexingO… (#545)
- Bsb/aggregation annotation params (#542)
- ci: update deprecated version of actions/cache: v2 to use v4 (#543)
- Removing Spring AI BOM (#541)
- dependencies: upgrade Jedis to 5.2.0 (#537)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.8
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.7
Changes
- Restores support for Java 11
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.6
Version 0.9.5
Changes
- release: v0.9.5 (#504)
- dependencies: upgrade Spring AI to 1.0.0-M2 (#503)
- Use annotation based field autowiring in RedisEnhancedRepositoryFactoryBean (#500)
- Bsb/spring 3.3.2 (#501)
- fix: RedisEnchanceKeyValueAdapter#put make DEL/HMSET combo in a pipeline (#495)
- Bsb/v0.9.5 snapshot (#493)
Contributors
We'd like to thank all the contributors who worked on this release!
@bsbodden and @sumitjainn
Version 0.9.4
Changes
- docs: fix version requiring spring-milestones in Maven snippets in README (#485)
- feature: deleteAll - default find/del keys in batches pipelined, opt… (#488)
- feature: handle RediSearch Dialect 3 in repositories (add @UseDialect annotation for repo methods) - (resolves gh-476)
- test: ensure UUID fields can be searched and are properly escaped (see gh-480)
- feature: enable usage of EntityStreams with POJOs and existing indices (resolves gh-470)
- feature: add support for BigDecimal to EntityStream's numeric predicates Brian Sam-Bodden
- fix: treat just-expired document as inexistent (#484)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.9.3
Changes
- feature: QBE updates and bulk updates (#477)
- feature: report library version with Jedis' ClientSetInfoConfig (#475)
- fix: enable #getSlice on SearchStreams (resolves gh-471) (#472)
- fix: fix Spring AI embeddings for Hashes
Contributors
We'd like to thank all the contributors who worked on this release!