Skip to content

Releases: redis/redis-om-dotnet

v0.1.6

04 Feb 21:38
c9f5dc4

Choose a tag to compare

  • Bug fix in expression parsing
  • Enabling multiple reductions per group

v0.1.5

31 Jan 20:39
fcf2229

Choose a tag to compare

  • License change from BSD-3 clause -> MIT
  • Bug fix where Any method was not available on IRedisColleciton Interface
  • Bug fix for adding DateTimeOffset to hashes
  • Bug fix for parsing geolocs on machines with non-en-US
  • Bug fixes to UUID4 generation logic and for models with bound Ids
  • Enforce index name requirement for RedisQuery constructor

v0.1.4

13 Dec 13:59
503036e

Choose a tag to compare

  • Adding more permissible types for user-defined ids
  • fixing issue where local variables weren't being properly expanded in expressions under certain conditions

v0.1.3

07 Dec 01:56
5e4ec7a

Choose a tag to compare

  • Fixing bug in how DateTime properties are serialized. They will now be serialized to/from UTC unix timestamps
  • Fixing bug in how Id's set with the RedisIdFieldAttribute were treated
  • Updated API for creating your own custom Id Generation Strategey.

v0.1.2

29 Nov 14:51
722d48d

Choose a tag to compare

  • Fixed Issue with unnamed indexes breaking on FirstOrDefault/First queries
  • Fixed issue where numeric index types were being checked as string indexes

v0.1.1

24 Nov 14:54
2b26041

Choose a tag to compare

  • Updates to GeoLoc object to make it more serializable