v1.3.6
HKUDS/LightRAGv1.3.6Apr 29, 2025by danielaskdd
AI Summary
Hotfix for browser compatibility and improvements to parallel document processing logic.
Key Highlights
- Fixed send button not working for old browser versions
- Improved parallel processing logic for document extraction and merging
- Fixed retry_if_exception_type usage and improved async iterator handling
- Kept chat history when logging in with the same user
New Features
- Browser compatibility fix
- Parallel processing improvements
- Chat history persistence
Full Release Notes
## What's Changed * **Hotfix: Resolve send button not working for some old version browser** for crypto.randomUUID by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1484 * Improve parallel processing logic for document extraction and merging by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1478 https://github.com/HKUDS/LightRAG/pull/1483 * fix: correct retry_if_exception_type usage and improve async iterator… by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1492 * Keep chat history when login with same user by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1479 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.3.5...v1.3.6