From 635dfd7a33db031f14dc02cdc8130a3e20c75de6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 16:38:03 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.84.0=20=E2=86=92=200.84.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d0902c..514bbba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ 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.84.1 (2026-05-10) + +### Fix + +- **vector**: address PR review round 17 + local-mode collection-creation regression +- **vector**: address PR review round 16 — type-aware index check, comments +- **vector**: address PR review round 15 — concurrency, pagination, stale coercion +- **vector**: address PR review round 14 — accurate offset-skip comment + news_item doc_id guard +- **vector**: address PR review round 13 — index offset fields + tighten test +- **vector**: address PR review round 12 — bool guard + strict doc_id validation +- **vector**: address PR review round 11 — broaden offset-skip gate, clarify ordering +- **vector**: address PR review round 10 — index chunk_index, harden index loop, lazy-init lock +- **api**: validate doc_id at chunk-context handler boundary +- **vector**: address PR review round 9 — drop redundant guard, add init lock, test float doc_id path +- **vector**: guard _group_int_doc_ids against non-int doc_id values +- **vector**: tighten get_chunk_bbox_and_page_from_qdrant doc_id to str +- **login-flow**: allow Astrolabe's OAuth client on the management API +- **vector**: address PR review round 8 — anyio convention + cosine-safe sentinel + dedup get_collection +- **vector**: add BOOL index for is_placeholder + correct wait=True docstring +- **vector**: address PR review round 6 + SonarCloud findings +- **vector**: address PR review round 5 — progress logging, summary visibility, sentinel split +- **vector**: address PR review round 4 — backfill resilience + degraded-mode docs +- **vector**: address PR review round 3 — sentinel guard, skip indexed fields, narrow types +- **vector**: address PR review round 2 — status branching, doc_id guard, doc restore +- **vector**: address PR review — wait=True backfill, batched writes, search helper +- **vector**: normalize doc_id to str + add Qdrant keyword payload indexes + ## v0.84.0 (2026-05-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 14ce7e77..b208bbdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.84.0" +version = "0.84.1" 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 11bca4f4..8ffabd23 100644 --- a/uv.lock +++ b/uv.lock @@ -2123,7 +2123,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.84.0" +version = "0.84.1" source = { editable = "." } dependencies = [ { name = "aiosqlite" },