v1.74.3 (2026-09-16)
Release Highlights
- Promote device delete ordering and startup migration sharing to master (#866) - Fixes #860, Fixes #861
- Promote develop at d20d158 into master at 7537346 (4 commits).
- DeleteDevice deletes the device's InfluxDB history before the SQLite row, and removes the row only when that succeeds.
- The web server's startup migration is one method that both AppEngine.Start and the server tests call, so the tests cannot drift from the startup sequence again. No runtime behavior changes.