From f9da19d1a185dbf06fd8a0b2d88e76bc796e8ad8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Nov 2025 16:14:35 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.44.1=20=E2=86=92=200.45.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 33 ++++++++++++++++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc91ed..434d0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +## v0.45.0 (2025-11-22) + +### Feat + +- Add context expansion to semantic search with chunk overlap removal +- Use Ollama native batch API in embed_batch() +- Implement Qdrant placeholder state management +- Switch files to use numeric IDs with file_path resolution +- Implement per-chunk vector visualization with context expansion + +### Fix + +- Use alpha_composite for proper RGBA highlight blending +- Remove pymupdf.layout.activate() to fix page_chunks behavior +- Centralize PDF processing and generate separate images per chunk +- Set is_placeholder=False in processor to fix search filtering +- Increase placeholder staleness threshold to 5x scan interval +- Add placeholder staleness check to prevent duplicate processing +- Use empty SparseVector instead of None for placeholders +- Return empty array instead of null for query_coords when no results +- Align PDF text extraction between indexing and context expansion +- Update models and viz to use int-only doc_id +- Reconstruct full content for notes to match indexed offsets +- Add async/await, PDF metadata, and type safety fixes + +### Refactor + +- Simplify PDF text extraction with single to_markdown call + +### Perf + +- Optimize PDF processing with parallel extraction and single-render highlights + ## v0.44.1 (2025-11-21) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index f46723e..fac30f5 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.44.1 -appVersion: "0.44.1" +version: 0.45.0 +appVersion: "0.45.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index e109d27..3e9096d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.44.1" +version = "0.45.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 218bced..26f0085 100644 --- a/uv.lock +++ b/uv.lock @@ -1936,7 +1936,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.44.1" +version = "0.45.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },