Skip to content

Releases: redis/redis-om-spring

Release v1.0.0-RC3

26 May 14:04
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 7dcf381 adding cache for embedding models in EmbeddingModelFactory (#601), closes #601

🛠 Build

  • 9ac783c use Conventional Commits for release commit
  • 89cc1e9 add spotless Gradle tasks and check during build in CI

📝 Documentation

  • acb5880 Antora Redis OM Documentation site

  • fabafe6 Releasing version 1.0.0-RC3

Release v1.0.0-RC2

20 May 18:46
Compare
Choose a tag to compare

Changelog

🛠 Build


  • 319215d Releasing version 1.0.0-RC2
  • 06ad198 upgrade to Spring AI 1.0.0
  • e58d0e4 enable the tests modules

Release v1.0.0-RC1

20 May 00:31
Compare
Choose a tag to compare

Changelog

Release early-access

20 May 18:36
Compare
Choose a tag to compare
Release early-access Pre-release
Pre-release

Changelog

Version 0.9.11

14 Apr 13:10
Compare
Choose a tag to compare

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!

@raphaeldelio, @foogaro and @bsbodden

Version 0.9.10

16 Mar 14:34
Compare
Choose a tag to compare

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!

@bsbodden

Version 0.9.9

21 Feb 02:12
Compare
Choose a tag to compare

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!

@bsbodden and @raphaeldelio

Version 0.9.8

16 Jan 06:16
237b8af
Compare
Choose a tag to compare

Changes

  • release: v0.9.8 (#535)
  • Composite PKs and other features (#534)
  • Making Spring AI Optional (#530)

Contributors

We'd like to thank all the contributors who worked on this release!

@bsbodden and @raphaeldelio

Version 0.9.7

23 Oct 22:54
Compare
Choose a tag to compare

Changes

  • Restores support for Java 11

Contributors

We'd like to thank all the contributors who worked on this release!

@bsbodden

Version 0.9.6

09 Oct 15:30
Compare
Choose a tag to compare

Changes

  • Release v0.9.6 (#515)
  • Added a clauseTemplate for Numeric fieldType to skip the escaping of … (#514)
  • Java 21 support (#509)
  • docs: fix Redis Json/Search links in Readme (#508)

Contributors

We'd like to thank all the contributors who worked on this release!

@bsbodden, @foogaro and @sumitjainn