Skip to content

v4.1.1

Compare
Choose a tag to compare
@mbdavid mbdavid released this 08 Jan 07:36
· 1578 commits to master since this release

New

  • New expression ITEMS method (convert array into IEnumerable)
  • New expression ALL method (return true only if all conditions are true) - ALL($.Items[*].Price > 0) = true

Bugfix

  • BSON deserialization bug on hi concurrency access
  • Performance issue about flush on HDD disk #836
  • Remove missing reference in Include #831