Skip to content

Commit 886b640

Browse files
doobidooclaude
andcommitted
chore: release v10.36.6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f17dfac commit 886b640

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
## [Unreleased]
1212

13+
## [10.36.6] - 2026-04-14
14+
15+
### Security
16+
17+
- **[#690] Bumped cryptography to 46.0.7**: Resolves CVE-2026-39892 (buffer overflow in non-contiguous buffer handling). (PR #690)
18+
1319
## [10.36.5] - 2026-04-14
1420

1521
### Fixed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Before merging or releasing:
4545

4646
MCP Memory Service is a semantic memory layer for AI applications, accessible via REST API and MCP transport. It provides persistent storage for 14+ AI clients including Claude Desktop, OpenCode, LangGraph, CrewAI, and any HTTP client. It uses vector embeddings for semantic search, supports multiple storage backends (SQLite-vec, Cloudflare, Hybrid), and includes advanced features like memory consolidation, quality scoring, and OAuth 2.1 team collaboration.
4747

48-
**Current Version:** v10.36.5 - fix: Cloudflare Vectorize API v1→v2 + test script fixes (PR #689, @mychaelgo) — 1,537 tests — see [CHANGELOG.md](CHANGELOG.md) for details
48+
**Current Version:** v10.36.6 - security: bump cryptography to 46.0.7 to fix CVE-2026-39892 (PR #690) — 1,537 tests — see [CHANGELOG.md](CHANGELOG.md) for details
4949

5050
> **🎯 v10.0.0 Milestone**: This major release represents a complete API consolidation - 34 tools unified into 12 with enhanced capabilities. All deprecated tools continue working with warnings until v11.0. See `docs/MIGRATION.md` for migration guide.
5151

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,18 +434,18 @@ Export memories from mcp-memory-service → Import to shodh-cloudflare → Sync
434434
---
435435

436436

437-
## Latest Release: **v10.36.5** (April 14, 2026)
437+
## Latest Release: **v10.36.6** (April 14, 2026)
438438

439-
**fix: Cloudflare Vectorize API v1 to v2 + test script fixes**
439+
**security: Bump cryptography to 46.0.7 (CVE-2026-39892)**
440440

441441
**What's Fixed:**
442-
- **Cloudflare Vectorize API v1 to v2**: Fixed error 1010 "incorrect_api_version" during Cloudflare resource setup by updating `setup_cloudflare_resources.py` to use the v2 API endpoint. (PR #689, @mychaelgo)
443-
- **Test script fixes**: Added required `content_hash` arg to `Memory()` and corrected `sys.path` in `test_cloudflare_backend.py`. (PR #689, @mychaelgo)
442+
- **CVE-2026-39892**: Bumped `cryptography` to 46.0.7 to fix a buffer overflow in non-contiguous buffer handling. (PR #690)
444443
- **1,537 tests** passing.
445444

446445
---
447446

448447
**Previous Releases**:
448+
- **v10.36.5** - fix: Cloudflare Vectorize API v1 to v2 + test script fixes — fixed error 1010 "incorrect_api_version", content_hash arg, sys.path correction (PR #689, @mychaelgo, 1,537 tests)
449449
- **v10.36.4** - fix(windows): hotfix for Get-McpApiKey returning first char instead of full API key — PowerShell array-enumeration trap fixed (PR #687, 1,537 tests)
450450
- **v10.36.3** - fix(dashboard): restore version badge after v10.21.0 security hardening — Settings modal version row fixed, `manage_service.ps1 status` shows real Version/Backend (PR #685, 1,537 tests)
451451
- **v10.36.2** - fix(windows): env-aware management scripts + reliable stdout logging — hardcoded URLs eliminated, Python stdout reliably captured, log rotation per restart (PR #682, 1,537 tests)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-memory-service"
7-
version = "10.36.5"
7+
version = "10.36.6"
88
description = "Semantic memory layer for AI applications. REST API + MCP transport + knowledge graph + autonomous consolidation. Works with 14+ AI clients. Self-host, zero cloud cost."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/mcp_memory_service/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for MCP Memory Service."""
22

3-
__version__ = "10.36.5"
3+
__version__ = "10.36.6"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)