From ea500bfab121dbcf4a334177818bbc21e6a86a59 Mon Sep 17 00:00:00 2001 From: kobergj Date: Wed, 7 Feb 2024 10:12:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93ac78bd6..68f6535c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ The following sections list the changes for unreleased. * Enhancement - Allow restarting multiple uploads with one command: [#8287](https://github.com/owncloud/ocis/pull/8287) * Enhancement - Modify the concurrency default: [#8309](https://github.com/owncloud/ocis/pull/8309) * Enhancement - Bump reva: [#8340](https://github.com/owncloud/ocis/pull/8340) +* Enhancement - Allow sending multiple user ids in one sse event: [#8379](https://github.com/owncloud/ocis/pull/8379) ## Details @@ -322,6 +323,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8291 https://github.com/owncloud/ocis/pull/8340 +* Enhancement - Allow sending multiple user ids in one sse event: [#8379](https://github.com/owncloud/ocis/pull/8379) + + Sending multiple user ids in one sse event is now possible which reduces the + number of sent events. + + https://github.com/owncloud/ocis/pull/8379 + https://github.com/cs3org/reva/pull/4501 + # Changelog for [5.0.0-rc.1] (2023-12-27) The following sections list the changes for 5.0.0-rc.1.