v9.0.5
andimarafioti/faster-qwen3-ttsv9.0.5Feb 27, 2024by rumtid
AI Summary
This release focuses on improving error handling and monitoring stability within the Seafile client/server interaction. It adds null checks for server URLs, verifies daemon status, and fixes bugs related to directory traversal and command handling.
Key Highlights
- Added null check for server URL during repository subscription
- Improved daemon running status verification
- Enhanced error logging for directory traversal failures
- Fixed command handling bug in the wt-monitor component
Full Release Notes
## What's Changed * Check server_url is NULL when subscribe repo by @feiniks in https://github.com/haiwen/seafile/pull/2719 * check daemon is running by @feiniks in https://github.com/haiwen/seafile/pull/2734 * Record index error when faile to traverse dir by @feiniks in https://github.com/haiwen/seafile/pull/2733 * Fix command handling bug in wt-monitor by @feiniks in https://github.com/haiwen/seafile/pull/2736 **Full Changelog**: https://github.com/haiwen/seafile/compare/v9.0.4...v9.0.5