diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f7967197..6703e6d727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix notifications service settings: [#4652](https://github.com/owncloud/ocis/pull/4652) * Bugfix - Fix the OIDC provider cache: [#4600](https://github.com/owncloud/ocis/pull/4600) * Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575) * Bugfix - Graph service now forwards trace context: [#4582](https://github.com/owncloud/ocis/pull/4582) @@ -18,6 +19,15 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Fix notifications service settings: [#4652](https://github.com/owncloud/ocis/pull/4652) + + We've fixed two notifications service setting: - `NOTIFICATIONS_MACHINE_AUTH_API_KEY` + was previously not picked up (only `OCIS_MACHINE_AUTH_API_KEY` was loaded) - If you used a + email sender address in the format of the default value of `NOTIFICATIONS_SMTP_SENDER` no + email could be send. + + https://github.com/owncloud/ocis/pull/4652 + * Bugfix - Fix the OIDC provider cache: [#4600](https://github.com/owncloud/ocis/pull/4600) We've fixed the OIDC provider cache. It never had a cache hit before this fix. Under some