Changelog
Copy Markdown0.7.0 (2026-03-12)
Features
- Adds support to decay ranker (4a0653e)
0.6.0 (2026-03-04)
Features
- Adds Telemetry (ed4840d)
0.5.3 (2026-02-10)
Bug Fixes
- Fix socket leak on Gun Adapter (6c56e73)
0.5.2 (2026-02-02)
Bug Fixes
- Fixes healthcheck (0f03f42)
0.5.1 (2026-01-28)
Features
Bug Fixes
- Adds text to allowed dynamic fields (ebf346b)
0.5.0 (2026-01-06)
Features
- add BM25 full-text search support (d33c532)
Bug Fixes
- Fixed bm25 validation (805a7a3)
- Fixed multi-vector mapping (f412281)
- Fixed multiple index creation (e9efbd4)
- Fixes sparse-fields creation when its a struct (f900faa)
- Parsing fector array correctly (0d0e663)
0.4.2 (2025-12-19)
Features
- Add support to multi-vectors (b76d4d0)
Bug Fixes
- Fixed cacert config (6af8635)
- Fixed dynamic fields parsing (2df934b)
- Fixed license (6377161)
- Handling unmatched events from gun and allowing adapter change (#7) (0dcc0bb)
0.4.0 (2025-12-17)
Features
- Added support to keyed searches (20b1147)
Bug Fixes
- Auto ID should not filter out passed in ids (f4f9876)
- Improve disconnection handling (1d40643)
- Redacting the GRPC Channel Inspect (66205cf)
0.3.1 (2025-12-08)
Bug Fixes
- Fixed index creation (b68e7a5)
0.3.0 (2025-12-08)
Features
- Adds simple migration and prefix to collections (d313a75)
Bug Fixes
- Fixed credo warning (a496c1b)
0.2.0 (2025-12-04)
Features
0.1.0 (2025-12-04)
Features
- Created Configuration module (92e28f7)
- Created Connection Handler Module (1740c1a)
- Created RPC Wrapper (b0b6f0b)
- Creating Basic Errors (35fcf62)
- Implemented Schema (3bdbadb)
- Implementing Basic Client (11ed41d)
- Implementing data-parsing (153f46d)
- Preparing Release (3bfb593)
Bug Fixes
- Fixed credo and dialyzer errors (7176355)
- Redact sensitive fields from the Milvex.Connection in case of inspection (91f041f)
Continuous Integration
- Added github actions (033fe63)