Skip to content

Releases: webhookdb/webhookdb-cli

0.16.0: Add `error-handler` command

08 Jan 05:13
Compare
Choose a tag to compare

Changelog

  • 9d146d0 Add error-handler command

0.15.0

26 Apr 19:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.15.0

0.14.1: Fix bug with multiline pastes

05 Feb 21:31
Compare
Choose a tag to compare

Changelog

  • e80e279 Fix: Better handling of multiline paste

0.14.0: Support for saved queries

05 Feb 17:44
Compare
Choose a tag to compare

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

05 Feb 21:25
Compare
Choose a tag to compare

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

09 Jan 21:24
Compare
Choose a tag to compare

Changelog

  • 8d6d637 RELEASED_AT no longer passed

0.13.0: WebhookDB server is now open source. New commands, aliases, docs

09 Jan 20:59
Compare
Choose a tag to compare

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

19 Jul 18:40
Compare
Choose a tag to compare

Changelog

  • 088e399 Fix bug with webhookdb webhook create --integration <id>
  • a82e7ec Fix bug where messages weren't always printing on successful API calls.

Internal

  • Fix goreleaser deprecations
  • Upgrade to Go 1.20

0.12.1

18 May 05:48
Compare
Choose a tag to compare

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

  • 3f49734 Fix duplication in some step output
  • 65ec2ad Rebuild docs. Use DOCBUILD var to avoid extra backtick quoting.
  • ed28edd Use selfupdate fork to handle darwin/macos variation

0.12.0

01 Mar 01:07
c8ebc6f
Compare
Choose a tag to compare

What's Changed

  • Adds separate commands for http syncing. There is now webhookdb httpsync ("super webhooks") and webhookdb dbsync (sync targets) rather than just webhookdb 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