Releases: hookdeck/hookdeck-cli
Releases · hookdeck/hookdeck-cli
v1.6.1-beta.1
Merge branch 'feat/install-process' of https://github.com/hookdeck/ho…
v1.6.1-beta.0
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
Features
- Support GCP destination authentication by @leggetter in #194
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Features
- Add TCP-based local server health checks to
listencommand by @leggetter in #186
Bug Fixes
- Status bar duplicates and width handling by @leggetter in #187
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
Docs
- Update listen command documentation by @nicolasbeauvais in #181
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
- @nicolasbeauvais made their first contribution in #181
Full Changelog: v1.3.0...v1.4.1
v1.4.0
Updates
- Disable changelog generation in goreleaser configuration by @leggetter in #171
- Update listen command documentation by @nicolasbeauvais in #181
- Refactor Hookdeck API calls to use the latest API version by @alexluong in #182
New Contributors
- @nicolasbeauvais made their first contribution in #181
Full Changelog: v1.3.0...v1.4.0
v1.4.0-alpha.1
Upgrade npm to latest for trusted publishing support
v1.3.0
Fixes
hookdeck connection upsert ...with only destination config flags now works by @leggetter in #175
Features
hookdeck project use --localFlag & Connection Management Improvements by @leggetter in #174
Full Changelog: v1.2.0...v1.3.0
v1.3.0-beta.1
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
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