feat: caching chat history & dto

This commit is contained in:
Per Stark
2026-02-14 19:43:34 +01:00
parent c6e499e5dc
commit 93ac56ebc7
10 changed files with 350 additions and 32 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
# Changelog
## Unreleased
- Fix: edge case where navigation back to a chat page could trigger a new response generation
- Security: Misc security fixes
- Fix: chat references now validate and render more reliably
- Fix: improved admin access checks for restricted routes
- Performance: faster chat sidebar loads from cached conversation archive data
- API: harmonized ingest endpoint naming and added configurable ingest safety limits
- Security: hardened query handling and ingestion logging to reduce injection and data exposure risk
## 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.