This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a commit to branch 5.4.1-release in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 6fea9f9e729c409dd487952bfe881d4f8523c7c8 Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Tue Oct 17 23:41:10 2023 +0800 Document : format the release note --- RELEASE-NOTES.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 53ed7184e21..a846ff1bca2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,26 +1,26 @@ ## Release 5.4.1 ### New Feature -Proxy: Supports dbcp and c3p0 connection pools -Metadata: Standalone mode adapts to metadata new structure -Governance: Governance supports register instance level data source +1. Proxy: Supports dbcp and c3p0 connection pools +1. Metadata: Standalone mode adapts to metadata new structure +1. Governance: Governance supports register instance level data source ### Enhancement -Mode: Improve Standalone mode JDBC type impl reset data on initialization -Scaling: Isolate ShardingSphereDataSource Standalone repository in pipeline -Scaling: Disable system-schema-metadata-enabled in pipeline -JDBC: Move jdbc core META-INF/services/java.sql.Driver from test to main -Scaling: Add algorithm columns in SHOW MIGRATION CHECK ALGORITHMS DistSQL result -Scaling: Add type_aliaes column in SHOW MIGRATION CHECK ALGORITHMS DistSQL result -Encrypt: Add duplicate name check for derived columns and logical columns -Encrypt: Deny DDL for cipher columns in Proxy -Encrypt: Add the default type for derived columns to varchar(4000) +1. Mode: Improve Standalone mode JDBC type impl reset data on initialization +1. Scaling: Isolate ShardingSphereDataSource Standalone repository in pipeline +1. Scaling: Disable system-schema-metadata-enabled in pipeline +1. JDBC: Move jdbc core META-INF/services/java.sql.Driver from test to main +1. Scaling: Add algorithm columns in SHOW MIGRATION CHECK ALGORITHMS DistSQL result +1. Scaling: Add type_aliaes column in SHOW MIGRATION CHECK ALGORITHMS DistSQL result +1. Encrypt: Add duplicate name check for derived columns and logical columns +1. Encrypt: Deny DDL for cipher columns in Proxy +1. Encrypt: Add the default type for derived columns to varchar(4000) ### Bug Fix -Scaling: Fix get inventory position not correctly on breakpoint resuming when table names are similar -Scaling: Fix CDC importer not start on breakpoint resuming when first inventory task is finished -Single Table: Fix not switched active version when CREATE/DROP table modifies the Single rule configuration -JDBC: Fix JDBC memory leak with MySQL in the 5.4.0 version +1. Scaling: Fix get inventory position not correctly on breakpoint resuming when table names are similar +1. Scaling: Fix CDC importer not start on breakpoint resuming when first inventory task is finished +1. Single Table: Fix not switched active version when CREATE/DROP table modifies the Single rule configuration +1. JDBC: Fix JDBC memory leak with MySQL in the 5.4.0 version ### Change Log
