Skip to content

Waxum v0.7.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 15:25

What's Changed

  • release 0.7.1
  • ci cmake plus policy env
  • readme trim
  • release 0.7.0 rebrand
  • readme use logo image
  • rebrand to waxum
  • enable voip tracing

Installation

Docker

docker pull imtaqin/waxum:0.7.1

Binary Downloads

Platform Architecture Download
Linux x86_64 waxum-0.7.1-linux-amd64.tar.gz
Linux ARM64 waxum-0.7.1-linux-arm64.tar.gz
Windows x86_64 waxum-0.7.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://waxum.db

Verify Checksums

sha256sum -c checksums.txt