Releases: redis/redis-om-spring
Releases · redis/redis-om-spring
Release v1.1.0
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:
- Brian Sam-Bodden (@bsbodden)
Release v1.0.5
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:
- Brian Sam-Bodden (@bsbodden)
Release early-access
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:
- Brian Sam-Bodden (@bsbodden)
Release v1.0.4
Release v1.0.3
What's Changed
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
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:
- Brian Sam-Bodden (@bsbodden)
Release v1.0.1
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
@Valueannotation (#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
gradlewto 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
Contributors
We'd like to thank the following people for their contributions: