Releases: redis/redis-om-dotnet
Releases · redis/redis-om-dotnet
Version 0.7.6
🐛 Bug Fixes
- fixing issue with timestamps always being updated (#498)
- fixing issue with timespans having fractional millisecond values (#497)
- Bugfix/comprehensive index equality (#496)
- fixing issue with multiple where predicates paired with a select (#493)
- fixing multiple match predicates query parsing issue (#492)
🧰 Maintenance
- bumping System.Text.Json for CVE-2024-43485 (#491)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.7.5
Changes
- adding some docs for stuff that has come up (#467)
🚀 New Features
- Add ToQueryString method to RedisCollection, RedisAggregationSet (#487)
- feat: Add the ability to compare existing index definitions to the projected one for a type (#479)
- Add MatchPattern Method (#483)
- Allowing SearchableAttribute to apply multiple times on one field (#473)
- feat: adding the ability to update ttl with update (#472)
🐛 Bug Fixes
- fix: When using AllMiniLML6V2 vectorizer, inference sessions would be… (#485)
🧰 Maintenance
- revving to 0.7.5 (#488)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.7.4
Version 0.7.3
Changes
- Fix Typo LANGUAGE_FIELD->LANGUAGE in SerializeIndex (#458)
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.7.2
Version 0.7.1
Version 0.7.0
Changes
- Adding arg-less count to RedisCollection (#426)
- updating StackExchange.Redis Version to remove System.Drawing (#436)
🔥 Breaking Changes
- correcting unlink return type. This is a very minor break and would only affect you if you were relying on the string return from unlink (which didn't produce anything anyway) (#435)
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.6.1
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@axnetg and @slorello89
Version 0.6.0
Changes
🔥 Breaking Changes
- (#417) - The core
Execute
andExecuteAsync
methods have been changed from accepting args as astring[]
to accepting them as aobject[]
. This will largely be transparent to you if you use the higher level APIs within Redis OM, however if you use those methods you may be impacted.
🚀 New Features
- Vector Search and Semantic Caching (#417) - Added the ability to Index, Create, and query Vectors using Redis OM.
Contributors
We'd like to thank all the contributors who worked on this release!
Version 0.5.5
Changes
🐛 Bug Fixes
- Bugfix - Enumerating collection with documents expiring causes early return (#422)
Contributors
We'd like to thank all the contributors who worked on this release!