Skip to content

v2.0.1

Choose a tag to compare

@leggetter leggetter released this 19 Mar 13:06
· 15 commits to main since this release
5a9af06

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 PreRun and connection PreRun both 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/term from 0.40.0 to 0.41.0. (#269)

Full Changelog: v2.0.0...v2.0.1