Skip to content

Releases: GoogleCloudPlatform/db-context-enrichment

v0.5.0

21 Apr 01:29
87f5f49

Choose a tag to compare

0.5.0 (2026-04-21)

Features

  • autoctx: introduce automated context generation (#95) (57f8aa7)
  • bootstrap: enrich workflow with user-provided docs and code (#70) (04c8455)
  • bootstrap: enrich workflow with user-provided docs and code (#72) (bd04743)
  • evaluate: add custom runner configs to lower evalbench parallelism (#65) (f0758fa)
  • evaluate: populate gcp_project_id in llmrater config (#90) (016af70)
  • evaluate: simplify golden dataset format and write configs dire… (#68) (a76b4bb)
  • evaluate: support llm rater configuration in evalbench generator (#64) (d181b82)
  • evaluate: unify failure reporting and add execution errors (#80) (c11ff47)
  • evaluate: use gemini-2.5-pro for evaluation rater (#67) (5c8f92d)
  • facet: enforce qualified table names in prompts (#85) (b37480f)
  • hillclimb: support eval result reading tool (#69) (bb5a249)
  • mcp: add autoctx-hillclimb workflow skill and tools (#59) (2236964)
  • mcp: adopt ADC support for Cloud SQL and AlloyDB (#78) (f4091fa)
  • mcp: centralize Gemini model configuration (#73) (97c5c25)
  • mcp: migrate autoctx infrastructure to autoctx/ folder (#92) (0b4f52d)
  • mcp: switch default model to gemini-2.5-flash (#93) (60800e5)
  • mcp: update evalbench version to 1.4.0 (#83) (0b4ffb3)
  • skills: update bootstrap skill to include upload URL (#77) (fd65bff)

Miscellaneous Chores

v0.5.0-rc.5

21 Apr 00:40

Choose a tag to compare

v0.5.0-rc.5 Pre-release
Pre-release
docs(mcp/skills): add validation steps to hillclimb skill

v0.5.0-rc.4

16 Apr 18:47
016af70

Choose a tag to compare

v0.5.0-rc.4 Pre-release
Pre-release
feat(evaluate): populate gcp_project_id in llmrater config (#90)

Extracts the GCP project ID from tools.yaml parameters to correctly
populate the gcp_project_id field in the generated LLM rater
configuration for Evalbench.

v0.5.0-rc.3

15 Apr 12:51
0b4ffb3

Choose a tag to compare

v0.5.0-rc.3 Pre-release
Pre-release
feat(mcp): update evalbench version to 1.4.0 (#83)

v0.5.0-rc.2

10 Apr 22:50
cc6fee0

Choose a tag to compare

v0.5.0-rc.2 Pre-release
Pre-release
chore(mcp): bump evalbench version to 1.3.1 (#79)

v0.5.0-rc.1

10 Apr 20:44
f4091fa

Choose a tag to compare

v0.5.0-rc.1 Pre-release
Pre-release
feat(mcp): adopt ADC support for Cloud SQL and AlloyDB (#78)

v0.4.3

02 Apr 17:57
6067132

Choose a tag to compare

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)

v0.4.2

25 Mar 23:15
08eeea0

Choose a tag to compare

0.4.2 (2026-03-25)

Bug Fixes

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

v0.4.1

25 Mar 17:55
86d6cd4

Choose a tag to compare

0.4.1 (2026-03-25)

Features

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

v0.4.0

10 Mar 17:11
a452b55

Choose a tag to compare

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