Skip to content

v1.8.0

Latest

Choose a tag to compare

@leggetter leggetter released this 24 Feb 10:47
· 3 commits to main since this release
d8be7e6

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