Skip to content

v0.0.4 — Cache retrieval fix + full value retrieval

Latest

Choose a tag to compare

@l4b4r4b4b4 l4b4r4b4b4 released this 02 Apr 07:27
4bd141d

What's Changed

Bug Fix

  • max_size was accepted but ignored in get_cached_result — now properly forwarded to the cache backend

New Feature

  • full=True parameter on get_cached_result — bypasses preview truncation and returns the complete cached value

Dependencies

  • mcp-refcache floor raised to >=0.2.1
  • Dependency refresh (fastmcp 3.x, langfuse 4.x)

Infrastructure

  • Simplified Docker to single multi-stage build (removed base image)
  • Fixed release workflow 403 on GHCR push

Tests

  • 7 new regression tests (413 total, all passing)

Security

  • pip-audit via uv run for accurate lockfile auditing
  • Accepted exception: CVE-2026-25990 (Pillow, pinned by langchain-nomic)

Full Changelog: v0.0.3...v0.0.4