Skip to content

v20.13 Release

Compare
Choose a tag to compare
@dj-nitehawk dj-nitehawk released this 09 Jun 06:53
· 336 commits to master since this release

NO BREAKING CHANGES

CHANGELOG:

  • added new [FieldAttribute] for controlling field names
  • added new [CollectionAttribute] for controlling collection names
  • added DB.Update().ModifyWith() to update all props
  • added DB.Update().ModifyOnly() to include subset of props
  • added DB.Update().ModifyExcept() to exclude subset of props
  • added DB.Replace() method for running ReplaceOne commands
  • improved the way delete operations return the DeleteResult
  • improved the way update operations return the UpdateResult
  • improve test coverage