MongoFramework v0.20.0 Release Notes

Release Date: 2020-03-01 // about 4 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 into FromConnectionString)

    Other

    • Standardising the validity checks for entity type mapping (80dd893) (Addresses a few edge cases around certain types like BsonValue)
    • ๐Ÿ‘€ Only use reference equality in EntityCollection (bb711c2) (See #118 for details)