This is an automated email from the ASF dual-hosted git repository.
sunnianjun 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 fc287e06d82 Refactor release note doc (#33326)
fc287e06d82 is described below
commit fc287e06d82808d1ce2258e06054dce79fce57ad
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Sun Oct 20 19:24:35 2024 +0800
Refactor release note doc (#33326)
---
RELEASE-NOTES.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 50bc3459358..d286b160449 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -5,15 +5,19 @@
### New Feature
### Enhancement
-1. Proxy: Add query parameters and check for mysql kill processId -
[#33274](https://github.com/apache/shardingsphere/pull/33274)
+
+1. SQL Parser: Support parsing Doris BITXOR -
[#33258](https://github.com/apache/shardingsphere/pull/33258)
1. Proxy Native: Change the Base Docker Image of ShardingSphere Proxy Native -
[#33263](https://github.com/apache/shardingsphere/issues/33263)
+1. Proxy: Add query parameters and check for mysql kill processId -
[#33274](https://github.com/apache/shardingsphere/pull/33274)
+1. SQL Parser: Support parsing Doris INSTR -
[#33289](https://github.com/apache/shardingsphere/pull/33289)
### Bug Fix
-1. Mode: Fixes `JDBCRepository` improper handling of H2database in memory mode
- [#33281](https://github.com/apache/shardingsphere/issues/33281)
+1. Mode: Fixes `JDBCRepository` improper handling of H2-database in memory
mode - [#33281](https://github.com/apache/shardingsphere/issues/33281)
1. SQL Binder: Use Multimap and CaseInsensitiveString to replace
CaseInsensitiveMap for supporting mysql multi table join with same table alias
- [#33303](https://github.com/apache/shardingsphere/pull/33303)
### Change Log
+
1. [MILESTONE](https://github.com/apache/shardingsphere/milestone/30)
## Release 5.5.1-SNAPSHOT
@@ -63,8 +67,6 @@
1. Infra: Support compiling and using ShardingSphere under OpenJDK 23 -
[#33025](https://github.com/apache/shardingsphere/pull/33025)
1. Hive: Support Hive integration module to connect to HiveServer2 4.0.1 -
[#33212](https://github.com/apache/shardingsphere/pull/33212)
1. Infra: Support building Example module with OpenJDK 23 -
[#33224](https://github.com/apache/shardingsphere/pull/33224)
-1. SQL Parser: Support parsing Doris BITXOR -
[#33258](https://github.com/apache/shardingsphere/pull/33258)
-1. SQL Parser: Support parsing Doris INSTR -
[#33289](3325://github.com/apache/shardingsphere/pull/33289)
### Bug Fix