Changelog

Copy Markdown

0.10.2 (2026-03-25)

Bug Fixes

  • Mint adapter has slightly different errors (3acebf1)

0.10.1 (2026-03-25)

Bug Fixes

  • Fix retries for errors that kill-connections (eb37f28)

0.10.0 (2026-03-23)

Features

Bug Fixes

  • Merging with the app configs (124f4bb)
  • Passing the settings correctly (6e69911)

0.9.2 (2026-03-23)

Bug Fixes

  • Add bounded error_type to the error telemetries (e5ea579)

0.9.1 (2026-03-23)

Bug Fixes

  • Do not RPC call describe_collection if using schemas (f591209)

0.9.0 (2026-03-18)

Features

  • add offset, grouping, and misc params to hybrid search (f87208a)
  • add offset, grouping, and misc params to vector search (116d8fe)
  • Adds support to scalar indexes (b48f2c0)

0.8.0 (2026-03-16)

Features

  • Implement filter templates (31700e4)
  • Implements Highlighting support (f4f9dbf)

Bug Fixes

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