diff --git a/manual/changelog/changelog-for-seafile-professional-server.md b/manual/changelog/changelog-for-seafile-professional-server.md index 01dc6ceb..c46ce192 100644 --- a/manual/changelog/changelog-for-seafile-professional-server.md +++ b/manual/changelog/changelog-for-seafile-professional-server.md @@ -2,6 +2,25 @@ > You can check Seafile release table to find the lifetime of each release and current supported OS: + +## 13.0 + +**Upgrade** + +Please check our document for how to upgrade to [13.0](../upgrade/upgrade_notes_for_13.0.x.md) + +### 13.0.12 beta (2025-10-24) + +* SeaDoc: SeaDoc is now version 2.0 +* Thumbnail server: A new thumbnail server component is added to improve performance for thumbnail generating and support thumbnail for videos +* Metadata server: A new metadata server component is available to manage extended file properties +* Notification server: The web interface now support real-time update when other people add or remove files if notification-server is enabled +* Database and memcache configurations are added to `.env`, it is recommended to use environment variables to config database and memcache +* Redis is recommended to be used as memcache server +* For security reason, WebDAV no longer support login with LDAP account, the user with LDAP account must generate a WebDAV token at the profile page +* [File tags] The old file tags feature can no longer be used, the interface provide an upgrade notice for migrate the data to the new file tags feature + + ## 12.0 **Upgrade** diff --git a/manual/upgrade/upgrade_notes_for_13.0.x.md b/manual/upgrade/upgrade_notes_for_13.0.x.md index 2d646f95..8c39c9c2 100644 --- a/manual/upgrade/upgrade_notes_for_13.0.x.md +++ b/manual/upgrade/upgrade_notes_for_13.0.x.md @@ -22,6 +22,7 @@ Configuration changes: * Redis is recommended to be used as memcache server * (Optional) S3 configuration can be done via environment variables and is much simplified * Elastic search is now have its own yml file +* The Nginx bundled in seafile docker image no longer generates and reads configurations from mapped volume. The Nginx is used for servering static files in Seahub, and map the ports of different components in seafile docker image to a single 80 port. Breaking changes