This is an automated email from the ASF dual-hosted git repository.

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b34bf9a8 add release note for v1.12.0 (#250)
9b34bf9a8 is described below

commit 9b34bf9a87d42e2a7d37a63ce5834574942e6df8
Author: mike_xwm <[email protected]>
AuthorDate: Wed Dec 24 16:30:16 2025 +0800

    add release note for v1.12.0 (#250)
---
 docusaurus.config.js            |  4 ++--
 events/release-notes/v1.12.0.md | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)

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
+ 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to