We are glad to announce that Seafile community edition 10.0 is ready for test!
Here are major changes in version 10.0:
- Update Python dependencies and support Ubuntu 22.04 and Debian 11
- Add a new notification server (document will be provided later)
- Remove SQL sub queries to improve SQL query speed in seaf-server
The notification server enables desktop syncing and drive clients to get notification of library changes immediately using websocket. There are two benefits:
- Reduce the time for syncing new changes to local
- Reduce the load of the server as periodically pulling is removed. There are significant reduction of load when you have 1000+ clients.
We will release syncing client 9.0 and drive client 3.0 soon to use the new notification feature.