WA-RS v0.6.11
What's Changed
- release 0.6.11 fix sqlite scheme detection
- db detect sqlite scheme in DATABASE_URL
- install print token endpoints and paths at end
- install fix curl pipe hangs on prompt
- scripts add linux and windows installer
- calls enrich ring stanza with metadata attrs
Installation
Docker
docker pull fdciabdul/wa-rs:0.6.11Binary Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | wa-rs-0.6.11-linux-amd64.tar.gz |
| Linux | ARM64 | wa-rs-0.6.11-linux-arm64.tar.gz |
| Windows | x86_64 | wa-rs-0.6.11-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.dbVerify Checksums
sha256sum -c checksums.txt