Skip to content

Releases: TurnerSoftware/MongoFramework

0.16.0

28 Jul 08:36
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

Allow misidentified types to be handled by the TypeDiscoverySerializer (8c79510)
Fields are removed from class maps (fda4941) (Note: This is a breaking change if you relied on fields)
Overridden properties are removed from class maps (fda4941)

Fixes #90 and #91

0.15.0

07 Jul 02:43
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

Added special index support (2dSphere and text indexes) (#80, #81, #82)
Added support for $geoNear and $geoIntersects (#82)
Fixed bug with Extra Elements serialization (0291a3c)

0.14.0

27 Jun 11:39
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

Fixes implicit ID handling in the EntityIdProcessor (#78)
Added Multikey indexing support (#79)
Improved NestedTypeProcessor's handling of enumerable types (0a50025)

0.13.0

22 Jun 10:56
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

Implicit type discovery for properties with type object (#73) (Note: This is a breaking change if you depended on receiving objects of type ExpandoObject in some situations)

0.12.0

08 Jun 08:46
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

Updates to diagnostics & profiling (#72)

0.11.2

27 May 08:45
94de91b
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release

Fixed incorrect name handling for UpdateDefinition (c6f84da)

0.11.1

21 May 08:07
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release

Fixed bug with bucket collection names not being obeyed
EntityMapping class now correctly marked as static
Fixed bug with retrieving the ID field name, not checking the inheritance hierarchy

0.11.0

18 May 08:08
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

Removal of Preallocation Functionality (#56)
Mapping Overhaul (#58) (Note: This is a major breaking change for any direct use of the previous EntityMapper or any direct internal/infrastructure extension. MongoDbConnection no longer has factory methods as well.)
Entity Command Writing (#59)
Remove Entity by Id Support for MongoDbSet
Tested .NET Core 3 (Preview 5) Support (#62)
MongoDB Driver version update to v2.8.1

0.10.0

17 Apr 08:31
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Common Settings Interface (#43) (Note: This is a major breaking changing on construction of MongoDbContext)
Removal of Custom Exceptions (#45)
Diagnostic Listener Support (#46)
Update to MongoDB Driver v2.8.0

0.9.0

03 Dec 05:15
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Dependency version bump
Dropping "Db" prefix from infrastructure classes
SourceLink support (#37)
Added PreallocatArrayAttribute (#39)
Restricted TEntity to reference types (#40)
Added first-party buckets support (#41)
Added BsonKnownTypes support for EntityMapper (#42)