Skip to content

Version 1.2.0

Latest

Choose a tag to compare

@slorello89 slorello89 released this 02 Jun 19:21
· 4 commits to main since this release
1243567

Redis OM .NET 1.2.0

✨ New Features

  • Numeric array querying — query against arrays of numeric values (#546)
  • Search scores propagatedWITHSCORES is now parsed correctly and scores are exposed via a new Scores dictionary on SearchResponse/SearchResponse<T> (#561)

🐛 Bug Fixes

  • Fix .NET 10 / C# 14 array Contains query translation, without a framework bump (#567)
  • Fix IQueryable select projection path (#562)
  • Fix aggregation set boolean expression parsing (#564)
  • Fix aggregation null-query dialect handling (#556)
  • Fix nullable enum Contains query translation (#559)
  • Fix IRedisHydrateable hash materialization (#555)
  • Preserve TTL on stateless UpdateAsync instead of dropping it (#558)
  • Preserve RedisConnectionException type and command context instead of wrapping it in a generic Exception (#560)
  • Fail fast (client-side InvalidOperationException) on null/missing queries against IndexEmptyAndMissing = false fields (#563)

Full Changelog: v1.0.1...v1.2.0