Skip to content

v2.1.1

Latest

Choose a tag to compare

@leggetter leggetter released this 02 Apr 10:54
· 1 commit to main since this release
e027484

Summary

Patch release focused on gateway MCP reliability when authenticating, cleaner stdio behavior for MCP, and login / API-key validation fixes. Also includes internal telemetry metadata and minor maintainer documentation already on main since v2.1.0.

Fixes

  • Gateway MCP (#280): Auth-aware MCP server behavior, stderr usage for MCP execution paths, and login / reauth flow improvements so agents get clearer results when not logged in.
  • API key validation: Validate keys without sending stale team/project headers; keep the local profile aligned with the API response after login.

Internal

  • Telemetry: For API requests that include X-Hookdeck-CLI-Telemetry, the JSON may now include command_flags: the names of flags you explicitly passed on the command line (not values). Telemetry remains optional; use hookdeck telemetry disabled or HOOKDECK_CLI_TELEMETRY_DISABLED to opt out.

Full Changelog: v2.1.0...v2.1.1