Releases: redis/redis-om-dotnet
Releases · redis/redis-om-dotnet
v0.1.3
- 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
- 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
- Updates to GeoLoc object to make it more serializable