v9.0.5

interviewstreet/hiring-agentv9.0.5Feb 27, 2024by rumtid

AI Summary

This release focuses on improving system stability and monitoring by adding checks for daemon status, validating server URLs, and enhancing error logging for directory traversal issues.

Key Highlights

  • Added validation to check if server_url is NULL during repository subscription
  • Implemented a check to ensure the daemon is running before proceeding
  • Enhanced error recording when directory traversal fails
  • Fixed a bug in wt-monitor regarding command handling

New Features

  • Improved error handling and logging mechanisms

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