Redis OM .NET 1.2.0
✨ New Features
- Numeric array querying — query against arrays of numeric values (#546)
- Search scores propagated —
WITHSCORESis now parsed correctly and scores are exposed via a newScoresdictionary onSearchResponse/SearchResponse<T>(#561)
🐛 Bug Fixes
- Fix .NET 10 / C# 14 array
Containsquery translation, without a framework bump (#567) - Fix
IQueryableselect projection path (#562) - Fix aggregation set boolean expression parsing (#564)
- Fix aggregation null-query dialect handling (#556)
- Fix nullable enum
Containsquery translation (#559) - Fix
IRedisHydrateablehash materialization (#555) - Preserve TTL on stateless
UpdateAsyncinstead of dropping it (#558) - Preserve
RedisConnectionExceptiontype and command context instead of wrapping it in a genericException(#560) - Fail fast (client-side
InvalidOperationException) on null/missing queries againstIndexEmptyAndMissing = falsefields (#563)
Full Changelog: v1.0.1...v1.2.0