v9.0.5

tt-a1i/archifyv9.0.5Feb 27, 2024by rumtid

AI Summary

This release addresses several stability issues in Seafile, focusing on server URL validation, daemon status checks, and directory traversal error recording. It also includes a fix for command handling in the wt-monitor component.

Key Highlights

  • Check server_url is NULL when subscribing to a repo
  • Check if daemon is running before proceeding
  • Record index error when failing to traverse directory
  • Fix command handling bug in wt-monitor

New Features

  • Server URL validation
  • Daemon status monitoring
  • Command handling improvements

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