Skip to content

1.16

Compare
Choose a tag to compare
@steleal steleal released this 19 Aug 11:29
· 23 commits to master since this release
  • Fixed logging of Query.whereComposite() (gh-91)
  • Add calculation of the total count of matching documents in Query (gh-93):
    • Interface CloseableIterator renamed to ResultIterator,
    • add Query.reqTotal(),
    • add ResultIterator.getTotalCount()