PlugStream is continuously updated to improve reliability, security, and user experience. This page provides a transparent record of every software and firmware release, including what changed and why it matters.
Latest
Reporting API 1.1.0
Reporting API – 1.1.0
1.1.0
Tests: passed (1/1)Coverage: 0.3%
Service
December 19, 2025
Tags
#reporting-api
Reporting API – 1.1.0
1.1.0 (2025-12-19)
Bug Fixes
add /reporting prefix to routes to match ingress paths (1a8e312)
add CORS headers for OpenAPI docs endpoint (5be8ed2)
correct API path from /reporting/v1 to /v1 for ingress routing (1ba59d7)
resolve clippy error in openapi spec handler (a71f6ce)
resolve never type fallback compilation error (0ffa5b4)
update OpenAPI spec to show only production server (5155376)
use APP_VERSION from CI instead of CARGO_PKG_VERSION (4abfb24)
Features
add /version endpoint and update Dockerfile for version metadata (0cecfed)
Add axum-prometheus metrics endpoint (686ad7e)
Add database connection retry logic (10c87f9)
add performance test endpoint with business logic queries (5fd8338)
complete OpenAPI documentation for all reporting-api endpoints (8cb277f)