This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 10ab9d79f84 Update 5.5.1 release note for pr#32395 (#33218)
10ab9d79f84 is described below
commit 10ab9d79f84c9a9351945e323445094bccabb36d
Author: Chakkk <[email protected]>
AuthorDate: Fri Oct 11 21:14:44 2024 +0800
Update 5.5.1 release note for pr#32395 (#33218)
---
RELEASE-NOTES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 92803d94769..de56c387722 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -28,6 +28,7 @@
1. Kernel: Support sql hint extract when sql contains dbeaver hint comment -
[#32331](https://github.com/apache/shardingsphere/pull/32331)
1. Encrypt: Support select distinct(column) encrypt rewrite and refactor
SubstitutableColumnNameToken build logic -
[#32344](https://github.com/apache/shardingsphere/pull/32344)
1. SQL Federation: Support federated query mysql bin function -
[#32373](https://github.com/apache/shardingsphere/pull/32373)
+1. SQL Parser: Enhance MySQL select statement -
[#32395](https://github.com/apache/shardingsphere/pull/32395)
1. Kernel: Add extract combine left select in
extractFromSelectStatementWithoutProjection method -
[#32429](https://github.com/apache/shardingsphere/pull/32429)
1. Proxy Native: Add more graalvm reachability metadata for caffeine cache -
[#32633](https://github.com/apache/shardingsphere/pull/32633)
1. Sharding: Add NullsOrderType.LOW and NullsOrderType.HIGH to handle NULL
order by in sharding feature -
[#32813](https://github.com/apache/shardingsphere/pull/32813)