v9.0.5

Gerstep/cybosv9.0.5Feb 27, 2024by rumtid

AI Summary

This release focuses on stability improvements for the Seafile server and monitoring tools. It introduces checks for daemon status and null server URLs, along with fixes for command handling and directory traversal errors.

Key Highlights

  • Added NULL check for server_url during repo subscription
  • Added daemon running status check
  • Improved error recording for directory traversal failures
  • Fixed command handling bug in wt-monitor

New Features

  • Added NULL check for server_url during repo subscription
  • Added daemon running status check
  • Improved error recording for directory traversal failures
  • Fixed command handling bug in wt-monitor

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