This is an automated email from the ASF dual-hosted git repository.
terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 9058dfdeed5 Add ShardingSphere-MCP to 5.5.4 release notes (#39000)
9058dfdeed5 is described below
commit 9058dfdeed5dde51504f768a5dd8f5cc64f2a2a5
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jul 5 05:11:33 2026 +0800
Add ShardingSphere-MCP to 5.5.4 release notes (#39000)
---
RELEASE-NOTES.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index bad29fe27a9..776cf1e41b7 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -6,6 +6,10 @@
1. DistSQL: Add DistSQL to manage sharding key generators -
[#38576](https://github.com/apache/shardingsphere/pull/38576)
1. SHARDING: Adjustment sharding api to support column-level auto-increment
and global auto-increment for key generate strategy
-[#38528](https://github.com/apache/shardingsphere/pull/38528)
+### New Features
+
+1. MCP: Add standalone ShardingSphere-MCP Server -
[#38541](https://github.com/apache/shardingsphere/pull/38541)
+
### Bug Fixes
1. SQL Parser: Preserve unary NOT as NotExpression for scalar-subquery table
extraction in PostgreSQL -
[#38187](https://github.com/apache/shardingsphere/pull/38187)