Skip to content

WA-RS v0.6.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 02:21

What's Changed

  • release 0.6.5 fix state desync plus docker healthcheck plus webhook retry
  • compose: drop admin service and nats websocket port

Installation

Docker

docker pull fdciabdul/wa-rs:0.6.5

Binary Downloads

Platform Architecture Download
Linux x86_64 wa-rs-0.6.5-linux-amd64.tar.gz
Linux ARM64 wa-rs-0.6.5-linux-arm64.tar.gz
Windows x86_64 wa-rs-0.6.5-windows-amd64.zip

Database Support

Supports PostgreSQL, MySQL, and SQLite. Set DATABASE_URL in your .env:

# PostgreSQL
DATABASE_URL=postgres://user:pass@localhost:5432/wagateway
# MySQL
DATABASE_URL=mysql://user:pass@localhost:3306/wagateway
# SQLite
DATABASE_URL=sqlite://wa-rs.db

Verify Checksums

sha256sum -c checksums.txt