Add changelog for 13.0 pro edition
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled

This commit is contained in:
Daniel Pan 2025-10-24 10:12:35 +08:00
parent b7b8a3244b
commit e8c3f8f55e
2 changed files with 20 additions and 0 deletions

View File

@ -2,6 +2,25 @@
> You can check Seafile release table to find the lifetime of each release and current supported OS: <https://cloud.seatable.io/dtable/external-links/a85d4221e41344c19566/?tid=0000&vid=0000>
## 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**

View File

@ -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