v0.1.1 - HTTP HEAD Support & Telemetry Updates
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 toHEADrequests withHTTP 200 OKand accurateContent-Length/Content-Typeheaders 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.gitOr install directly from the attached .whl package.