Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 3.58 KB

File metadata and controls

49 lines (24 loc) · 3.58 KB

Changelog

0.4.3 (2026-04-02)

Features

  • add Spanner and CloudSQL support to value search generation (#50) (5a56582)
  • value-search: extend support to Spanner, MySQL, and Postgres (5a56582)

Bug Fixes

  • build: disable strip and upx to resolve windows pyinstaller crash (#52) (e07c52b)

0.4.2 (2026-03-25)

Bug Fixes

  • build: bundle lupa and fakeredis in PyInstaller executable (#45) (b4202d0)

0.4.1 (2026-03-25)

Features

  • add value index generation functionality (#42) (e3784ae)

0.4.0 (2026-03-06)

Features

  • bundle genai-toolbox binary to streamline extension installation (#27) (5090d68)
  • skill: skill for authoring tools.yaml (#28) (f69ca39)

Bug Fixes

  • ci: add required github app config to trigger release please (#35) (f641fbd)
  • ci: remove component from release please config to use root tag (#30) (9cc7205)
  • ci: remove unsupported toml config from release please (#33) (edc30a5)
  • ci: strictly align release-please config with mcp-toolbox and add debug workflow (#34) (27bbbf0)

Miscellaneous Chores