From 5639ad7466042e982e39a9ac27a0598b2bb2f789 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 9 Jun 2025 22:13:02 -0500 Subject: [PATCH] docs: Add recent releases (#2424) # What does this PR do? This adds recent release notes. Signed-off-by: Yuan Tang --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7644a5af..a080520fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,54 @@ # Changelog +# v0.2.10.1 +Published on: 2025-06-06T20:11:02Z + +## Highlights +* ChromaDB provider fix + + +--- + +# v0.2.10 +Published on: 2025-06-05T23:21:45Z + +## Highlights + +* OpenAI-compatible embeddings API +* OpenAI-compatible Files API +* Postgres support in starter distro +* Enable ingestion of precomputed embeddings +* Full multi-turn support in Responses API +* Fine-grained access control policy + + +--- + +# v0.2.9 +Published on: 2025-05-30T20:01:56Z + +## Highlights +* Added initial streaming support in Responses API +* UI view for Responses +* Postgres inference store support + + +--- + +# v0.2.8 +Published on: 2025-05-27T21:03:47Z + +# Release v0.2.8 + +## Highlights + +* Server-side MCP with auth firewalls now works in the Stack - both for Agents and Responses +* Get chat completions APIs and UI to show chat completions +* Enable keyword search for sqlite-vec + + +--- + # v0.2.7 Published on: 2025-05-16T20:38:10Z