Releases: reliquadotai/reliquary-fleet
Releases · reliquadotai/reliquary-fleet
Release list
Reliquary Fleet v1.1.0
Reliquary Fleet 1.1.0 makes the public package safer to run across many independent miner fleets without turning dashboards into shared-upstream load amplifiers.
Highlights
- One visibility-aware dashboard snapshot replaces 18 independent browser pollers.
- Hidden tabs stop polling; the default visible-tab load drops from 230 to 12 localhost requests per minute.
- Validator state, health, and per-hotkey verdicts now use independent bounded cadences, pooled keep-alive connections, jitter, exponential backoff, and
Retry-After. - Verdict history performs one initial hour sync, then incrementally refreshes with a two-minute overlap and an explicit watched-hotkey cap.
- Validator SSH is optional. Direct logs and deployment fingerprints disable cleanly in HTTP-only installations.
- Cacheable credential-free archive origins are supported; cold starts are capped at eight objects and two workers, and exhaustive bucket LIST is opt-in.
- Validator origins, config stars, persisted stars, and browser-added hotkeys are validated before upstream use.
/healthzand/api/export.jsonexpose the effective per-install request budget.
The dashboard remains localhost-only by default, has no telemetry or hosted account dependency, and preserves the existing CLI, config shape, fragment routes, JSON export, and cached state.
Upgrade
pipx upgrade reliquary-fleetSee the changelog and scale boundaries for details.
Reliquary Fleet v1.0.2
Reliability hotfix
- Restore live chain and metagraph probes when the miner Bittensor environment is root-protected, using only bounded fixed interpreter paths and non-interactive sudo.
- Preserve the actionable root cause when a remote metagraph probe fails.
- Keep the v1.0.1 UI, CLI, configuration, JSON export, health, and API contracts unchanged.
This patch adds no runtime dependencies, telemetry, or public network calls.
Reliquary Fleet 1.0.1
Reliquary Fleet 1.0.1 delivers the production dashboard polish release.
Highlights:
- Independent responsive panel stacks with compact operator-first mobile ordering
- Local versioned assets, self-hosted fonts, and no CDN or telemetry
- Accessible keyboard drawer, focus states, stale states, loading skeletons, and muted-by-default sound
- Socket-first startup so the cached dashboard is reachable while collectors warm
- Deterministic sanitized demo fixture, visual baselines, accessibility checks, and Lighthouse quality budgets
Install or upgrade:
pipx install reliquary-fleet
# or
pipx upgrade reliquary-fleetThe attached launch image contains demo data only.
Reliquary Fleet 1.0.0
Changelog
All notable changes follow Keep a Changelog and
this project uses Semantic Versioning.
1.0.0 - 2026-07-22
Added
- Installable
reliquary-fleetcommand withinit,doctor, andserve. - Private per-user config and state locations with source-checkout compatibility.
- Live Reliquary Math and Code lane health, checkpoint parity, validator truth,
sealed-window rewards, chain/metagraph state, and exact reward EMA views. - Responsive dense dashboard, independent scrolling regions, JSON export, and
readiness endpoint. - Reproducible wheel/sdist builds, CI, dependency auditing, and PyPI trusted
publishing workflow.
Security
- Localhost-only default with explicit acknowledgement required for remote binds.
- Owner-only config/cache files, atomic cache updates, and duplicate-instance lock.
- Same-origin header required for star mutations and restrictive browser headers.
- HTMX 2.0.10 is bundled and checksum-documented; no runtime CDN is required.