From dd204cdbae08b1ca15ca987a06fb6631a4410d6d Mon Sep 17 00:00:00 2001 From: Simon Soriano Date: Mon, 27 Jul 2026 14:56:05 +0200 Subject: [PATCH] Update release notes for ADP v0.2.30 Regenerated from adp/RELEASE_NOTES.md in cloudv2. This adds v0.2.29 as well: its release flow broke before the changelog sync ran, so the page was a version behind. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01DD8xE29zf4asG2UgcAePTV --- modules/reference/pages/release-notes.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/reference/pages/release-notes.adoc b/modules/reference/pages/release-notes.adoc index 1d422920..2e09dbc4 100644 --- a/modules/reference/pages/release-notes.adoc +++ b/modules/reference/pages/release-notes.adoc @@ -6,6 +6,23 @@ The latest updates to the Agentic Data Plane. For the in-product summary, open *What's new* from the top bar. +== v0.2.30 (2026-07-27) + +=== Improvements + +Security:: This release includes general security and stability improvements. + +== v0.2.29 (2026-07-27) + +=== Features + +Agents:: Agents now support scheduled triggers. Give an agent a cron schedule and it runs automatically at the times you set. +MCP Servers:: You can now pick a token-optimized output format for each MCP server. Set a server's **Output format** to JSON, TOON, or JTON to control how tool results are encoded before an agent reads them. + +=== Bug fixes + +MCP Servers:: Connecting a remote MCP server now streams its responses reliably, so its tools load instead of appearing empty. + == v0.2.28 (2026-07-24) === Features