Skip to content

havm 0.1.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:32
· 100 commits to main since this release
e170aba

What's new

  • Prometheus metrics — Built-in HTTP endpoint (GET /metrics) exposing
    VM state and USB accessory count. Enable with metrics.enabled: true in
    your config. Scrape with Prometheus and feed into Grafana dashboards or
    alerting rules. Includes a /health endpoint for liveness checks.
  • Shell completions — bash, zsh, and fish completions via Homebrew's
    generate_completions_from_executable. Works out of the box with no
    config changes.
  • Smaller binary — Release binary is ~2.2 MB (was ~4.5 MB). Symbol
    tables are stripped before codesigning.

Internal

  • Bumped swift-metrics and swift-prometheus to latest versions
  • Removed redundant example config file (README is the canonical reference)