Skip to content

Releases: fdciabdul/wa-rs

WA-RS v0.2.1

27 Mar 21:21
864b96c

Choose a tag to compare

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.1

Binary 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.db

Verify Checksums

sha256sum -c checksums.txt

WA-RS v0.2.0

26 Mar 04:26
3777f11

Choose a tag to compare

What's Changed

$(cat /tmp/changelog.txt)

Installation

Docker

docker pull fdciabdul/wa-rs:0.2.0

Binary 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.db

Verify Checksums

sha256sum -c checksums.txt

WA-RS 0.1.4

26 Mar 05:18
3777f11

Choose a tag to compare

Docker

docker pull fdciabdul/wa-rs:0.1.4

Binary 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.txt

What'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

Full Changelog: https://github.com/fdciabdul/wa-rs/commits/v0.1.4