Skip to content

v2.3.9

Compare
Choose a tag to compare
@abhinavdangeti abhinavdangeti released this 12 Jul 18:47
· 51 commits to master since this release
0cf7316
Bug Fixes
  • Fixes along recording IO bytes read for different query types (#1829)
    • Also changes the attribute name in the SearchResult construct from bytesRead to cost
  • Fix incorrect facet counts when facetted queries are coupled with sorting over the same field (#1836)
Improvements
  • Upgrade to RoaringBitmap/roaring@v1.2.3 (#1822)
  • Upgrade to etcd-io/bblot@v1.3.7 (#1824)
  • Consolidated some redundant work in a hot index path with #1832 which showed index time speed up by about 30% in certain situations especially while working with large documents.
  • Upgrade to vellum@v1.0.10 which contains a minor optimization (#1838)
Milestone