Releases: hookdeck/hookdeck-cli
Releases · hookdeck/hookdeck-cli
v2.0.0-beta.1
Beta: v2.0.0 (breaking change)
v1.10.0-beta.4
fix(mcp): make hookdeck_login non-blocking so browser URL is shown im…
v1.10.0-beta.3
Merge branch 'claude/hookdeck-gateway-mcp-Xe6WQ' of https://github.co…
v1.10.0-beta.2
Beta: Gateway MCP (destination types, docs)
v1.10.0-beta.1
Beta: Gateway MCP support
v1.9.1
Fixes
- Fix connection upsert bugs with rules, auth, and partial updates by @leggetter in #221
- Map
connection_idtowebhook_idfor--dimensionsby @leggetter in #224
Updates
- Consolidate dependency updates by @leggetter in #225
Full Changelog: v1.9.0...v1.9.1
v1.9.0
Features
- Add
hookdeck gateway metricscommand group with 7 subcommands for querying Event Gateway metrics: metrics events— event volume, success/failure counts, error rate over timemetrics requests— request acceptance vs rejection countsmetrics attempts— delivery latency and success/failuremetrics queue-depth— queue backlog per destination (max_depth, max_age)metrics pending— pending events time seriesmetrics events-by-issue— events grouped by issue (debugging); requires issue ID as argumentmetrics 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
Features
- Add
hookdeck gateway metricscommand group with 7 subcommands for querying Event Gateway metrics: metrics events— event volume, success/failure counts, error rate over timemetrics requests— request acceptance vs rejection countsmetrics attempts— delivery latency and success/failuremetrics queue-depth— queue backlog per destination (max_depth, max_age)metrics pending— pending events time seriesmetrics events-by-issue— events grouped by issue (debugging); requires issue ID as argumentmetrics 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
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
- JSON output now includes pagination metadata:
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
Features
- Add
hookdeck gatewaycommand group with full resource managementgateway connection— create, list, get, upsert, update, delete, enable, disable, pause, unpausegateway source/gateway sources— list, get, create, upsert, update, delete, enable, disable, countgateway destination/gateway destinations— same CRUD + lifecyclegateway transformation/gateway transformations— list, get, create, upsert, update, delete, count, run, executionsgateway event/gateway request/gateway attempt— list, get, retry, and related subcommands
Deprecation Notice
- Root-level
hookdeck connection/connectionscommands now show a deprecation notice directing users to usehookdeck gateway connectioninstead. The old commands continue to work but will be removed in a future version.
Full Changelog: v1.7.1...v1.8.0