Skip to content

WA-RS v0.6.15

Choose a tag to compare

@github-actions github-actions released this 09 Jul 06:42

What's Changed

  • release 0.6.15 video ring kind
  • ci add windows gnu target rustup step

Installation

Docker

docker pull fdciabdul/wa-rs:0.6.15

Binary Downloads

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