MongoFramework v0.20.0 Release Notes
Release Date: 2020-03-01 // about 3 years ago-
Fixes
- โก๏ธ #128 EntityTrackingProcessing shouldn't refresh updated entities
- ๐ #124 Fixed issues around concurrent mapping
- ๐ Fixed issue with DbBucketSet
WithGroup
on empty match (d8bda7f)
โก๏ธ Dependency Updates
- MongoDB.Driver from 2.9.2 to 2.10.2
- System.ComponentModel.Annotations from 4.6.0 to 4.7.0
- ๐ง System.Configuration.ConfigurationManager from 4.6.0 to 4.7.0
Previous changes from v0.19.0
-
Breaking
- โ Removed
MongoDbConnection.FromConfig
(ac77903) (If an application needs it, it could implement its own helper to get the value and pass it intoFromConnectionString
)
Other
- โ Removed