New
v2.0.134
Highlights
Encryption Capsule (.mv2e)
- Introduced secure file encryption with .mv2e format
- AES-256-GCM encryption with Argon2id key derivation
- Lock/unlock files with password protection via lock_file() and unlock_file() APIs
- Header contains KDF parameters, salt, and nonce for secure decryption
Search Improvements
- Multi-word queries now default to OR logic for better recall (e.g., "machine learning" finds documents with either term)
- Fixed parallel segment indexing to properly use search_text field when no_raw=true
SDK & CLI Compatibility
- Full cross-compatibility between CLI and SDK created .mv2 files
- Removed extractous from Python SDK default features to avoid native library dependencies
Bug Fixes
- Fixed lexical search indexing for documents ingested via SDK putMany
- Resolved Python SDK import error related to missing Tika native library
Contributors
Thank you to our contributors for this release:
- @sharafdin
- @akash-R-A-J
- @0x-pankaj
- @Sjondepon
- @karamokoisrael
- @shiinedev
- @DavidReque
- @GinoGreen
- @omartood
- @krishnaK-D-Bair
- @reneleonhardt
- @soomin.lee
- @qool