Skip to content

v0.4.11

Choose a tag to compare

@github-actions github-actions released this 16 Apr 19:58
· 635 commits to master since this release

Breaking Changes Please Read

  • The update flow changes in 0.4.11. Herdr no longer installs updates silently in the background. Starting with this release, herdr only checks for updates and shows them in the UI. To install a new release, quit herdr and then run herdr update manually in your shell.
  • This prepares the upcoming 0.5.0 persistence release. Herdr is moving from the old single-binary update model toward a persistent server/client session model, so your workspace can keep running while clients attach, detach, and reconnect.
  • The reason for this change is upgrade safety. Herdr needs to stop the old running process cleanly before the new client/server model takes over, so manual update avoids mixed-version states during the transition.

Added

  • Hook-reported agent state can now use custom agent labels, so integrations are no longer limited to herdr’s built-in agent names. Custom labels now flow through pane/workspace UI and the socket API anywhere agent names are shown.