bump: version 0.67.0 → 0.68.0

This commit is contained in:
github-actions[bot]
2026-03-31 15:24:43 +00:00
parent 0d5d1cff07
commit d3ced16ba9
4 changed files with 24 additions and 3 deletions
+21
View File
@@ -5,6 +5,27 @@ All notable changes to the Nextcloud MCP Server 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 [PEP 440](https://peps.python.org/pep-0440/).
## v0.68.0 (2026-03-31)
### Feat
- add web-based Login Flow v2 provisioning endpoint
### Fix
- require bearer token on provision endpoints (open redirect mitigation)
- address PR review round 3 — info disclosure, conditional routes, cleanup
- address PR review round 2 — expiry checks, race guards, poll tests
- address PR review — XSS escape, asyncio→anyio, URL rewrite dedup
- use app password auth for background sync in Login Flow mode
- discover Login Flow v2 users in OAuth mode user manager
- rewrite Login Flow v2 poll endpoint URL to use configured host
- handle internal hostname without port in Login Flow v2 URL rewriting
### Refactor
- use redirect-based Login Flow v2 provision instead of popup
## v0.67.0 (2026-03-29)
### Feat
+1 -1
View File
@@ -3,7 +3,7 @@ name: nextcloud-mcp-server
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
type: application
version: 0.58.19
appVersion: "0.67.0"
appVersion: "0.68.0"
keywords:
- nextcloud
- mcp
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.67.0"
version = "0.68.0"
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
authors = [
{name = "Chris Coutinho", email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -2086,7 +2086,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.67.0"
version = "0.68.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },