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) tomanage_service.ps1 - PowerShell 5.1: Uses
ICertificatePolicy(.NET Framework) - PowerShell 7+: Uses
-SkipCertificateCheckparameter onInvoke-WebRequest - Fixes error:
CS0246: The type or namespace name 'ICertificatePolicy' could not be found - Completes Windows PowerShell 7+ support across all service management scripts
- Extends previous fix from
📦 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)".