Skip to content

v20.7 Release

Compare
Choose a tag to compare
@dj-nitehawk dj-nitehawk released this 28 Jan 14:45
· 398 commits to master since this release

POSSIBLE BREAKING CHANGE

the signature of entity.SavePreservingAsync() method has been changed to no longer take a New expression as an argument. if you are using that overload, please switch to the newly added SaveExceptAsync method instead, which does the same thing.

CHANGELOG:

  • support for extensible DBContext instances
  • ability to save entities partially by including a subset of properties
  • ability to save entities partially by excluding a subset of properties
  • change the signature of SavePreservingAsync method
  • optimize Transaction class
  • upgrade mongo driver to latest
  • increase test coverage