v0.0.21
MODSetter/SurfSensev0.0.21May 4, 2026by github-actions[bot]
AI Summary
Shifts chat persistence to the server side and implements agent caching for better performance.
Key Highlights
- Chat persistence moved to Server Side
- Implemented agent caches
- Security fix for manual auth endpoint leaks
- Docker stability fixes
New Features
- Server-side chat persistence
- Agent caching implementation
- Security patch for auth endpoints
- Docker cache fixes
Full Release Notes
## What's Changed * fix: docker issues by @MODSetter in https://github.com/MODSetter/SurfSense/pull/1337 * feat: implement agent caches and fix invalid prompt cache configs by @MODSetter in https://github.com/MODSetter/SurfSense/pull/1339 * fix(security): manual auth endpoint leaks by @MODSetter in https://github.com/MODSetter/SurfSense/pull/1340 * feat: moved chat persistance to Server Side by @MODSetter in https://github.com/MODSetter/SurfSense/pull/1341 **Full Changelog**: https://github.com/MODSetter/SurfSense/compare/v0.0.20...v0.0.21