fix: redact ingestion payload logs and update changelog

This commit is contained in:
Per Stark
2026-02-13 12:06:18 +01:00
parent 91f3ab231c
commit 545a5dc9f3
3 changed files with 32 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
# Changelog
## Unreleased
- Fix: edge case where navigation back to a chat page could trigger a new response generation
- Security: hardened storage-layer queries by replacing user-influenced string interpolation with bound parameters and adding injection regression tests.
- Security: removed raw ingestion payload logging from API/HTML ingress handlers and replaced it with metadata-only structured logs.
## 1.0.1 (2026-02-11)
- Shipped an S3 storage backend so content can be stored in object storage instead of local disk, with configuration support for S3 deployments.