Releases: redis/redis-om-dotnet
Releases · redis/redis-om-dotnet
v0.1.5
- 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
- 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
- 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