v1.4.9.6
HKUDS/LightRAGv1.4.9.6Oct 30, 2025by danielaskdd
AI Summary
A hotfix addressing static file serving issues and documentation paths, along with improvements to graceful shutdown handling in Gunicorn mode.
Key Highlights
- HotFix: Include swagger-docs static files in package distribution
- Graceful shutdown and signal handling in Gunicorn Mode
- Restore query generation example and fix README path reference
New Features
- Graceful shutdown and signal handling in Gunicorn Mode
- Preserved swagger-docs static files in package
Full Release Notes
## What's Changed * Restore query generation example and fix README path reference by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/2281 * Refact: Graceful shutdown and signal handling in Gunicorn Mode by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/2280 * **HotFix: Include swagger-docs static files in package distribution** by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/2284 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.4.9.5...v1.4.9.6