Skip to content

Commit 41002cd

Browse files
committed
chore: Release 8.11.0
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent dd1cbfa commit 41002cd

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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+
## 8.11.0 – 2026-08-24
12+
13+
- Support for Nextcloud 35
14+
- Correctly get the list of groups @ArtificialOwl [#1494](https://github.com/nextcloud/user_oidc/pull/1494)
15+
- Save sub of an user for faster lookup and more uid stability @CarlSchwan [#1498](https://github.com/nextcloud/user_oidc/pull/1498)
16+
1117
## 8.10.1 – 2026-04-24
1218

1319
### 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>8.11.0-dev.0</version>
11+
<version>8.11.0</version>
1212
<licence>agpl</licence>
1313
<author>Roeland Jago Douma</author>
1414
<author>Julius Härtl</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "user_oidc",
33
"description": "OIDC connect user backend for Nextcloud",
4-
"version": "8.11.0-dev.0",
4+
"version": "8.11.0",
55
"author": "Roeland Jago Douma <roeland@famdouma.nl>",
66
"repository": {
77
"url": "https://github.com/nextcloud/user_oidc",

0 commit comments

Comments
 (0)