This release fixes issues for SREs watching stability and regressions.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-agents
aider
anthropic
autonomous
ci-cd
claude
+13 more
cline
code-review
devops
gemini
github-action
github-issues
loki-mode
multi-agent
openai-codex
openapi
pull-request-review
sdlc
spec-driven-development
Summary
AI summaryFixed test‑isolation pollution that caused the release gate to fail and stranded releases v7.59.0/.1.
Full changelog
Fix: release gate broken by test-isolation pollution (v7.59.0/.1 stranded)
- tests/dashboard/test_control_app_auth.py (added in v7.59.0) called
importlib.reload(dashboard.auth), which rebinds auth.get_current_token to a
new function object. FastAPI dependency_overrides are keyed by callable
identity, so after the reload all 20 tenant-isolation tests overrode a stale
callable and hit real auth (401) instead of the tenant check (403), failing
the full-suite Release gate (v7.59.0 and v7.59.1 tags stranded; npm stuck at
7.58.1). Fixed by running the enterprise-auth assertions in subprocesses so
the parent interpreter never reloads dashboard modules. Full pytest tree now
1167 passed, 0 failed (verified locally, the exact release-gate command).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Loki Mode
Multi-agent autonomous SDLC framework. Spec to deployed app. PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief. 5 AI providers, 11 quality gates.
Related context
Related tools
Beta — feedback welcome: [email protected]