v1.3.0

HKUDS/LightRAGv1.3.0Mar 25, 2025by danielaskdd

AI Summary

This release focuses on improving authentication reliability and server stability through refactoring of auth logic and version checks, alongside UI cleanup and documentation improvements.

Key Highlights

  • Refactored authentication logic and Swagger Auth config for improved reliability.
  • Fixed API-Key authentication failure issues.
  • UI cleanup: Hide logout button in guest mode and improved documentation structure.

New Features

  • Refactored auth and version checks
  • Refactored authentication logic and Swagger Auth config
  • Refactored LightRAG Server documentation

Full Release Notes

## What's Changed
* refactor(SiteHeader): Hide logout button in guest mode by @choizhang in https://github.com/HKUDS/LightRAG/pull/1161
* Refactor auth and version checks for improved reliability by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1162
* Refactor LightRAG Server documentation for clarity and structure. by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1166
* Fix mongo doc status by @Gardelll in https://github.com/HKUDS/LightRAG/pull/1160
* Refactor authentication logic and Swagger Auth config by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1171
* Fix API-Key authentication failure  while login is enabled by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1171
* Fix in-memory db hanged on persistence in some cases by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1171

## New Contributors
* @Gardelll made their first contribution in https://github.com/HKUDS/LightRAG/pull/1160

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.2.8...v1.3.0