docs(changelog): add 2026-05-11 entry
All checks were successful
Secret scan / secret-scan (pull_request) Successful in 5s
CI / build (pull_request) Successful in 40s

- 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 <noreply@anthropic.com>
This commit is contained in:
Molecule AI · documentation-specialist 2026-05-11 02:15:24 +00:00
parent 6d6ed1f43b
commit e68a16ad6a

View File

@ -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