Changelog

Copy Markdown

0.7.0 (2026-03-12)

Features

  • Adds support to decay ranker (4a0653e)

0.6.0 (2026-03-04)

Features

0.5.3 (2026-02-10)

Bug Fixes

  • Fix socket leak on Gun Adapter (6c56e73)

0.5.2 (2026-02-02)

Bug Fixes

0.5.1 (2026-01-28)

Features

  • Adds is_dynamic option to schema fields (a1fcc2b)
  • Adds support to timestampz fields (8ec9106)

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

0.3.0 (2025-12-08)

Features

  • Adds simple migration and prefix to collections (d313a75)

Bug Fixes

0.2.0 (2025-12-04)

Features

  • Implements Collection DSL using Spark (96c00ad)
  • Integrate collection types into the api (e501145)

0.1.0 (2025-12-04)

Features

Bug Fixes

  • Fixed credo and dialyzer errors (7176355)
  • Redact sensitive fields from the Milvex.Connection in case of inspection (91f041f)

Continuous Integration