Release date: 2026-04-26
CogniRelay v1.4.2 is a focused patch release for two post-v1.4.1 fixes: durable audit redaction for context retrieval and shipped-doc rendering in the operator UI documentation browser.
context.retrieve audit events no longer persist raw task text or task-text
prefixes in durable logs/api_audit.jsonl rows.task_hash and
task_length_bytes metadata while preserving result counts and loaded
continuity selectors./ui/docs now reads the allowlisted documentation shipped with the running
application checkout instead of looking for those files in the configured
data repository.POST /v1/context/retrieve request or response shape changed.context_retrieve changed intentionally:
detail.task was removed and replaced by safe hash/length metadata.GET /v1/capabilities version field remains the capability schema
version ("1").Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app tests tools
./.venv/bin/python -m unittest discover -s tests -v