From 6d82ebd712caa5352cb65de0c0c1504e6e78245c Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 17 Feb 2025 18:03:20 +0100 Subject: [PATCH] prepare 6.3.0 Signed-off-by: Julien Veyssier --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f290a741..b4ee2c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 6.3.0 – 2025-02-17 + +### Changed + +- Support NC 32 @nickvergessen [#1029](https://github.com/nextcloud/user_oidc/pull/1029) +- Map the user language @julien-nc [#1046](https://github.com/nextcloud/user_oidc/pull/1046) +- Adjustment for GSS @julien-nc [#1053](https://github.com/nextcloud/user_oidc/pull/1053) + +### Fixed + +- Replace broken jumpstart docs link @joshtrichards [#1045](https://github.com/nextcloud/user_oidc/pull/1045) +- Fetch default privacy scopes and set properties appropriate @bjalbor [#1048](https://github.com/nextcloud/user_oidc/pull/1048) +- Backchannel logout token may not contain "sub" @prigaux [#1049](https://github.com/nextcloud/user_oidc/pull/1049) +- Fix '"kid" invalid, unable to lookup correct key' when keys are rotated @Adphi [#1035](https://github.com/nextcloud/user_oidc/pull/1035) +- Fix(ProvisioningService): Handle `InvalidArgumentException` when updating account @susnux [#1058](https://github.com/nextcloud/user_oidc/pull/1058) + ## 6.2.1 – 2025-01-23 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1ebf93df..cc64fec9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ OpenID Connect user backend Use an OpenID Connect backend to login to your Nextcloud Allows flexible configuration of an OIDC server as Nextcloud login user backend. - 6.3.0-dev.0 + 6.3.0 agpl Roeland Jago Douma Julius Härtl