Releases: fdciabdul/wa-rs
Releases · fdciabdul/wa-rs
WA-RS v0.2.1
What's Changed
- bump: version 0.2.1
- feat: default to SQLite when no DATABASE_URL or POSTGRES_* env vars set
- fix: MySQL TEXT column can't have default value, use VARCHAR for events
- fix: release body rendering — replace heredoc with echo to avoid leading spaces
- docs: remove support/donation section from README
- fix: make postgres optional in docker-compose
- fix: remove all default password fallbacks from docker-compose
- fix: remove hardcoded credentials from Dockerfile and docker-compose
- fix: use body_path instead of inline shell in release notes
Installation
Docker
docker pull fdciabdul/wa-rs:0.2.1Binary Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | wa-rs-0.2.1-linux-amd64.tar.gz |
| Linux | ARM64 | wa-rs-0.2.1-linux-arm64.tar.gz |
| Windows | x86_64 | wa-rs-0.2.1-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.txtWA-RS v0.2.0
What's Changed
$(cat /tmp/changelog.txt)
Installation
Docker
docker pull fdciabdul/wa-rs:0.2.0Binary Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | wa-rs-0.2.0-linux-amd64.tar.gz |
| Linux | ARM64 | wa-rs-0.2.0-linux-arm64.tar.gz |
| Windows | x86_64 | wa-rs-0.2.0-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.txtWA-RS 0.1.4
Docker
docker pull fdciabdul/wa-rs:0.1.4Binary Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | wa-rs-0.1.4-linux-amd64.tar.gz |
| Linux | ARM64 | wa-rs-0.1.4-linux-arm64.tar.gz |
| Windows | x86_64 | wa-rs-0.1.4-windows-amd64.zip |
Verify Checksums
sha256sum -c checksums.txtWhat's Changed
- feat: add multi-database support (PostgreSQL, MySQL, SQLite) by @fdciabdul in #2
- fix: replace redundant closure with tuple variant (clippy) by @fdciabdul in #3
New Contributors
- @fdciabdul made their first contribution in #2
Full Changelog: https://github.com/fdciabdul/wa-rs/commits/v0.1.4