Skip to content

Releases: redis/redis-om-spring

Release v1.1.0

22 Nov 20:59

Choose a tag to compare

Changelog

🔄️ Changes

  • 3c96ba0 replace deprecated QueryMethodEvaluationContextProvider with ValueExpressionDelegate

📝 Documentation

  • db65b14 add migration guide for Spring Boot 3.5.x and Jedis 6.0.0

Contributors

We'd like to thank the following people for their contributions:

Release v1.0.5

22 Nov 04:31

Choose a tag to compare

Changelog

🚀 Features

  • 6ecaa14 add SearchStream return type support for repository methods

🐛 Fixes

  • a1a8d7f handle predicate negation and TAG field notEq operations in EntityStream

📝 Documentation

  • 11a95fe remove outdated preview release language from README
  • 69fb2a0 format README, added link to official docs

Contributors

We'd like to thank the following people for their contributions:

Release early-access

22 Nov 20:50

Choose a tag to compare

Release early-access Pre-release
Pre-release

Changelog

🔄️ Changes

  • 3c96ba0 replace deprecated QueryMethodEvaluationContextProvider with ValueExpressionDelegate

📝 Documentation

  • db65b14 add migration guide for Spring Boot 3.5.x and Jedis 6.0.0

Contributors

We'd like to thank the following people for their contributions:

Release v1.0.4

11 Sep 16:50

Choose a tag to compare

Changelog

🚀 Features

  • 0474421 handling of non-standard JSON scenarios

Contributors

We'd like to thank the following people for their contributions:

Release v1.0.3

10 Sep 23:17

Choose a tag to compare

What's Changed

  • fix: handle non-standard field casing in MapContains queries by @bsbodden in #666

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

10 Sep 20:49

Choose a tag to compare

Changelog

🐛 Fixes

  • 32073da resolve NoSuchElementException when using Point in projection interfaces (#661), closes #661
  • b700ad1 upgrade vectorizer tests for Ollama Mistral model updates
  • 5dc89b5 support @Indexed(alias) on nested Map fields for uppercase JSON handling
  • c451ca9 resolve docs deployment failures due to environment protection rules

📝 Documentation

  • 4a4cdc9 document @Indexed(alias) support for uppercase JSON fields in Map values

Contributors

We'd like to thank the following people for their contributions:

Release v1.0.1

05 Sep 23:28

Choose a tag to compare

Changelog

🚀 Features

  • 0e40303 add native repository method support for querying nested fields in Map<String, ComplexObject>

🐛 Fixes

  • a4c7654 optimize existsById() to use Redis EXISTS command instead of data retrieval (#657), closes #657
  • 3a1a44e correct confusing parameter order in AggregationStream.limit() (#646), closes #646
  • b7963f2 projection interfaces now work for all field types without @Value annotation (#650), closes #650
  • 2b9d87e change auto-service scope from implementation to compileOnly, closes #651
  • f143221 make azure-identity an optional dependency to reduce dependency footprint, closes #652
  • cd36b2a Use gradlew to run demos
  • b61e631 enable JSON operations to participate in Redis transactions, closes #377
  • 3995472 complete NUMERIC_IN/NOT_IN implementation with proper query generation, closes #645
  • bcb7461 Added the NUMERIC_IN query clause to manage the Spring-like methods 'In' for Redis repository.

🧪 Tests

  • e12b8d0 add test case demonstrating projection issue with non-String fields, closes #650

Contributors

We'd like to thank the following people for their contributions: