diff --git a/CHANGELOG.md b/CHANGELOG.md index 210969be1c..533a4421c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622) * Bugfix - Fix a missing SecureView permission attribute in the REPORT response: [#9638](https://github.com/owncloud/ocis/pull/9638) * Bugfix - Fixed the channel lock in a workers pool: [#9647](https://github.com/owncloud/ocis/pull/9647) +* Bugfix - Missing invitation in permission responses: [#9652](https://github.com/owncloud/ocis/pull/9652) * Enhancement - Log user agent and remote addr on auth errors: [#9475](https://github.com/owncloud/ocis/pull/9475) * Enhancement - Add missing WOPI features: [#9580](https://github.com/owncloud/ocis/pull/9580) * Enhancement - Update web to v9.1.0-alpha.1: [#9585](https://github.com/owncloud/ocis/pull/9585) @@ -101,6 +102,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/9642 https://github.com/owncloud/ocis/pull/9647 +* Bugfix - Missing invitation in permission responses: [#9652](https://github.com/owncloud/ocis/pull/9652) + + We have fixed a bug where the `invitation` property was missing in the response + when creating, listing or updating graph permissions. + + https://github.com/owncloud/ocis/issues/9571 + https://github.com/owncloud/ocis/pull/9652 + * Enhancement - Log user agent and remote addr on auth errors: [#9475](https://github.com/owncloud/ocis/pull/9475) The proxy will now log `user_agent`, `client.address`, `network.peer.address`