From 71a5d4b99e7778669ca67b684a1150cfa7190b58 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 17 May 2023 14:16:58 +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 a81a05d15b..52716f9082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Reduced default TTL of user and group caches in graph API: [#6320](https://github.com/owncloud/ocis/issues/6320) * Bugfix - Use UUID attribute for computing "sub" claim in lico idp: [#904](https://github.com/owncloud/ocis/issues/904) * Bugfix - Fix the empty string givenName attribute when creating user: [#5431](https://github.com/owncloud/ocis/issues/5431) * Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: [#6037](https://github.com/owncloud/ocis/issues/6037) @@ -18,6 +19,14 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Reduced default TTL of user and group caches in graph API: [#6320](https://github.com/owncloud/ocis/issues/6320) + + We reduced the default TTL of the cache for user and group information on the /drives endpoints + to 60 seconds. This fixes in issue where outdated information was show on the spaces list for a + very long time. + + https://github.com/owncloud/ocis/issues/6320 + * Bugfix - Use UUID attribute for computing "sub" claim in lico idp: [#904](https://github.com/owncloud/ocis/issues/904) By default the LDAP backend for lico uses the User DN for computing the "sub" claim of a user. This