From 3b7f3ea648fe2d24f23858727d22b24901d938b2 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 13:06:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=205.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41ca62be1..33c35a36c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.2.0) - 2026-02-24 +## [5.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v5.2.0) - 2026-02-25 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @butonic, @pat-s, @rhafer +@AlexAndBear, @JammingBen, @butonic, @dragonchaser, @pat-s, @rhafer + +### 🐛 Bug Fixes + +- resolve logout token subject:sessions for the idp backchannel logout [[#2328](https://github.com/opencloud-eu/opencloud/pull/2328)] +- fix(oidc_auth): Fix userinfo cache expiration logic [[#2360](https://github.com/opencloud-eu/opencloud/pull/2360)] ### 📈 Enhancement @@ -13,10 +18,6 @@ - feat: app-registry adjust default mime-types [[#2354](https://github.com/opencloud-eu/opencloud/pull/2354)] - feat: support desktop and mobile specific `client_id` and `scopes` [[#2072](https://github.com/opencloud-eu/opencloud/pull/2072)] -### 🐛 Bug Fixes - -- fix(oidc_auth): Fix userinfo cache expiration logic [[#2360](https://github.com/opencloud-eu/opencloud/pull/2360)] - ### 📚 Documentation - adr(webfinger): Align example config with implementation [[#2353](https://github.com/opencloud-eu/opencloud/pull/2353)]