Skip to content

Releases: scylladb/alternator-client-python

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 03:36

Installation

pip install alternator-client==1.0.0

Verification

Checksum Verification

curl -LO https://github.com/scylladb/alternator-client-python/releases/download/v1.0.0/SHA256SUMS
sha256sum -c SHA256SUMS

GPG Signature Verification

All release artifacts are GPG signed. To verify:

gpg --keyserver keyserver.ubuntu.com --recv-keys A97AF2DE72D4293398AF8274FC93C043D8ADA78E

# Download and verify
curl -LO https://github.com/scylladb/alternator-client-python/releases/download/v1.0.0/SHA256SUMS.asc
gpg --verify SHA256SUMS.asc SHA256SUMS

Full Changelog: https://github.com/scylladb/alternator-client-python/commits/v1.0.0