CogniRelay

CogniRelay v1.4.9 Release Notes

Release date: 2026-04-27

CogniRelay v1.4.9 adds the packaging and publication surfaces needed for a first PyPI and MCP Registry release, while preserving the existing source checkout deployment path.

Added

Changed

Security And Privacy

Notes

Verification

Release preparation should pass:

git diff --check
./.venv/bin/python -m ruff check app tests tools agent-assets
./.venv/bin/python -m unittest discover -s tests -v
./.venv/bin/python tools/validate_server_json.py
./.venv/bin/python -m build
./.venv/bin/python -m twine check dist/*