Skip to content

v0.35.0

Choose a tag to compare

@wjones127 wjones127 released this 04 Sep 01:21
· 2531 commits to main since this release

What's Changed

Breaking Changes 馃洜

  • feat!: add storage options to wrapping object store by @wkalt in #4509
  • feat!: shallow_clone supports index by @majin1102 in #4553

New Features 馃帀

Bug Fixes 馃悰

  • fix: include base_id in DeletionFile serialization by @pimdh in #4580
  • fix: tagged_old_versions should only track tagged and old versions by @wojiaodoubao in #4592
  • fix: index out of bounds caused by exhausted posting iterator by @BubbleCal in #4587
  • fix: validate operations in transaction commit by @majin1102 in #4532
  • fix: disable default features from jsonb to avoid changing serde-json behavior by @Xuanwo in #4601
  • fix: shallow_clone multiple times refering to wrong base path by @majin1102 in #4617
  • fix: can't train vector index with cosine distance on GPU by @BubbleCal in #4623

Documentation 馃摎

Performance Improvements 馃殌

Other Changes

  • refactor: rework scalar index loading, training, and parsing into a plugin trait by @westonpace in #4584

New Contributors

Full Changelog: v0.34.0...v0.35.0