From b1f7b1d30b7c817ca95f8be6363cc297cc3d8325 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Nov 2025 05:57:12 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.40.0=20=E2=86=92=200.41.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79970a..e5fb117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.41.0 (2025-11-17) + +### Feat + +- add configurable fusion algorithms for BM25 hybrid search +- add chunk position tracking to vector indexing and search +- add vector viz template and chunk context endpoint + +### Fix + +- prevent infinite loop in DocumentChunker with position tracking +- Relax SearchResult validation to support DBSF fusion scores > 1.0 + ## v0.40.0 (2025-11-16) ### Feat diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 6216c70..943817b 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.40.0 -appVersion: "0.40.0" +version: 0.41.0 +appVersion: "0.41.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index f7783b4..0a9b07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.40.0" +version = "0.41.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 1b8225f..ed4a77c 100644 --- a/uv.lock +++ b/uv.lock @@ -1857,7 +1857,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.40.0" +version = "0.41.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },