Latest Releases
Apache ShardingSphere is released as source code tarballs with corresponding binary tarballs for convenience. The downloads are distributed via mirror sites and should be checked for tampering using GPG or SHA-512.
Apache ShardingSphere - Version: 5.0.0 ( Release Date: Nov 10th, 2021 )
- Source Codes: [ SRC ] [ ASC ] [ SHA512 ]
- ShardingSphere-JDBC Binary Distribution: [ TAR ] [ ASC ] [ SHA512 ]
- ShardingSphere-Proxy Binary Distribution: [ TAR ] [ ASC ] [ SHA512 ]
All Releases
Find all releases in the Archive repository.
Find all incubator releases in the Archive incubator repository.
Verify the Releases
It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.
gpg -i KEYS
or
pgpk -a KEYS
or
pgp -ka KEYS
To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
gpg --verify apache-shardingsphere-********.asc apache-shardingsphere-*********
or
pgpv apache-shardingsphere-********.asc
or
pgp apache-shardingsphere-********.asc