Release Notes: Migration from v5.x.x to v6.0.0
- Version: 6.0.0
- Type: Major Release (Breaking Change in Search Index)
- Details · Download
Who Is Affected?
Users who use the OpenSearch backend for search functionality.
Key Changes
The OpenSearch index has been redesigned with the following improvements:
- Fixes for persisting and querying favorite information
- Fast Vector Highlighter support — significantly faster and without the character limits of the previous default highlighter
This is an incompatible change. Users of the OpenSearch backend will have to drop their old index and rebuild it using:
opencloud search index --all-spaces
Release Notes: Migration from v4.x.x to v5.0.0
- Version: 5.0.0
- Type: Major Release (Breaking Change in Service Architecture)
- Details · Download
Who Is Affected?
If you use the official Docker Compose setup, no migration is typically required.
Key Changes
The OCDAV is no longer initialized as its own service, it was moved from the backend services into the frontend service
:::compatibility note Legacy env variable names (OCDAV_*) still work. They just need to be set on the frontend service now :::
Release Notes: Migration from v2.x.x to v3.0.0
- Version: 3.0.0
- Type: Major Release (Breaking Changes in the GraphAPI)
- Details · Download
Who Is Affected?
This release introduces a breaking change in the GraphAPI.
If you are using OpenCloud only through official clients (Web, Desktop, or Mobile), no migration is needed.
If you're using any other software that utilizes the GraphAPI, that software might need to be adjusted to follow the new behavior of the GraphAPI.
Key Changes
The following endpoints of the GraphAPI were changed in a way that is not backwards compatible with the previous releases:
GET /v1.0/me/drives/
GET /v1.0/drives/
GET /v1beta1/drives/
GET /v1beta1/me/drives/
Due to performance optimizations, these endpoints no longer automatically expand all permissions on the drives root items. If needed, the permissions can be explicitly requested via the appropriate $expand query option.