1.16.0 (2026-01-26)
Features
- api: improve health check depth with structured response (#153)
- config: make InfluxDB retention periods configurable (#152)
- frontend: improve temperature graph UX (#145)
- notify: add missed collector ping notifications (#140)
- backend: add container CPU quota awareness with automaxprocs (#133)
Bug Fixes
- security: prevent Flux query injection via parameterized queries (#149)
- api: return attribute override ID after save for UI deletion (#142)
Refactoring
- backend: replace fmt.Printf with structured logging (#150)
Documentation
- add environment variable documentation for web server (#151)
Dependencies
- update Go dependencies (golang.org/x/crypto v0.45.0, golang.org/x/net v0.47.0) (#146)
CI/CD
- add manual dispatch support for release workflow