From 72d605ba3857d0b972ddd72e226d8a5360fb480d Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 2 Sep 2020 15:20:28 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2e2cbba5..bba52aa859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes in ocis-pkg unreleased. * Change - Unwrap roleIDs from access-token into metadata context: [#59](https://github.com/owncloud/ocis-pkg/pull/59) * Change - Provide cache for roles: [#59](https://github.com/owncloud/ocis-pkg/pull/59) +* Change - Roles manager: [#60](https://github.com/owncloud/ocis-pkg/pull/60) ## Details @@ -26,6 +27,15 @@ The following sections list the changes in ocis-pkg unreleased. https://github.com/owncloud/ocis-pkg/pull/59 + +* Change - Roles manager: [#60](https://github.com/owncloud/ocis-pkg/pull/60) + + We combined the roles middleware and cache into a roles manager. The manager doesn't expose the + cache anymore and manages the state of the cache by fetching roles from the role service which + don't exist in the cache, yet. + + https://github.com/owncloud/ocis-pkg/pull/60 + # Changelog for [2.4.0] (2020-08-25) The following sections list the changes in ocis-pkg 2.4.0.