Skip to content

v0.1.2 - Standalone Telemetry CLI & Packaging Verification

Choose a tag to compare

@auroraxo auroraxo released this 06 Sep 08:19
· 3 commits to main since this release

Aurora Node Auditor v0.1.2

Patch release resolving console script packaging discrepancy and shipping the standalone auditor-telemetry CLI with verified isolated wheel tests.

What's Changed

  • Shipped auditor-telemetry Console Script: Exposes auditor-telemetry entry point (auditor.telemetry:main) in pyproject.toml so users can output instantaneous JSON telemetry directly to stdout without launching an HTTP daemon.
  • Packaging Smoke Test: Added automated isolated wheel build & installation smoke tests (tests/test_packaging.py) asserting all 3 advertised console scripts (aurora-node-auditor, aurora-auditor, auditor-telemetry) exist, respond to --help/--version, and emit valid telemetry JSON.
  • CI Matrix Pipeline: Updated GitHub Actions test workflow to execute full pytest suite across Python 3.10, 3.11, and 3.12.
  • Synchronized Versioning: Updated __version__ = "0.1.2" across package, client user-agents, server headers, and README.

Installation

# Direct from GitHub
pip install git+https://github.com/auroraxo/aurora-node-auditor.git

# Or direct from Release Wheel
pip install https://github.com/auroraxo/aurora-node-auditor/releases/download/v0.1.2/aurora_node_auditor-0.1.2-py3-none-any.whl