v20.7 Release
POSSIBLE BREAKING CHANGE
the signature of
entity.SavePreservingAsync()
method has been changed to no longer take aNew
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