Skip to content

WA-RS v0.6.6

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:00

What's Changed

  • release 0.6.6 mysql pool tune plus loggedout backoff plus pair telemetry plus dlq

Installation

Docker

docker pull fdciabdul/wa-rs:0.6.6

Binary Downloads

Platform Architecture Download
Linux x86_64 wa-rs-0.6.6-linux-amd64.tar.gz
Linux ARM64 wa-rs-0.6.6-linux-arm64.tar.gz
Windows x86_64 wa-rs-0.6.6-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