From 3ce70e704138b3b87eb871f8c235e27f3e2560ac Mon Sep 17 00:00:00 2001 From: xwm1992 Date: Wed, 24 Dec 2025 16:20:25 +0800 Subject: [PATCH] add release note for v1.12.0 --- docusaurus.config.js | 4 ++-- events/release-notes/v1.12.0.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 events/release-notes/v1.12.0.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 76eb17e17..391b6bbe7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -62,7 +62,7 @@ module.exports = { { type: 'doc', docsPluginId: 'events', - docId: 'release-notes/v1.11.0', + docId: 'release-notes/v1.12.0', position: 'left', label: 'Events', }, @@ -107,7 +107,7 @@ module.exports = { }, { label: 'Events', - to: '/events/release-notes/v1.10.0', + to: '/events/release-notes/v1.12.0', }, { label: 'Releases', diff --git a/events/release-notes/v1.12.0.md b/events/release-notes/v1.12.0.md new file mode 100644 index 000000000..4259109d3 --- /dev/null +++ b/events/release-notes/v1.12.0.md @@ -0,0 +1,28 @@ +--- +title: v1.12.0 Release +date: 2025-12-24T18:00:00+00:00 +hide_table_of_contents: false +author: xmw1992 +author_url: https://github.com/xmw1992 +author_image_url: https://avatars.githubusercontent.com/u/13237619 +sidebar_position: 14 +--- + +## Feature + +- [Feature #5202](https://github.com/apache/eventmesh/issues/5202) implement A2A protocol +- [Feature #5204](https://github.com/apache/eventmesh/issues/5204) Beyond A2A protocol adapter, any thoughs about building AgentMesh infra +- [Feature #5208](https://github.com/apache/eventmesh/issues/5208) develop mcp protocol + + +## Enhancement + +- [Enhancement #5164](https://github.com/apache/eventmesh/issues/5164) Migrate Build Scan publication to develocity.apache.org +- [Enhancement #5185](https://github.com/apache/eventmesh/issues/5185) Enhancement for http server and tcp server +- [Enhancement #5214](https://github.com/apache/eventmesh/issues/5214) Incomplete StatefulSet configuration and concurrency risks in EventMesh Operator + + +## Bug + +- [Bug #5177](https://github.com/apache/eventmesh/issues/5177) Incorrect attribute assignment in BROADCAST strategy of AbstractHttpSinkHandler +