Skip to content

Releases: webhookdb/webhookdb-cli

0.11.1

29 Aug 21:16
Compare
Choose a tag to compare

Fix bug with duplicate output during auth (dc070f4)

0.11.0

10 Jul 22:19
3ecc24b
Compare
Choose a tag to compare

Changelog

  • Add support for webhookdb db migrations commands, which allow seamlessly migrating an org's database between servers on the self-hosted plan (#45)
  • Add support for webhookdb sync, which allows syncing of replicated tables into external databases, currently Snowflake or Postgres (#44)
  • Allow use of a service integration service or table name to identify it, not just its opaque id (#46)

0.10.0

14 Apr 03:56
Compare
Choose a tag to compare

Features

  • 7d55d21 Adds db rename-table command (#262)
  • c699ba0 Adds a flag to force create a new integration with the same name (#282)
  • 64d1b21 Sentry should report server errors from the client
  • 1e7a3d1 Warn about out-of-order arguments

Fixes

  • 49149e5 Avoid erroring if auth state machine is unsuccessful
  • ec868b4 Fix invalid response for state machines
  • 7583499 Update CLI with new FDW url (#287)

Misc

  • a61a62d Polish some CLI help text
  • 674c511 Goreleaser should not include wasm in normal build
  • b37f04d Add a platform user agent header

0.9.2

19 Mar 22:43
Compare
Choose a tag to compare

Changelog

  • WASM client now allows execution to 'break' (Ctrl+C/D or BREAK key), mirroring a real terminal (634db7d)
  • Binaries are built under Go 1.17. We also build to WASM from CI, and publish to S3. Release docs have been improved too. (b1c3f8c, 3e357a1, d93dcbb)
  • Add a 'wasm server' that can be used to serve local WASM (only useful for internal development) (216d189)

0.9.1 (Initial public release)

17 Mar 20:44
Compare
Choose a tag to compare

This is the initial release of the WebhookDB CLI. See https://webhookdb.com for more documentation and more information.

Use webhookdb auth login to get started.

0.3.4 (Correct Automated Release)

17 Mar 16:25
Compare
Choose a tag to compare

Finally getting this built properly via goreleaser.

Initial internal release

29 Jun 18:34
0ae5535
Compare
Choose a tag to compare
Pre-release

Initial release