Skip to content

v3.0.0

Compare
Choose a tag to compare
@matteobortolazzo matteobortolazzo released this 09 Mar 20:41
· 119 commits to master since this release
010ca6c

Breaking Changes

  • Update to Flurl 3. There should be no differences for the end user, but keep in mind.

Features

  • Table Splitting: Ability to use the same database for different document with automatic filtering. (#106)
  • Views: Ability to get views. Thanks to panoukos41

Improvements

  • Logical Expressions Prune: If expressions are constant booleans, they are removed automatically keeping the query valid. (#113)
  • IsUpAsync: Returns false on timeout and on not successful codes. (#107)
  • FindAsync: Faster when document is not found. (#92)