Skip to content

v2.1.2-beta.1

Pre-release
Pre-release

Choose a tag to compare

@leggetter leggetter released this 09 Apr 14:53
512b1b5

Beta (pre-release)

Pre-release build from PR #286. Please validate auth and login flows before we ship a stable patch.

Fixes and improvements

  • Clearer messaging when the API rejects credentials — HTTP 401 responses surface a short, actionable message. For hookdeck gateway mcp, that text is written to stderr so JSON-RPC on stdout stays clean for MCP clients.
  • Less noisy logs for expected auth failures401 responses are logged at debug instead of error by default (use --log-level debug when diagnosing HTTP).
  • hookdeck login with an invalid saved key — if validate rejects the stored key, the CLI prints that the key is no longer valid and continues into the usual browser/device sign-in flow (you do not need hookdeck logout first).
  • In-process client refresh — after a successful browser login, RefreshCachedAPIClient() syncs the cached *hookdeck.Client from the updated profile.

Install

After the release workflow finishes, install the beta per README — Releasing / beta (for example npm install hookdeck-cli@beta -g, Homebrew hookdeck-beta, etc.).

Full Changelog: v2.1.1...v2.1.2-beta.1