bump: version 0.86.4 → 0.87.0

This commit is contained in:
github-actions[bot]
2026-05-17 07:35:15 +00:00
parent 92e405ccd4
commit fb3973ae0d
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -5,6 +5,18 @@ 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.87.0 (2026-05-17)
### Feat
- **storage**: pluggable database backend via DATABASE_URL (ADR-026)
### Fix
- **storage**: address PR #798 round-4 review (NOSONAR syntax + pg_advisory_lock + engine dispose + nits)
- **storage**: address PR #798 round-3 review (SonarQube + pool sizing + RETURNING test)
- **storage**: address PR #798 review feedback (credentials, asyncpg extra, TLS, pool)
## v0.86.4 (2026-05-16)
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.86.4"
version = "0.87.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"}
Generated
+1 -1
View File
@@ -2171,7 +2171,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.86.4"
version = "0.87.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },