v9.0.4
wavekat/wavekat-asrv9.0.4Oct 21, 2023by rumtid
AI Summary
This release introduces new error handling capabilities and updates the underlying Qt framework. It adds granular file-level error reporting for checkout failures and block missing sync errors, while upgrading to Qt 6.5.2.
Key Highlights
- Added file-level error reporting for failed file checkouts
- Added error handling for missing sync blocks
- Upgraded to Qt 6.5.2
- Added build options for WebSockets
- Changed notification behavior to only record errors without sending alerts
New Features
- File-level error reporting for failed file checkouts
- Error handling for missing sync blocks
- WebSocket build options
Full Release Notes
## What's Changed * Add a file-level error when failed to checkout file by @feiniks in https://github.com/haiwen/seafile/pull/2692 * Add option to build websockets by @feiniks in https://github.com/haiwen/seafile/pull/2693 * Add block missing sync error by @feiniks in https://github.com/haiwen/seafile/pull/2694 * Only record a file-level error,don't send notification by @feiniks in https://github.com/haiwen/seafile/pull/2701 * Upgrade to Qt 6.5.2 by @rumtid in https://github.com/haiwen/seafile/pull/2695 * Add compile linux websockets macro by @feiniks in https://github.com/haiwen/seafile/pull/2703 **Full Changelog**: https://github.com/haiwen/seafile/compare/v9.0.3...v9.0.4