Skip to content

Commit de9c250

Browse files
authored
Merge pull request #1059 from nextcloud/releases/6.3.0
Prepare 6.3.0
2 parents 42f1e43 + 6d82ebd commit de9c250

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## 6.3.0 – 2025-02-17
12+
13+
### Changed
14+
15+
- Support NC 32 @nickvergessen [#1029](https://github.com/nextcloud/user_oidc/pull/1029)
16+
- Map the user language @julien-nc [#1046](https://github.com/nextcloud/user_oidc/pull/1046)
17+
- Adjustment for GSS @julien-nc [#1053](https://github.com/nextcloud/user_oidc/pull/1053)
18+
19+
### Fixed
20+
21+
- Replace broken jumpstart docs link @joshtrichards [#1045](https://github.com/nextcloud/user_oidc/pull/1045)
22+
- Fetch default privacy scopes and set properties appropriate @bjalbor [#1048](https://github.com/nextcloud/user_oidc/pull/1048)
23+
- Backchannel logout token may not contain "sub" @prigaux [#1049](https://github.com/nextcloud/user_oidc/pull/1049)
24+
- Fix '"kid" invalid, unable to lookup correct key' when keys are rotated @Adphi [#1035](https://github.com/nextcloud/user_oidc/pull/1035)
25+
- Fix(ProvisioningService): Handle `InvalidArgumentException` when updating account @susnux [#1058](https://github.com/nextcloud/user_oidc/pull/1058)
26+
1127
## 6.2.1 – 2025-01-23
1228

1329
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>OpenID Connect user backend</name>
99
<summary>Use an OpenID Connect backend to login to your Nextcloud</summary>
1010
<description>Allows flexible configuration of an OIDC server as Nextcloud login user backend.</description>
11-
<version>6.3.0-dev.0</version>
11+
<version>6.3.0</version>
1212
<licence>agpl</licence>
1313
<author>Roeland Jago Douma</author>
1414
<author>Julius Härtl</author>

0 commit comments

Comments
 (0)