Skip to content

Releases: hookdeck/hookdeck-cli

v2.0.0-beta.1

12 Mar 13:38
8c8ad17

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release
Beta: v2.0.0 (breaking change)

v1.10.0-beta.4

10 Mar 13:47
03a1e2e

Choose a tag to compare

v1.10.0-beta.4 Pre-release
Pre-release
fix(mcp): make hookdeck_login non-blocking so browser URL is shown im…

v1.10.0-beta.3

10 Mar 13:30
4a7ab7b

Choose a tag to compare

v1.10.0-beta.3 Pre-release
Pre-release
Merge branch 'claude/hookdeck-gateway-mcp-Xe6WQ' of https://github.co…

v1.10.0-beta.2

09 Mar 20:43
b6a10d1

Choose a tag to compare

v1.10.0-beta.2 Pre-release
Pre-release
Beta: Gateway MCP (destination types, docs)

v1.10.0-beta.1

09 Mar 17:55
943605a

Choose a tag to compare

v1.10.0-beta.1 Pre-release
Pre-release
Beta: Gateway MCP support

v1.9.1

27 Feb 13:47
ea5f31e

Choose a tag to compare

Fixes

  • Fix connection upsert bugs with rules, auth, and partial updates by @leggetter in #221
  • Map connection_id to webhook_id for --dimensions by @leggetter in #224

Updates

Full Changelog: v1.9.0...v1.9.1

v1.9.0

26 Feb 18:03
2ca70f0

Choose a tag to compare

Features

  • Add hookdeck gateway metrics command group with 7 subcommands for querying Event Gateway metrics:
  • metrics events — event volume, success/failure counts, error rate over time
  • metrics requests — request acceptance vs rejection counts
  • metrics attempts — delivery latency and success/failure
  • metrics queue-depth — queue backlog per destination (max_depth, max_age)
  • metrics pending — pending events time series
  • metrics events-by-issue — events grouped by issue (debugging); requires issue ID as argument
  • metrics transformations — transformation run counts and error rate
  • All commands require --start, --end (date range) and --measures; optional filters include --granularity, --source-id, --destination-id, --connection-id, --status
  • REFERENCE.md updated with metrics use-case table and examples

Full Changelog: v1.8.1...v1.9.0

v1.9.0-beta.1

26 Feb 17:04
2ae2c6d

Choose a tag to compare

v1.9.0-beta.1 Pre-release
Pre-release

Features

  • Add hookdeck gateway metrics command group with 7 subcommands for querying Event Gateway metrics:
  • metrics events — event volume, success/failure counts, error rate over time
  • metrics requests — request acceptance vs rejection counts
  • metrics attempts — delivery latency and success/failure
  • metrics queue-depth — queue backlog per destination (max_depth, max_age)
  • metrics pending — pending events time series
  • metrics events-by-issue — events grouped by issue (debugging); requires issue ID as argument
  • metrics transformations — transformation run counts and error rate
  • All commands require --start, --end (date range) and --measures; optional filters include --granularity, --source-id, --destination-id, --connection-id, --status
  • REFERENCE.md updated with metrics use-case table and examples

Full Changelog: v1.8.1...v1.9.0-beta.1

v1.8.1

24 Feb 17:42
e22ecda

Choose a tag to compare

Bug Fixes

  • Fix pagination cursor display in all list commands - cursors (next/prev) are now properly displayed in both JSON and human-readable output (#218)
    • JSON output now includes pagination metadata: {"models": [...], "pagination": {"next": "...", "prev": "..."}}
    • Human-readable output displays pagination info with helpful examples
    • Fixes issue #216

Internal Improvements

  • Increase acceptance test timeout from 10m to 20m to accommodate full test suite
  • Add .claude/worktrees/ to .gitignore

Full Changelog: v1.8.0...v1.8.1

v1.8.0

24 Feb 10:47
d8be7e6

Choose a tag to compare

Features

  • Add hookdeck gateway command group with full resource management
    • gateway connection — create, list, get, upsert, update, delete, enable, disable, pause, unpause
    • gateway source / gateway sources — list, get, create, upsert, update, delete, enable, disable, count
    • gateway destination / gateway destinations — same CRUD + lifecycle
    • gateway transformation / gateway transformations — list, get, create, upsert, update, delete, count, run, executions
    • gateway event / gateway request / gateway attempt — list, get, retry, and related subcommands

Deprecation Notice

  • Root-level hookdeck connection / connections commands now show a deprecation notice directing users to use hookdeck gateway connection instead. The old commands continue to work but will be removed in a future version.

Full Changelog: v1.7.1...v1.8.0