Validate config JSON body shape

This commit is contained in:
Dymas
2026-05-16 11:48:01 +02:00
parent 839154aa5c
commit 68fdc99bbd
6 changed files with 17 additions and 4 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.29.5 - 2026-05-16
- Fixed `/api/config` malformed-body handling so non-object JSON payloads now return `400 Bad Request` instead of silently resetting saved settings to defaults.
- Expanded regression coverage for invalid config payload shapes.
## 0.29.4 - 2026-05-16
- Fixed `/api/watchlist/add` malformed-body handling so non-object JSON payloads now return `400 Bad Request` instead of surfacing as an internal server error.