v2.0.1
Summary
Patch release since v2.0.0: telemetry invocation ID is consistent for a single CLI run, CI adjustments for acceptance tests, refreshed connection command examples in help and REFERENCE.md, and a dependency update.
Breaking changes
None.
Fixes
- Telemetry: Use one invocation ID per CLI run so API calls in the same process share the same ID (fixes multiple IDs when gateway
PreRunand connectionPreRunboth initialized telemetry). (#271)
Improvements
- Docs: Connection command examples in Cobra help now use
hookdeck gateway connection; REFERENCE.md regenerated. (#271)
Internal / CI
- Disable telemetry for acceptance tests in GitHub Actions where appropriate. (#270)
- Bump
golang.org/x/termfrom 0.40.0 to 0.41.0. (#269)
Full Changelog: v2.0.0...v2.0.1