From 7d492b53025764b9bdc242f856f0acbd5f520b3c Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Tue, 29 Oct 2024 14:02:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bd19c47..75b04c48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix put relative wopi operation for microsoft: [#10403](https://github.com/owncloud/ocis/pull/10403) * Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) * Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429) +* Bugfix - Fix the memlimit loglevel: [#10431](https://github.com/owncloud/ocis/pull/10431) * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) * Enhancement - Bump reva to 2.26.2: [#10419](https://github.com/owncloud/ocis/pull/10419) * Enhancement - Remove deprecated CLI commands: [#10430](https://github.com/owncloud/ocis/pull/10430) @@ -109,6 +110,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10429 +* Bugfix - Fix the memlimit loglevel: [#10431](https://github.com/owncloud/ocis/pull/10431) + + We set the memlimit default loglevel to error. + + https://github.com/owncloud/ocis/issues/10428 + https://github.com/owncloud/ocis/pull/10431 + * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) We added some of the web extensions from ownCloud to the ocis_full docker