Skip to content

v0.29.0

Compare
Choose a tag to compare
@wjones127 wjones127 released this 04 Jun 15:51
· 361 commits to main since this release
4eb2d81

What's Changed

Breaking Changes 🛠

  • perf!: improve conflict resolution performance by @wjones127 in #3882
  • feat!: introduce fragment reuse index to defer compaction index remap by @jackye1995 in #3847
  • feat!: add minimum probes and maximum probes to IVF search by @westonpace in #3903

New Features 🎉

Bug Fixes 🐛

  • fix: remove modified fragments indices during horizontal merge_insert by @westonpace in #3863
  • fix: last item could be dropped from directory listing by @jackye1995 in #3892
  • fix: handle caching with manifest naming scheme migration by @wjones127 in #3896
  • fix: deserialize PhraseQuery without slop field by @wjones127 in #3913
  • fix: PrimitiveStructualEncoder extract_validity buffer should follow flag keep_original_array by @leaves12138 in #3899
  • fix: unexpected posting block size when remap posting list by @BubbleCal in #3921
  • fix: some compile error for index by @Jay-ju in #3920
  • fix: skip non-leaf fields when projecting by column names in 2.1 by @westonpace in #3918
  • fix: prevent and handle empty fragments by @wjones127 in #3934

Documentation 📚

Performance Improvements 🚀

  • perf: remove the unnecessary copying while indexing PQ by @BubbleCal in #3894

New Contributors

Full Changelog: v0.28.0...v0.29.0