Skip to content

v7.2.2: Improve error messages for publication/subscription failures

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jan 00:56
476bc56

🚀 database-replicator v7.2.2

[7.2.2] - 2026-01-05

Improved

  • Better error messages for publication/subscription failures: Publication and subscription creation errors now extract the full PostgreSQL error including error code, message, detail, and hint. Previously, errors would show unhelpful "db error" messages instead of the actual PostgreSQL error (e.g., missing privileges, table not found).

📦 Installation

From crates.io:

cargo install database-replicator

Download binaries:

  • Linux (x64): database-replicator-linux-x64-binary
  • macOS (Intel): database-replicator-macos-x64-binary
  • macOS (Apple Silicon): database-replicator-macos-arm64-binary
chmod +x database-replicator-*-binary
./database-replicator-*-binary --version

🔗 Links

License

Apache License 2.0