Skip to content

v2.3.2

Choose a tag to compare

@leggetter leggetter released this 04 Aug 19:46
· 13 commits to main since this release
4eb7228

Fixes

  • hookdeck listen now recovers automatically when its server-side session expires (for example after your machine has been asleep or offline for a while). Previously the CLI could appear connected while every event failed with CLI_UNAVAILABLE, requiring a manual restart. Routine reconnects (deploys, session turnover) are now quiet instead of logging alarming errors, and pressing Ctrl+C closes the connection cleanly so the server releases your session immediately. (#322)
  • Dashboard deep-links now include the correct team_id when using a user-scoped CLI key. The "View dashboard" link and the open-in-dashboard (o) action previously produced links with an empty team_id=; they now resolve the active project (falling back to the connections' team). (#320)
  • hookdeck whoami now reports the active project from your configuration instead of the team bound to the CLI key. (#319)

Full Changelog: v2.3.1...v2.3.2