Skip to content

Releases: dj-nitehawk/MongoDB.Entities

v8.2 Release

21 Sep 05:15
Compare
Choose a tag to compare
  • support $expr queries with DB.Find().MatchExpression()
  • support $expr queries with DB.Fluent().MatchExpression()
  • new tests
  • minor code improvements

v8.1 Release

14 Sep 04:21
Compare
Choose a tag to compare
  • 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

13 Sep 07:54
Compare
Choose a tag to compare
  • multiple database support [no breaking changes]
  • full dependency injection support for asp.net core apps
  • major code refactoring
  • updated tests

v7.4 Release

10 Sep 06:27
Compare
Choose a tag to compare
  • change framework to .Net Standard 2
  • remove dependancy on .NETCoreApp 2.2

v7.3 Release

06 Sep 10:10
Compare
Choose a tag to compare
  • 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

22 Aug 15:26
Compare
Choose a tag to compare

mongodb driver updated to v2.9.1

v7.2.1 Release

22 Aug 04:05
Compare
Choose a tag to compare

minor update supporting automated azure release pipeline.

v7.2 Release

19 Aug 10:47
Compare
Choose a tag to compare
  • 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

05 Aug 08:36
Compare
Choose a tag to compare
  • bulk update support
  • make ModifiedOn property settable
  • improved unit tests

v7.0 Release

28 Jun 04:19
Compare
Choose a tag to compare
  • data migration support
  • set modified time with update commands
  • misc. code changes
  • new tests