Skip to content

Latest commit

 

History

History
155 lines (70 loc) · 7.17 KB

File metadata and controls

155 lines (70 loc) · 7.17 KB

Changelog

1.3.1 (2026-03-02)

Bug Fixes

  • minio: add SkipConnectionValidation option for restricted environments (#59) (02cd1fe)

1.3.0 (2026-01-08)

Features

  • Refactor MinIO Package for Multi-Bucket Operations (#57) (bd5d80c)

1.2.0 (2026-01-02)

Features

  • qdrant: document thread-safe concurrent search (#55) (f336e22)

1.1.0 (2025-12-30)

Features

  • vectordb: add NestedFilterCondition for complex boolean filter logic (#51) (2ec510c)

1.0.1 (2025-12-30)

Bug Fixes

  • embedding: pass token as a parameter to Create method (#49) (3669b03)

1.0.0 (2025-12-30)

⚠ BREAKING CHANGES

  • Removed v1/database package and unified interface. This reverts the design introduced in v0.15.0, returning to v0.14.0's separate-interfaces-per-package approach.

Features

  • revert to separate interfaces per database package (#47) (8a3e111)

0.15.0 (2025-12-30)

Features

  • Add database-agnostic interface and FX module for unified SQL client (#45) (c009db7)

0.13.0 (2025-12-27)

Features

0.12.0 (2025-12-25)

Features

  • Provide Interfaces in FX Modules (#38) (2b25bae)
  • Refactor Metrics Package: Dual Endpoints + Interface-Based API (#40) (3bd349f)

0.11.1 (2025-12-24)

Bug Fixes

  • Refactor to Interface-First Design for Postgres and MariaDB (#36) (e3be51a)

0.11.0 (2025-12-24)

Features

  • add mariadb package (#35) (13c1ec9)
  • vectordb: Add database-agnostic vector search abstraction (#27) (94bca33)

0.10.0 (2025-12-21)

Features

  • add kafka, redis, and schema registry packages (#33) (e6658ab)

0.7.0 (2025-12-10)

Features

  • Update qdrant documentation to account for filtering (#25) (ed42b36)

0.6.0 (2025-12-10)

Features

  • qdrant: Add filtering system for Qdrant vector searches (#22) (1ef9423)

0.5.0 (2025-12-05)

Features

  • add sparse embedding service go client (#18) (e4ab9b8)

0.4.0 (2025-12-05)

Features

0.3.0 (2025-12-05)

Features

  • refactor Search API with concurrent batch support and multi-collection capability (#16) (ad7a1b6)

0.2.1 (2025-12-03)

Bug Fixes

  • embedding: update endpoint URL and error message in inference provider (df29810)

0.2.0 (2025-12-02)

Features

0.1.0 (2025-11-24)

Features

  • add Octo STS trust policies for pharia-holmes and pharia-data-api (#7) (1c49f5b)
  • add Qdrant pkg (#4) (f75c8fc)
  • embedding: Add embedding package (#5) (016b4be)

Bug Fixes

  • correct subject_pattern in Octo STS trust policies (#9) (62a21e1)
  • update trust policy format to match working examples (#8) (b1873ca)