Releases: redis/redis-om-dotnet
Releases · redis/redis-om-dotnet
Version 1.0.1
🐛 Bug Fixes
- Linq first function support condition (#532)
- Resolve LINQ expression translation for ==/!= null (#538)
- Count in IQueryable throw exception (#533)
- Filter by enum variable (#534)
Contributors
We'd like to thank all the contributors who worked on this release!
@SMAH1, @mfaulcon and @slorello89
Version 1.0.0
v1.0.0 revving to 1.0.0 (#527)
Version 0.8.0
🔥 Breaking Changes
- Queryable null and Empty Strings (#506) - Default behavior (which allows you to query null and empty strings) requires RediSearch 2.10 - can disable behavior by setting the
IndexEmptyAndMissing
property to false in yourIndexed
andSearchable
attributes on nullable strings.
🚀 New Features
- FIELDENG-681 adding api for running raw queries (#523)
- FIELDENG-589 EntraId support for Vectorizers (#522)
- Queryable null and Empty Strings (#506)
- allowing setting max in sortby (#503)
🐛 Bug Fixes
- Fix edge-case boolean deserialization in RedisObjectHandler.SendToJson (#519)
- normalizing json serialization settings in statemanager (#505)
Contributors
We'd like to thank all the contributors who worked on this release!
@mfaulcon and @slorello89
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!