Skip to content

1.0.0

Choose a tag to compare

@spwoodcock spwoodcock released this 17 Dec 13:11
· 13 commits to main since this release

Breaking Change

  • Replaced the pg_notify approach entirely with pgsql-http extension #14.

Note

The pgsql-http extension must be installed and enabled in your database.
See: https://github.com/hotosm/central-webhook#prerequisites

If you tested a previous version, it would be best to remove the trigger first, before testing this out:

./centralwebhook uninstall \
    -db 'postgresql://{user}:{password}@{hostname}/{db}?sslmode=disable'

Full Changelog: 0.3.0...1.0.0