From 3b9f6b447d781ab81b99f0533e0e66641bdc4f00 Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr Date: Wed, 6 May 2026 13:18:19 +0200 Subject: [PATCH] =?UTF-8?q?release:=200.39.0=20=E2=80=94=20perf=20bundle?= =?UTF-8?q?=20(BQ=20query=20rewrite=20+=20session=20pool=20+=20chunked=20d?= =?UTF-8?q?ownload=20+=20HTTP/2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4926cbb..41a4863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C ## [Unreleased] +## [0.39.0] — 2026-05-06 + ### Performance - **`/api/query` (and `agnes query --remote`) now rewrites user SQL referencing `query_mode='remote'` BigQuery rows into a single `bigquery_query()` call diff --git a/pyproject.toml b/pyproject.toml index a2cc602..0093060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agnes-the-ai-analyst" -version = "0.38.3" +version = "0.39.0" description = "Agnes — AI Data Analyst platform for AI analytical systems" requires-python = ">=3.11,<3.14" license = "MIT"