Skip to content

v20.15 Release

Compare
Choose a tag to compare
@dj-nitehawk dj-nitehawk released this 19 Jun 05:26
· 245 commits to master since this release

NO BREAKING CHANGES

CHANGELOG

  • added ability to specify global filters with base classes
  • added ability to ignore global filters when needed
  • added DB.Find().ExecuteAnyAsync() to check for any matching
  • optimized distinct, find and pipeline cursor iterations
  • reduced allocations for command builders and DBContext
  • other performance optimizations via benchmarking