v0.28.0
What's Changed
Breaking Changes 🛠
- perf!: introduce compression and new indexing algo for FTS by @BubbleCal in #3720
- feat!: remove Spark module in favor of the lance-spark repo by @jackye1995 in #3700
New Features 🎉
- feat: allow FTS and NGRAM index to co-exist on the same column by @westonpace in #3856
- feat: add columns msg for count_rows by @Jay-ju in #3850
- feat: auto conflict resolution for upsert by @jackye1995 in #3865
- feat(java): automatically add JDK17 JVM args by @jackye1995 in #3873
- feat: auto-set S3 express and fix list ordering setting by @jackye1995 in #3870
Bug Fixes 🐛
- fix: the error that the blob field requires a project by @Jay-ju in #3745
- fix: ensure to_batches output strictly adheres to configured batch size by @Jay-ju in #3808
- fix: remove incorrect S3 commit documentation by @jackye1995 in #3869
- fix: update lindera to 0.40.2 and correct outdated URL by @KazuhitoT in #3852
- fix: pytorch demo doc format by @Jay-ju in #3860
- fix: use
e_tag
in cache key for cached manifests by @wjones127 in #3881
Documentation 📚
New Contributors
- @KazuhitoT made their first contribution in #3852
Full Changelog: v0.27.2...v0.28.0