Skip to content

Commit

Permalink
Merge 5.5.0 release to master (#31075)
Browse files Browse the repository at this point in the history
* Change example project version to 5.5.0 for release (#30907)

* Update release note for 5.5.0 (#30909)

* Update release note for 5.5.0

* Update verison

* Fix table meta data not update when use refresh table metadata (#30913) (#30914)

* Update README and downloads link for release (#30915)

* Update the year in NOTICE from 2023 to 2024

* [maven-release-plugin] prepare release 5.5.0

* [maven-release-plugin] prepare for next development iteration

* Update revision to 5.5.1-SNAPSHOT in example

---------

Co-authored-by: zhaojinchao <[email protected]>
  • Loading branch information
taojintianxia and zhaojinchao95 authored Apr 30, 2024
1 parent 8d3c5f7 commit 1bb1b34
Show file tree
Hide file tree
Showing 340 changed files with 417 additions and 351 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache ShardingSphere
Copyright 2018-2023 The Apache Software Foundation
Copyright 2018-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ We deeply appreciate [community contributors](https://shardingsphere.apache.org/

<hr>

:white_check_mark: Version 5.4.1: released :tada:
:white_check_mark: Version 5.5.0: released :tada:

🔗 For the release notes, follow this link to the relevant [GitHub page](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md).

:soon: Version 5.4.2
:soon: Version 5.5.1

We are currently working towards our 5.4.2 milestone.
We are currently working towards our 5.5.1 milestone.
Keep an eye on the [milestones page](https://github.com/apache/shardingsphere/milestones) of this repo to stay up to date.

[comment]: <> (##)
Expand Down
6 changes: 3 additions & 3 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ ShardingSphere 已于 2020 年 4 月 16 日成为 [Apache 软件基金会](https

<hr>

:white_check_mark: Version 5.4.1: 已发布 :tada:
:white_check_mark: Version 5.5.0: 已发布 :tada:

🔗 请访问 [发布说明](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md) 获得更详细的信息.

:soon: Version 5.4.2
:soon: Version 5.5.1

我们目前正在开发 5.4.2 里程碑。
我们目前正在开发 5.5.1 里程碑。
请访问[里程碑](https://github.com/apache/shardingsphere/milestones) 获取最新信息。

##
Expand Down
66 changes: 66 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
## Release 5.5.0

### 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
3. SQL Parser: Consider removing sqlCommentParseEnabled config in SQLParser rule
4. Federation: Add allQueryUseSQLFederation config for sql federation

### New Feature
1. DistSQL: New syntax for query plugin (SPI) implementation
1. DistSQL: New syntax for managing SQL_TRANSLATOR rule

### Enhancement
1. Pipeline: Improve CDC stability and performance
1. Pipeline: MemoryPipelineChannel supports configurable zero queue size for less memory consumption
1. Pipeline: Show dedicated error when mode type is not Cluster
1. Authority: Add isSuper option for user
1. Pipeline: Ignore error message in status DistSQL result on job cancelling
1. DistSQL: Use JSON format to output props in RQL
1. DistSQL: Optimize REFRESH DATABASE METADATA logic
1. DistSQL: SHOW COMPUTE NODES supports JDBC nodes
1. DistSQL: Optimize syntax of REFRESH DATABASE METADATA
1. DistSQL: Optimize the output of SHOW TABLE METADATA
1. 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.
1. SQL Parser: Add EOF to throw exception when parse distsql rollback migration statement
1. SQL Parser: Support more plsql statement parse and add plsql parse assert logic
1. SQL Parser: Support parse index hint
1. SQL Parser: Support mysql intersect combine operation sql parse
1. SQL Parser: Supoort parse chinese white space for oracle
1. SQL Parser: Fix mysql TimeStampDiff function parse
1. SQL Parser: Fix sqlServer unqualified shorthand parsing
1. SQL Parser: Support sqlServer SEARCH unreserved word parsing
1. SQL Parser: Add sql server MEMBER unreserved word
1. Binder: Add ParameterMarkerSegmentBinder logic for Oracle MergeStatementBinder
1. Federation: Support mysql cross join statement for sql federation
1. Transaction: Add advice message in XATransactionCheckPrivilegeFailedException
1. Sharding: Validate duplicate sharding actual data nodes
1. Sharding: Support null condition value routing
1. Proxy: Fix mysql client multi statements option in protocol

### Bug Fix
1. Pipeline: Fix commit/rollback migration job doesn't drop related consistency check job when check job is not completed
1. Pipeline: Fix show consistency check status stop_time display
1. Proxy: Restore original databaseName in connectionSession after unicast
1. Proxy: Fix show tables can be executed without use database
1. Proxy: Fix the incorrect current database after unicast routing
1. Proxy: Fix the problem that show tables can be executed before use database
1. Readwrite-splitting: Fix check exception when using shadow data source
1. Governance: Fix thread blocking problem when create logic database for Etcd register center
1. Governance:Fix register storage units and create feature rules failure when use Standalone mode
1. MetaData: Fix database system schema is not built when create database
1. Metadata: Fix NPE of system schema builder rule
1. SQL Parser: Fix PostgreSQL NPE when parse columnRef
1. SQL Parser: Fix npe cause by parse MySQL select window statement
1. Sharding: Fix routing error when joining tables in uppercase
1. Sharding: Fix drop sharding table exception when table name is uppercase
1. Sharding: Fix generated key with upper case column name
1. Federation: Fix Object 'DUAL' not found exception when execute select 1 from dual with sql federation
1. Transaction: Fix xa auto commit in executeQuery
1. Proxy: Fix multi statements with specified database name

### Change Log

1. [MILESTONE](https://github.com/apache/shardingsphere/milestone/28)


## Release 5.4.1

### New Feature
Expand Down
2 changes: 1 addition & 1 deletion agent/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-api</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugins</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugin-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugins</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/logging/type/file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-logging-type</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-logging-file</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/logging/type/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-logging-type</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/metrics/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-metrics-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugins</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/metrics/type/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-metrics-type</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/metrics/type/prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-metrics-type</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-metrics-prometheus</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugins</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/tracing/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-tracing-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugins</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/tracing/type/opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-tracing-type</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-tracing-opentelemetry</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion agent/plugins/tracing/type/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-tracing-type</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion db-protocol/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-db-protocol</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-db-protocol-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion db-protocol/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-db-protocol</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-mysql-protocol</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion db-protocol/opengauss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-db-protocol</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-opengauss-protocol</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion db-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-db-protocol</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion db-protocol/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-db-protocol</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-postgresql-protocol</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-distribution</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-distribution</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-jdbc-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/proxy-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-distribution</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>

<artifactId>shardingsphere-proxy-native-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-distribution</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-proxy-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/proxy/src/main/release-docs/NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache ShardingSphere
Copyright 2018-2023 The Apache Software Foundation
Copyright 2018-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand Down
2 changes: 1 addition & 1 deletion distribution/src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-distribution</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-src-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
10 changes: 5 additions & 5 deletions docs/document/content/downloads/_index.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ extracss = true
Apache ShardingSphere 的发布版包括源码包及其对应的二进制包。
由于下载内容分布在镜像服务器上,所以下载后应该进行 GPG 或 SHA-512 校验,以此来保证内容没有被篡改。

##### Apache ShardingSphere - 版本: 5.4.1 ( 发布日期: October 18th, 2023 )
##### Apache ShardingSphere - 版本: 5.5.0 ( 发布日期: April 23rd, 2024 )

- 源码: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-src.zip.sha512) )
- ShardingSphere-JDBC 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-jdbc-bin.tar.gz.sha512) )
- ShardingSphere-Proxy 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-proxy-bin.tar.gz.sha512) )
- ShardingSphere-Agent 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.4.1/apache-shardingsphere-5.4.1-shardingsphere-agent-bin.tar.gz.sha512) )
- 源码: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-src.zip.sha512) )
- ShardingSphere-JDBC 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-jdbc-bin.tar.gz.sha512) )
- ShardingSphere-Proxy 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-proxy-bin.tar.gz.sha512) )
- ShardingSphere-Agent 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.5.0/apache-shardingsphere-5.5.0-shardingsphere-agent-bin.tar.gz.sha512) )

## 全部版本

Expand Down
Loading

0 comments on commit 1bb1b34

Please sign in to comment.