Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down Expand Up @@ -107,7 +107,7 @@ module.exports = {
},
{
label: 'Events',
to: '/events/release-notes/v1.10.0',
to: '/events/release-notes/v1.12.0',
},
{
label: 'Releases',
Expand Down
28 changes: 28 additions & 0 deletions events/release-notes/v1.12.0.md
Original file line number Diff line number Diff line change
@@ -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
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: "thoughs" should be "thoughts".

Suggested change
- [Feature #5204](https://github.com/apache/eventmesh/issues/5204) Beyond A2A protocol adapter, any thoughs about building AgentMesh infra
- [Feature #5204](https://github.com/apache/eventmesh/issues/5204) Beyond A2A protocol adapter, any thoughts about building AgentMesh infra

Copilot uses AI. Check for mistakes.
- [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