From 37967afbd4c3680eb55918ddb48449ddf880b017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villafa=C3=B1ez?= Date: Mon, 18 Nov 2024 12:04:00 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f736416b7f..823eecf843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ The following sections list the changes for unreleased. * Bugfix - Set MaxConcurrency to 1: [#10580](https://github.com/owncloud/ocis/pull/10580) * Bugfix - Reuse go-micro service clients: [#10582](https://github.com/owncloud/ocis/pull/10582) * Bugfix - Make collaboration service use a gateway selector: [#10584](https://github.com/owncloud/ocis/pull/10584) +* Bugfix - Return an error if we can't get the keys and ensure they're cached: [#10590](https://github.com/owncloud/ocis/pull/10590) * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) ## Details @@ -122,6 +123,18 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10584 +* Bugfix - Return an error if we can't get the keys and ensure they're cached: [#10590](https://github.com/owncloud/ocis/pull/10590) + + Previously, there was an issue where we could get an error while getting the + public keys from the /hosting/discovery endpoint but we're returning a wrong + success value instead. This is fixed now and we're returning the error. + + In addition, the public keys weren't being cached, so we hit the + /hosting/discovery endpoint every time we need to use the public keys. The keys + are now cached so we don't need to hit the endpoint more than what we need. + + https://github.com/owncloud/ocis/pull/10590 + * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) Tags: web