最新版本

ShardingSphere的发布版包括源码包及其对应的二进制包。由于下载内容分布在镜像服务器上,所以下载后应该进行GPG或SHA-512校验,以此来保证内容没有被篡改。

版本 发布日期 源码下载 Sharding-JDBC下载 Sharding-Proxy下载 Sharding-UI 下载
4.0.0 2020 Jan 13 source (asc sha512) binary (asc sha512) binary (asc sha512) binary (asc sha512)
4.0.1 2020 Mar 9 source (asc sha512) binary (asc sha512) binary (asc sha512) binary (asc sha512)

全部版本

全部版本请到Archive incubating repository查看。

校验版本

PGP签名文件

使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。

gpg -i KEYS

or

pgpk -a KEYS

or

pgp -ka KEYS

要验证二进制文件或源代码,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。

gpg --verify apache-shardingsphere-incubating-********.asc apache-shardingsphere-incubating-*********

or

pgpv apache-shardingsphere-incubating-********.asc

or

pgp apache-shardingsphere-incubating-********.asc

免责声明

Apache ShardingSphere (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.