Skip to content

pgraft 1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Oct 16:01
· 1 commit to main since this release

pgraft 1.0.0-1

Raft consensus extension for PostgreSQL.

📦 Build Artifacts

  • PostgreSQL versions: 16, 17, 18
  • Platforms: Ubuntu (.so), Rocky Linux (.so), macOS (.dylib)

🚀 Installation

# Build from source
make PG_CONFIG=/path/to/pg_config
sudo make install PG_CONFIG=/path/to/pg_config

✨ Features

  • Raft consensus protocol (etcd-io/raft)
  • Automatic leader election
  • Log replication and persistence
  • Split-brain prevention
  • etcd-compatible SQL views

📚 Documentation

✅ Verification

sha256sum -c SHA256SUMS

Full Changelog: REL_1_0...v1.0.0