1.0.0
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