Releases: dj-nitehawk/MongoDB.Entities
Releases · dj-nitehawk/MongoDB.Entities
v8.2 Release
- support $expr queries with DB.Find().MatchExpression()
- support $expr queries with DB.Fluent().MatchExpression()
- new tests
- minor code improvements
v8.1 Release
- keep track of all the instances created
- DB.GetInstance() method to get an instance by db name
- migration history is now stored in the default database
- new tests
v8.0 Release
- multiple database support [no breaking changes]
- full dependency injection support for asp.net core apps
- major code refactoring
- updated tests
v7.4 Release
- change framework to .Net Standard 2
- remove dependancy on .NETCoreApp 2.2
v7.3 Release
- add session/transaction support for .ToEntity() of one-to-one relationships
- add projection support for .ToEntity() of one-to-one relationships
- new tests
- dependancies updated to latest
v7.2.2 Release
mongodb driver updated to v2.9.1
v7.2.1 Release
minor update supporting automated azure release pipeline.
v7.2 Release
- support for mongodb server v4.2
- support for wildcard indexes
- update with aggregation pipeline stages
- update wth an update definition
- new tests
v7.1.1 Release
- bulk update support
- make ModifiedOn property settable
- improved unit tests
v7.0 Release
- data migration support
- set modified time with update commands
- misc. code changes
- new tests