Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2020-09-02 15:20:28 +00:00
parent 7773c1bfa4
commit 72d605ba38

View File

@@ -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.