April 3, 2026 — v1.3.7
Server hardening release. Fixes several property-handling bugs on the native server and ships two new SDK endpoints for ML and file-browser UX.
- Thumbnail + screennail pull API —
POST /api/cameras/{id}/sd-card/slot/{n}/files/{contentId}/{fileId}/thumbnailand.../screennail. Fast previews for file browsers and ML pipelines, separate from the full-file download path. - Error / caution status properties —
camera-error-caution-status,system-error-caution-status, andcamera-system-error-infoare now readable viaGET /properties/{name}. camera-serverCLI —start,stop,statuscommands shipped via thecamera-remote-web-apinpm package for managing the server binary outside of the SDK.
- Seven per-property regressions in the generic SET handler (shutter-speed writability detection, UInt16 range properties, WB color-temp step handling).
focus-near-farandmovie-recresponses were missing the camera metadata envelope — both now includecamera: { id, model, connected }like the rest of the API.
This is the last v1.x minor before v2. v2 will remove the WebSocket live-view channel and reshape client-SDK connection logic — see the v2 migration guide (coming soon) for the full list.