From 7d47231ae839db65dabdb59434c3963f1f028bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 17 Feb 2025 11:38:03 +0100 Subject: [PATCH] chore: Add changelog for Oidc::logout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- crates/matrix-sdk/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 55de3782c37..11651c27e04 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -46,6 +46,14 @@ All notable changes to this project will be documented in this file. case anymore, according to the latest version of [MSC2967](https://github.com/matrix-org/matrix-spec-proposals/pull/2967). ([#4664](https://github.com/matrix-org/matrix-rust-sdk/pull/4664)) +- [**breaking**]: The behavior of `Oidc::logout()` is now aligned with + [MSC4254](https://github.com/matrix-org/matrix-spec-proposals/pull/4254) + ([#4674](https://github.com/matrix-org/matrix-rust-sdk/pull/4674)) + - Support for [RP-Initiated Logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html) + was removed, so it doesn't return an `OidcEndSessionUrlBuilder` anymore. + - Only one request is made to revoke the access token, since the server is + supposed to revoke both the access token and the associated refresh token + when the request is made. ## [0.10.0] - 2025-02-04