版本
ShardingSphere的发布版包括源码包及其对应的二进制包。由于下载内容分布在镜像服务器上,所以下载后应该进行GPG或SHA-512校验,以此来保证内容没有被篡改。
版本 | 发布日期 | 源码下载 | Sharding-JDBC下载 | Sharding-Proxy下载 | Sharding-UI 下载 |
---|---|---|---|---|---|
4.0.0-RC1 | 2019 Apr 21 | source (ascsha512) | binary (ascsha512) | binary (ascsha512) | 无 |
4.0.0-RC2 | 2019 Aug 23 | source (ascsha512) | binary (ascsha512) | binary (ascsha512) | 无 |
4.0.0-RC3 | 2019 Nov 22 | source (ascsha512) | binary (ascsha512) | binary (ascsha512) | binary (ascsha512) |
4.0.0 | 2020 Jan 13 | source (ascsha512) | binary (ascsha512) | binary (ascsha512) | binary (ascsha512) |
校验版本
使用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.