This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 a99f8d82660 Update release notes (#36088)
a99f8d82660 is described below
commit a99f8d826602d7ceca003b3adf60af01cb544c9d
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jul 28 13:42:21 2025 +0800
Update release notes (#36088)
---
RELEASE-NOTES.md | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 2d2d43c78fc..da4213502f4 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -22,6 +22,8 @@
### New Features
1. Decouple database types as pluggable
[#35346](https://github.com/apache/shardingsphere/pull/35346)
+1. Decouple features as pluggable
[#36086](https://github.com/apache/shardingsphere/pull/36086)
+1. Decouple mode repositories as pluggable
[#36087](https://github.com/apache/shardingsphere/pull/36087)
1. Firebird: Support Firebird Proxy
[#35937](https://github.com/apache/shardingsphere/pull/35937)
### Enhancements
@@ -46,6 +48,15 @@
1. SQL Parser: Support mysql quantify operator parse and upgrade calcite to
1.40.0 - [#35675](https://github.com/apache/shardingsphere/pull/35675)
1. SQL Parser: Support Oracle create table with lob storage clause sql parsing
- [#35782](https://github.com/apache/shardingsphere/pull/35782)
1. SQL Parser: Support Oracle multiple backslash literal parsing -
[#35784](https://github.com/apache/shardingsphere/pull/35784)
+1. SQL Parser: Support Hive Loading files into tables statement parse -
[#36001](https://github.com/apache/shardingsphere/pull/36001)
+1. SQL Parser: Support Hive ALTER DATABASE statement parse -
[#36008](https://github.com/apache/shardingsphere/pull/36008)
+1. SQL Parser: Support Hive DROP TABLE statement parse -
[#36018](https://github.com/apache/shardingsphere/pull/36018)
+1. SQL Parser: Support Hive USE DATABASE statement parse -
[#36024](https://github.com/apache/shardingsphere/pull/36024)
+1. SQL Parser: Support Hive CREATE TABLE statement parse -
[#36040](https://github.com/apache/shardingsphere/pull/36040)
+1. SQL Parser: Support Hive TRUNCATE TABLE statement parse -
[#36049](https://github.com/apache/shardingsphere/pull/36049)
+1. SQL Parser: Support Hive ALTER TABLE statement parse -
[#36066](https://github.com/apache/shardingsphere/pull/36066)
+1. SQL Binder: Fix is unable to find the outer table in the
ExistsSubqueryExpressionBinder -
[#36068](https://github.com/apache/shardingsphere/pull/36068)
+1. SQL Parser: Support Hive ALTER PARTITION statement parse -
[#36072](https://github.com/apache/shardingsphere/pull/36072)
1. SQL Binder: Support select aggregation function sql bind in projection and
having - [#34379](https://github.com/apache/shardingsphere/pull/34379)
1. SQL Binder: Support column definition for the WITH clause and
ExternalTableBinderContext in
CommonTableExpressionBinder.[#34384](https://github.com/apache/shardingsphere/pull/34384)
1. SQL Binder: Support case when then else segment bind -
[#34600](https://github.com/apache/shardingsphere/pull/34600)
@@ -61,16 +72,7 @@
1. Proxy: Implement write method for PostgreSQL bool binary data type -
[#35831](https://github.com/apache/shardingsphere/pull/35831)
1. Encrypt: Use EncryptDerivedColumnSuffix to enhance encrypt table subquery
rewrite logic - [#34829](https://github.com/apache/shardingsphere/pull/34829)
1. Encrypt: Add quotes to encrypt rewrite derived columns -
[#34950](https://github.com/apache/shardingsphere/pull/34950)
-1. SQL Parser: Support Hive Loading files into tables statement parse -
[#36001](https://github.com/apache/shardingsphere/pull/36001)
1. Encrypt: Add support for NOT LIKE operator in encryption -
[#35984](https://github.com/apache/shardingsphere/pull/35984)
-1. SQL Parser: Support Hive ALTER DATABASE statement parse -
[#36008](https://github.com/apache/shardingsphere/pull/36008)
-1. SQL Parser: Support Hive DROP TABLE statement parse -
[#36018](https://github.com/apache/shardingsphere/pull/36018)
-1. SQL Parser: Support Hive USE DATABASE statement parse -
[#36024](https://github.com/apache/shardingsphere/pull/36024)
-1. SQL Parser: Support Hive CREATE TABLE statement parse -
[#36040](https://github.com/apache/shardingsphere/pull/36040)
-1. SQL Parser: Support Hive TRUNCATE TABLE statement parse -
[#36049](https://github.com/apache/shardingsphere/pull/36049)
-1. SQL Parser: Support Hive ALTER TABLE statement parse -
[#36066](https://github.com/apache/shardingsphere/pull/36066)
-1. SQL Binder: Fix is unable to find the outer table in the
ExistsSubqueryExpressionBinder -
[#36068](https://github.com/apache/shardingsphere/pull/36068)
-1. SQL Parser: Support Hive ALTER PARTITION statement parse -
[#36072](https://github.com/apache/shardingsphere/pull/36072)
### Bug Fixes