From 1800a3fa19d4d9b2890f79167fa869d7f0dfb7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 25 Oct 2024 06:26:15 +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 fb251f38f5..50aae88425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391) +* Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) ## Details @@ -70,6 +71,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10391 +* Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) + + To prevent intermediate proxies from closing the SSE connection admins can now + configure a `SSE_KEEPALIVE_INTERVAL`. + + https://github.com/owncloud/ocis/pull/10411 + * 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