Skip to content

Releases: hookdeck/hookdeck-cli

v1.6.1-beta.1

26 Jan 18:49
b3f6291

Choose a tag to compare

v1.6.1-beta.1 Pre-release
Pre-release
Merge branch 'feat/install-process' of https://github.com/hookdeck/ho…

v1.6.1-beta.0

26 Jan 17:22
5abaf32

Choose a tag to compare

v1.6.1-beta.0 Pre-release
Pre-release
chore: update GoReleaser installation in CI workflow

- Replace manual GoReleaser installation with GitHub Action for improved reliability
- Specify version v2.10.2 for consistent builds

v1.6.0

20 Jan 21:32
04ae31f

Choose a tag to compare

Features

Full Changelog: v1.5.0...v1.6.0

v1.5.0

09 Jan 09:14
c330a68

Choose a tag to compare

Features

  • Add TCP-based local server health checks to listen command by @leggetter in #186

Bug Fixes

Updates

  • chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 by @dependabot[bot] in #185
  • chore(deps): bump golang.org/x/sys from 0.38.0 to 0.40.0 by @dependabot[bot] in #188
  • chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #178
  • chore(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by @dependabot[bot] in #180

Full Changelog: v1.4.1...v1.5.0

v1.4.1

17 Dec 10:13
f9915ed

Choose a tag to compare

Docs

Updates

  • Disable changelog generation in goreleaser configuration by @leggetter in #171
  • chore(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 by @dependabot[bot] in #172
  • refactor: hookdeck api calls using latest version by @alexluong in #182

New Contributors

Full Changelog: v1.3.0...v1.4.1

v1.4.0

16 Dec 15:08
0b32122

Choose a tag to compare

Updates

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.4.0-alpha.1

16 Dec 19:19
8e6d331

Choose a tag to compare

v1.4.0-alpha.1 Pre-release
Pre-release
Upgrade npm to latest for trusted publishing support

v1.3.0

21 Nov 20:49
09f261c

Choose a tag to compare

Fixes

  • hookdeck connection upsert ... with only destination config flags now works by @leggetter in #175

Features

  • hookdeck project use --local Flag & Connection Management Improvements by @leggetter in #174

Full Changelog: v1.2.0...v1.3.0

v1.3.0-beta.1

14 Nov 18:25
77c4831

Choose a tag to compare

v1.3.0-beta.1 Pre-release
Pre-release

Changelog

  • 397a6f6 Update package.json version to 1.2.0
  • 6201a18 chore: display source and destination types in connection output - Add type display in brackets [TYPE] for connection list view - Add 'Type:' field to connection get detailed view - Update tests to verify type fields are displayed correctly
  • a81a219 feat: add --local flag to project use command
  • a7eed65 feat: add manual test workflow for CLI authentication
  • 77c4831 feat: add name-based lookup and improve error handling for connection get - Add support for passing connection name to 'connection get' command - Implement resolveConnectionID() to accept both ID and name - Improve 404 error handling with user-friendly messages - Add tests for name-based lookup and error cases - Update command usage and help text to reflect name support

Changelog

  • 397a6f6 Update package.json version to 1.2.0
  • 6201a18 chore: display source and destination types in connection output - Add type display in brackets [TYPE] for connection list view - Add 'Type:' field to connection get detailed view - Update tests to verify type fields are displayed correctly
  • a81a219 feat: add --local flag to project use command
  • a7eed65 feat: add manual test workflow for CLI authentication
  • 77c4831 feat: add name-based lookup and improve error handling for connection get - Add support for passing connection name to 'connection get' command - Implement resolveConnectionID() to accept both ID and name - Improve 404 error handling with user-friendly messages - Add tests for name-based lookup and error cases - Update command usage and help text to reflect name support

Changelog

  • 397a6f6 Update package.json version to 1.2.0
  • 6201a18 chore: display source and destination types in connection output - Add type display in brackets [TYPE] for connection list view - Add 'Type:' field to connection get detailed view - Update tests to verify type fields are displayed correctly
  • a81a219 feat: add --local flag to project use command
  • a7eed65 feat: add manual test workflow for CLI authentication
  • 77c4831 feat: add name-based lookup and improve error handling for connection get - Add support for passing connection name to 'connection get' command - Implement resolveConnectionID() to accept both ID and name - Improve 404 error handling with user-friendly messages - Add tests for name-based lookup and error cases - Update command usage and help text to reflect name support

v1.2.0

11 Nov 19:38
fc494f0

Choose a tag to compare

Features

  • Add connection management to the CLI via hookdeck connection ... to support testing, debugging, getting started, and infra as code by @leggetter in #148

Updates

  • chore(docs): update listen command flags and descriptions in README by @leggetter in #164
  • chore: add beta release support across all package managers by @leggetter in #162
  • chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #168

Full Changelog: v1.1.0...v1.2.0