bump: version 0.67.0 → 0.68.0
This commit is contained in:
@@ -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/),
|
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/).
|
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)
|
## v0.67.0 (2026-03-29)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: nextcloud-mcp-server
|
|||||||
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
|
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
|
||||||
type: application
|
type: application
|
||||||
version: 0.58.19
|
version: 0.58.19
|
||||||
appVersion: "0.67.0"
|
appVersion: "0.68.0"
|
||||||
keywords:
|
keywords:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- mcp
|
- mcp
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
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"
|
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho", email = "chris@coutinho.io"}
|
{name = "Chris Coutinho", email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -2086,7 +2086,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.67.0"
|
version = "0.68.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiosqlite" },
|
{ name = "aiosqlite" },
|
||||||
|
|||||||
Reference in New Issue
Block a user