From 7a7ed79d56027e0258e6aa6e6aad990fd6f20fa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Nov 2025 23:32:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.35.0=20=E2=86=92=200.36.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 31 ++++++++++++++++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da62e6d..388be68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## v0.36.0 (2025-11-15) + +### BREAKING CHANGE + +- Search algorithms now require Qdrant to be populated. +Vector sync must be enabled and documents indexed for search to work. + +### Feat + +- Normalize hybrid search RRF scores to 0-1 range +- Enhance vector visualization UI and parallelize search verification +- Add Vector Viz tab to app home page +- Add vector visualization pane with multi-select document types +- Implement custom PCA to remove sklearn dependency +- Add multi-document Protocol with cross-app search support +- Update nc_semantic_search tool with algorithm selection +- Implement unified search algorithm module + +### Fix + +- Reorder tabs and fix viz pane session access + +### Refactor + +- Optimize Nextcloud access verification with centralized filtering +- Make all search algorithms query Qdrant payload, not Nextcloud + +### Perf + +- Exclude vector-sync status polling from distributed tracing + ## v0.35.0 (2025-11-15) ### Feat diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 8d3ba3d..a16ad76 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application -version: 0.35.0 -appVersion: "0.35.0" +version: 0.36.0 +appVersion: "0.36.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index e7ce4cb..98c6c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.35.0" +version = "0.36.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"} diff --git a/uv.lock b/uv.lock index c0e5e21..1ef21aa 100644 --- a/uv.lock +++ b/uv.lock @@ -1053,7 +1053,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.35.0" +version = "0.36.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },