Skip to content

Releases: Aleph-Alpha/std

v1.1.0

30 Dec 14:31
031bb53

Choose a tag to compare

1.1.0 (2025-12-30)

Features

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

v1.0.1

30 Dec 13:11
133ad61

Choose a tag to compare

1.0.1 (2025-12-30)

Bug Fixes

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

v1.0.0

30 Dec 12:12
2767e0f

Choose a tag to compare

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)

v0.15.0

30 Dec 07:45
b179cfe

Choose a tag to compare

0.15.0 (2025-12-30)

Features

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

v0.14.0

29 Dec 10:28
2fb1af7

Choose a tag to compare

Expose DB error translation/classification (TranslateError, retryability helpers) on postgres.Client and mariadb.Client for consistent error handling via interfaces (incl. tx callbacks).

v0.13.0

27 Dec 10:07
a86e611

Choose a tag to compare

0.13.0 (2025-12-27)

Features

v0.12.0

25 Dec 16:03
bf7fa68

Choose a tag to compare

0.12.0 (2025-12-25)

Features

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

v0.11.1

24 Dec 23:44
60100a6

Choose a tag to compare

0.11.1 (2025-12-24)

Bug Fixes

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

v0.11.0

24 Dec 20:37
aa2daeb

Choose a tag to compare

0.11.0 (2025-12-24)

Features

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

v0.10.0

21 Dec 17:29
40e4e19

Choose a tag to compare

0.10.0 (2025-12-21)

Features

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