| sidebar_position | 3 |
|---|---|
| id | release-notes |
| title | Release Notes |
| description | Release Notes |
| draft | false |
- Version: 6.0.0
- Type: Major Release (Breaking Change in Search Index)
- Details · Download
Users who use the OpenSearch backend for search functionality.
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
:::warning breaking change 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:::
- Version: 5.0.0
- Type: Major Release (Breaking Change in Service Architecture)
- Details · Download
If you use the official Docker Compose setup, no migration is typically required.
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 :::
- Version: 3.0.0
- Type: Major Release (Breaking Changes in the GraphAPI)
- Details · Download
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.
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/:::note 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. :::