zhaojinchao95 opened a new issue, #30215: URL: https://github.com/apache/shardingsphere/issues/30215
## Release 5.5.0 Hi community, After last release, we have received a lot of feedback from users and developers. Now we plan to release the ShardingSphere 5.5.0 version these days, which has made a lot of optimization and improvement for these feedback. Please refer to this release notes to confirm whether it contains the features you expect. If I missed anything, please remind me ASAP. If there are any suggestions, please feel free to tell us. ## Release Notes ### API Change 1. Proxy: Remove the outdated schemaName configuration of the Proxy 2. Kernel: Remove the sqlCommentParseEnabled configuration in SQL Parser Rule to reduce code complexity ### Bug Fix 1. Scaling: Fix commit/rollback migration job doesn't drop related consistency check job when check job is not completed 4. Scaling: Fix show consistency check status stop_time display 5. Proxy: Restore original databaseName in connectionSession after unicast 6. Proxy: Fix show tables can be executed without use database 7. Readwrite-splitting: Fix verification exception occurs when readwrite-splitting and shadow rule are used together 8. Governance: Fix thread blocking problem when create logic database for Etcd register center 9. Governance:Fix register storage units and create feature rules failure when use Standalone mode 10. MetaData: Fix database system schema is not built when create database ### Enhancement 1. Scaling: Show dedicated error when mode type is not Cluster 2. Scaling: Improve CDC stability and performance 3. Scaling: Ignore error message in status DistSQL result on job cancelling 4. DistSQL: Optimize the output information of SHOW TABLE METADATA 5. DistSQL: Optimize formatting RDL/RAL algorithm props output to JSON 6. DistSQL: Optimize REFRESH DATABASE METADATA logic 7. DistSQL: Support JDBC in show compute nodes 8. Proxy: Add MySQL precompiled parameter verification to avoid turning on rewriteBatchedStatements=true when BenchmarkSQL connects to Proxy, causing an ArrayIndexOutOfBoundsException exception when the Proxy parameterCount exceeds 65535. ### New Feature 1. Scaling: MemoryPipelineChannel supports configurable zero queue size for less memory consumption 2. DistSQL: Add a new DistSQL to show implementations of SPI 3. DistSQL: Add DistSQL to manage SQL_TRANSLATOR rule 4. JDBC: Support OG driver to realize native readwrite-splitting feature ### Refactor 1. JDBC: Merge shardingsphere-jdbc-core to shardingsphere-jdbc module 2. Proxy: Rename `server.yaml` to `global.yaml` 3. Proxy: Rename `config-xxx.yaml` to `database-xxx.yaml` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
