Skip to content

Commit 02a2c4a

Browse files
bump: version 0.22.7 → 0.23.0
1 parent f37008f commit 02a2c4a

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v0.23.0 (2025-11-03)
2+
3+
### Feat
4+
5+
- Auto-configure impersonation role in Keycloak realm import
6+
- Implement dual-tier token exchange (Standard V2 + Legacy V1 impersonation)
7+
- Add Keycloak external IdP integration with custom scopes
8+
- Implement RFC 8693 token exchange for Keycloak (ADR-002 Tier 2)
9+
- Add Keycloak OAuth provider support with refresh token storage
10+
11+
### Fix
12+
13+
- Complete Keycloak external IdP integration with all tests passing
14+
- Complete Keycloak external IdP integration with all tests passing
15+
- Update DCR token_type tests for OIDC app changes
16+
17+
### Refactor
18+
19+
- Remove NEXTCLOUD_OIDC_CLIENT_STORAGE environment variable
20+
- Remove unnecessary user_oidc patch - CORSMiddleware patch is sufficient
21+
- Unify OAuth configuration to be provider-agnostic
22+
123
## v0.22.7 (2025-10-29)
224

325
### Fix

charts/nextcloud-mcp-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: nextcloud-mcp-server
33
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
44
type: application
5-
version: 0.22.7
6-
appVersion: "0.22.7"
5+
version: 0.23.0
6+
appVersion: "0.23.0"
77
keywords:
88
- nextcloud
99
- mcp

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nextcloud-mcp-server"
3-
version = "0.22.7"
3+
version = "0.23.0"
44
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
55
authors = [
66
{name = "Chris Coutinho", email = "[email protected]"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)