Releases: webhookdb/webhookdb-cli
0.16.0: Add `error-handler` command
Changelog
- 9d146d0 Add
error-handler
command
0.15.0
What's Changed
- Support for saved queries using
webhookdb saved-query
by @rgalanakis in #64 - Fix bug with unix ask by @rgalanakis in #65
Full Changelog: 0.14.1...0.15.0
0.14.1: Fix bug with multiline pastes
Changelog
- e80e279 Fix: Better handling of multiline paste
0.14.0: Support for saved queries
Changelog
52210b1 Support for saved queries (#64)
See https://github.com/webhookdb/webhookdb/releases/tag/1.2.1 for backend version needed.
Full Changelog: 0.13.3...0.14.0
0.13.3
Integrations now have a 'webhookdb_api_token' field. This is currently only used by one integration, so is very basic (Front Channels, which have a very strange design). Need for it should be very rare.
f29f6aadc1d512f2492c1e76ba95ea26ef126e3d
Full Changelog: 0.13.2...0.13.3
0.13.2: Re-release to get the docker deploy working
Changelog
- 8d6d637 RELEASED_AT no longer passed
0.13.0: WebhookDB server is now open source. New commands, aliases, docs
WebhookDB (server) is now open source! See https://github.com/webhookdb/webhookdb.
What's Changed
- Fixes Integration Webhook bug. in #59
- Rename 'webhooks' command to 'notifications' (keep alias), add new command aliases. by @rgalanakis in #61
- Add replay cmd by @rgalanakis in #62
- 7dad2b3 Add the new 'integration setup' command
- Overhaul documentation generation, and make some naming additions by @rgalanakis in #60
- Updates for open-source webhookdb (change repo owner, update README, etc) by @rgalanakis in #63
- 325eb68 Do not error if we cannot load prefs, just log and move on
Full Changelog: 0.12.2...0.13.0
0.12.2
0.12.1
Bugfixes
Running webhookdb update
on MacOS would fail to update, and running webhookdb update --version=<>
would panic. This has been fixed. Users on MacOS will need to update, like via brew upgrade webhookdb
(perhaps with brew update
first), or download and extract the binary in an attached archive, to get this fix.
Changelog
0.12.0
What's Changed
- Adds separate commands for http syncing. There is now
webhookdb httpsync
("super webhooks") andwebhookdb dbsync
(sync targets) rather than justwebhookdb sync
. By @natalithic in #51 - Add
integration info
command. By @natalithic in #50 - Set page size on http sync targets by @rgalanakis in #53
- Add a whole bunch of aliases and make some other output improvements. By @natalithic in #50
Full Changelog: 0.11.1...0.12.0