ShardingSphere的发布版包括源码包及其对应的二进制包。由于下载内容分布在镜像服务器上,所以下载后应该进行GPG或SHA-512校验,以此来保证内容没有被篡改。
版本 | 发布日期 | 源码下载 | Sharding-JDBC下载 | Sharding-Proxy下载 | Sharding-UI 下载 | Sharding-Scaling 下载 |
---|---|---|---|---|---|---|
4.0.1 | 2020 Mar 9 | source (asc sha512) | binary (asc sha512) | binary (asc sha512) | binary (asc sha512) | |
4.1.0 | 2020 Apr 30 | source (asc sha512) | binary (asc sha512) | binary (asc sha512) | binary (asc sha512) | binary (asc sha512) |
全部版本请到Archive repository查看。 全部孵化器版本请到Archive incubator repository查看。
使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。
gpg -i KEYS
or
pgpk -a KEYS
or
pgp -ka KEYS
要验证二进制文件或源代码,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。
gpg --verify apache-shardingsphere-********.asc apache-shardingsphere-*********
or
pgpv apache-shardingsphere-********.asc
or
pgp apache-shardingsphere-********.asc