What's New1.8.0 - Auth API – 1.8.0

PlugStream Change Logs

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

Release API 1.3.0

Release API – 1.3.0

1.3.0
Tests: passed (95/95)Coverage: 8.1%
Service
December 19, 2025
Tags
#release-api

Release API – 1.3.0

Bug Fixes

  • add /release prefix to routes to match ingress paths (bde043f)
  • add permissive CORS and move OpenAPI to /release/v1 (bee0396)
  • correct API paths from /release/v1 to /v1 for ingress routing (120aab7)
  • resolve clippy errors in openapi and releases modules (e2072d2)
  • Remove unused performance module to resolve clippy dead code warnings (f6d9dd7)
  • Use APP_VERSION from CI instead of CARGO_PKG_VERSION (f907d28)
  • Replace manual min/max with clamp (524e0b8)

Features

  • add performance test endpoint with business logic queries (c137a70)
  • add performance testing and promotion readiness endpoints to OpenAPI spec (ff07293)
  • add performance testing to CI pipeline (84387f8)
  • add performance time-series endpoint with default SLO targets (c4cf96f)
  • standardize endpoint path, remove UI, add path filtering (5227a83)
  • Add /version endpoint and update Dockerfile for version metadata (0eee109)
  • Add database connection retry logic (be86c32)
  • Add GET endpoint for single release by ID to internal API (c2dfc8e)
  • Add load testing with p95/p99 performance metrics (3391814)
  • Add performance test tracking API endpoints (abf1db1)
  • Add PLATFORM_ADMIN cross-tenant access support (1490e8e)
  • Add internal API endpoint for performance time series (76ddec9)

Performance Improvements

  • Make /health endpoint lightweight (12a5c3d)

Performance & SLO

SLO Targets:
P95 < 200msP99 < 500msAvailability > 99.9%