File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ The following sections list the changes for unreleased.
8282* Bugfix - Fix panic while traversing the service list: [#11390](https://github.com/owncloud/ocis/pull/11390)
8383* Change - Remove deprecated FRONTEND_OCS_*: [#11333](https://github.com/owncloud/ocis/pull/11333)
8484* Change - Remove deprecated CLIENTLOG_REVA_GATEWAY: [#11372](https://github.com/owncloud/ocis/pull/11372)
85+ * Enhancement - Allow scaling the search service: [#11029](https://github.com/owncloud/ocis/pull/11029)
8586* Enhancement - Update Mockery to 2.52.3: [#11070](https://github.com/owncloud/ocis/pull/11070)
8687* Enhancement - Improve postprocessing logs: [#11108](https://github.com/owncloud/ocis/pull/11108)
8788* Enhancement - Improve graph space management logs: [#11115](https://github.com/owncloud/ocis/pull/11115)
@@ -232,6 +233,15 @@ The following sections list the changes for unreleased.
232233 https://github.com/owncloud/ocis/issues/11314
233234 https://github.com/owncloud/ocis/pull/11372
234235
236+ * Enhancement - Allow scaling the search service: [#11029](https://github.com/owncloud/ocis/pull/11029)
237+
238+ Previously, the search service locked the index for its whole lifetime, so any
239+ other search service wouldn't be able to access to the index. With this change,
240+ the search service can be configure to lock the index per operation, so other
241+ search services can access the index as long as there is no operation ongoing.
242+
243+ https://github.com/owncloud/ocis/pull/11029
244+
235245* Enhancement - Update Mockery to 2.52.3: [#11070](https://github.com/owncloud/ocis/pull/11070)
236246
237247 Without updating ocis will not build on go 1.24. This requires also updating the
You can’t perform that action at this time.
0 commit comments