github doobidoo/mcp-memory-service v10.1.2
v10.1.2 - Windows PowerShell 7+ Service Management Fix

latest releases: v10.49.0, v10.48.0, v10.47.2...
3 months ago

Windows PowerShell 7+ Service Management Fix

This patch release completes Windows PowerShell 7+ support across all service management scripts.

🪟 Fixed

  • Windows Service Management Fix: Extended PowerShell 7+ SSL compatibility to manage_service.ps1
    • Extends previous fix from update_and_restart.ps1 (v10.1.1) to manage_service.ps1
    • PowerShell 5.1: Uses ICertificatePolicy (.NET Framework)
    • PowerShell 7+: Uses -SkipCertificateCheck parameter on Invoke-WebRequest
    • Fixes error: CS0246: The type or namespace name 'ICertificatePolicy' could not be found
    • Completes Windows PowerShell 7+ support across all service management scripts

📦 Installation

pip install --upgrade mcp-memory-service

🔗 Related Changes

  • PR #383: Fix Windows PowerShell 7+ SSL compatibility in update_and_restart.ps1
  • PR #384: Adopt Release Branch Workflow for version management
  • PR #385: Release v10.1.2

📄 Full Changelog

See CHANGELOG.md for complete details.


Note: PyPI publishing is handled automatically by GitHub Actions workflow "Publish and Test (Tags)".

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.