-
v1.0.1
Stablereleased this
2026-09-18 21:12:25 +00:00 | 5 commits to main since this releaseRelease v1.0.1
Changes
- ci: update golangci-lint installation path to v2 (
d3bce39) - feat: added application_name (
7c8d0bd) - docs(docker): add docker-compose example using the prebuilt image (
b35017b)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
pgsql-broker-linux-amd64 - Linux (ARM64):
pgsql-broker-linux-arm64 - macOS (Intel):
pgsql-broker-darwin-amd64 - macOS (Apple Silicon):
pgsql-broker-darwin-arm64 - Windows (AMD64):
pgsql-broker-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x pgsql-broker-*Verify the download with the provided checksums.
Downloads
- ci: update golangci-lint installation path to v2 (