From e68a16ad6a9ab4b0ad77902280e89f5b01715da8 Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Mon, 11 May 2026 02:15:24 +0000 Subject: [PATCH] docs(changelog): add 2026-05-11 entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - A2A proxy ResponseHeaderTimeout: 60s → 180s default, now env-configurable via A2A_PROXY_RESPONSE_HEADER_TIMEOUT (molecule-core#331) - CI fixes: publish-runtime split + Gitea workflow_dispatch.inputs parser bug fix (molecule-core#349, #352, #353) Co-Authored-By: Claude Opus 4.7 --- content/docs/changelog.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/docs/changelog.mdx b/content/docs/changelog.mdx index fb03e8d..2b46a82 100644 --- a/content/docs/changelog.mdx +++ b/content/docs/changelog.mdx @@ -8,6 +8,18 @@ Entries are published daily at 23:50 UTC. --- +## 2026-05-11 + +### 🔧 Fixes + +- **A2A proxy response header timeout increased**: the platform's A2A proxy `ResponseHeaderTimeout` has been raised from 60 s to 180 s, eliminating premature 504 timeouts on long-running A2A dispatch operations (e.g. agent synthesis, cold-start OAuth flows). The timeout is now also configurable per-deployment via the `A2A_PROXY_RESPONSE_HEADER_TIMEOUT` environment variable. (`molecule-core` [#331](https://git.moleculesai.app/molecule-ai/molecule-core/pull/331)) + +### 🧹 Internal + +- **CI fixes** (`molecule-core`): `publish-runtime.yml` split into two workflows (tags-only publisher + autobump) and a Gitea `workflow_dispatch.inputs` parser bug (causing the workflow to be silently ignored) has been fixed. (`molecule-core` [#349](https://git.moleculesai.app/molecule-ai/molecule-core/pull/349), [#352](https://git.moleculesai.app/molecule-ai/molecule-core/pull/352), [#353](https://git.moleculesai.app/molecule-ai/molecule-core/pull/353)) + +--- + ## 2026-05-10 ### ✨ New features