Skip to content

v0.1.1 - HTTP HEAD Support & Telemetry Updates

Choose a tag to compare

@auroraxo auroraxo released this 06 Sep 03:22
· 5 commits to main since this release

Aurora Node Auditor v0.1.1

Maintenance and feature release adding HTTP HEAD request support across all endpoints for uptime monitors, load balancers, and external health checkers.

Changes & Improvements

  • HTTP HEAD Support: All core endpoints (/health, /ready, /telemetry, /metrics, /) now respond to HEAD requests with HTTP 200 OK and accurate Content-Length/Content-Type headers without body payload.
  • Monitoring Interoperability: Seamless compatibility with uptime monitors (Uptime Kuma, Better Stack, Datadog, Prometheus blackbox exporter) using HEAD checks.
  • Dynamic Version Header: Unified version propagation from package root __version__.
  • Expanded Test Suite: 18 automated integration tests covering GET and HEAD semantics.

Installation

pip install git+https://github.com/auroraxo/aurora-node-auditor.git

Or install directly from the attached .whl package.