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
Firmware API 1.1.0
Firmware API – 1.1.0
1.1.0
Tests: passed (151/151)Coverage: 6.7%
Service
December 19, 2025
Tags
#firmware-api
Firmware API – 1.1.0
1.1.0 (2025-12-19)
Bug Fixes
add /firmware prefix to routes to match ingress paths (1bf637d)
Added health endpoint to allow_anonymous connections (ce8a474)
correct API path to /v1 since ingress handles /firmware (097445f)
move OpenAPI endpoint under /firmware/v1 (c0660ec)
Resolved openapi endpoint compilation following update to version 5.4 (606aaa4)
Separate public OpenAPI route from authenticated routes (e096417)
update OpenAPI spec to show only production server (8a288c1)
use APP_VERSION from CI instead of CARGO_PKG_VERSION (7cea63a)
Features
add /version endpoint and update Dockerfile for version metadata (02324fd)