Changelog History
-
v0.20.0 Changes
March 01, 2020Fixes
- โก๏ธ #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
-
v0.19.0 Changes
December 03, 2019Breaking
- โ 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
-
v0.18.1 Changes
October 29, 2019 -
v0.18.0 Changes
October 20, 2019๐ Performance & Maintenance Update
๐ฅ Breaking
โฌ๏ธ Drop BsonClassMap.AutoMap (#106 )
Type Discovery no longer looks throughSystem.*
orMicrosoft.*
assemblies๐ Performance
๐ Improved allocations and performance for Entity Mapping (~75% faster, ~50% less allocations)
๐ Improved allocations and performance for Index Building (~94% faster, ~78% less allocations)
๐ Improved allocations and performance for Type Discovery (50-80% faster, ~75% less allocations) -
v0.17.0 Changes
October 07, 2019โก๏ธ Dependency Updates!
MongoFramework
- MongoDB.Driver v2.8.1 -> v2.9.2
- ๐ง System.Configuration.ConfigurationManager v4.5.0 -> v4.6.0
- System.ComponentModel.Annotations v4.5.0 -> v4.6.0
MongoFramework.Profiling.MiniProfiler
- MiniProfiler.Shared v4.0.138 -> v4.1.0
-
v0.16.0 Changes
July 28, 2019 -
v0.14.0 Changes
June 27, 2019 -
v0.13.0 Changes
June 22, 2019Implicit type discovery for properties with type
object
(#73) (Note: This is a breaking change if you depended on receiving objects of typeExpandoObject
in some situations) -
v0.12.0 Changes
June 08, 2019โก๏ธ Updates to diagnostics & profiling (#72)