This release includes 2 security fixes for security teams reviewing exposed deployments.
Topics
+14 more
Affected surfaces
ReleasePort's take
Moderate signalpillow was upgraded to 12.3.0, resolving eight published security advisories (PYSEC‑2026‑2253 – 2257 and 3451 – 3453).
Why it matters: Clears all active pillow vulnerabilities; upgrade to 12.3.0 eliminates CVE risk.
Summary
AI summaryStateless MCP call identity and provider-side context mutation recording improve audit reliability.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Security | High |
pillow upgraded to 12.3.0, clearing eight published advisories (PYSEC-2026-2253‑2257, 3451‑3453). pillow upgraded to 12.3.0, clearing eight published advisories (PYSEC-2026-2253‑2257, 3451‑3453). Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Breaking | High |
MCP client, transport, and gateway become stateless; calls carry content‑derived trace IDs in _meta. MCP client, transport, and gateway become stateless; calls carry content‑derived trace IDs in _meta. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Medium |
Replay now records provider‑side context mutations as content‑addressed chain entries. Replay now records provider‑side context mutations as content‑addressed chain entries. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Bugfix | Medium |
CI workflow topology report self‑heals on main after workflow‑editing merges, removing transient red status. CI workflow topology report self‑heals on main after workflow‑editing merges, removing transient red status. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Bugfix | Medium |
Weekly CI digest counts only real failures, excluding cancelled or superseded runs, and keeps a single rolling issue. Weekly CI digest counts only real failures, excluding cancelled or superseded runs, and keeps a single rolling issue. Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
v3.5.0
Released 2026-07-16.
A feature release that hardens the two guarantees the orchestrator is built on: audit identity that survives protocol change, and replay that notices when a provider rewrites what the model saw. Plus a security dependency bump and a round of CI reliability work.
MCP: stateless, chain-anchored call identity (#2506)
The MCP client, remote transport, and gateway no longer depend on protocol sessions. Every call carries content-derived trace and span ids in _meta, input-required retries resume from an echoed request state on any server instance, and each served or proxied call is recorded as an mcp.stateless_call entry bound to the audit-chain head. In practice:
- A tool-call sequence completes correctly even when consecutive requests land on different transport instances with no shared memory.
bernstein audit verifyreconstructs the full MCP call ordering of a run from chain entries alone, and tampering with any single entry fails verification at exactly that entry.- Legacy clients that still send a session header keep working through a compatibility shim with an explicit removal window.
This also sweeps deprecated protocol surfaces (Roots, Sampling, Logging advertisement) behind the same shim, ahead of the upcoming MCP specification revision.
Replay: provider-side context mutations are now recorded (#2507)
Byte-identical replay assumed context-as-sent equals context-as-consumed. Providers can now mutate context server side (context compaction and similar opaque state), so the journal records every such mutation as a content-addressed chain entry:
- Deterministic runs request suppression and fail loudly if a mutation arrives anyway.
- Replay flags an unrecorded mutation as divergence at the exact step, instead of drifting silently.
- Two replays of a run with recorded mutations produce byte-identical journal heads.
Security
- pillow raised to 12.3.0, clearing eight published advisories (PYSEC-2026-2253 through 2257, 3451 through 3453). (#2498)
- Code-scanning findings addressed: unique salt derivation, cookie security flags, workflow hardening. (#2495)
- SonarQube SARIF export scoped to security-relevant findings so the Security tab stays signal-only. (#2501)
CI reliability
- The workflow topology report now self-heals on main after workflow-editing merges, removing a recurring transient red. (#2531)
- The weekly CI digest counts real failures only (cancelled, superseded runs excluded) and keeps a single rolling issue. (#2496)
- Observability snapshots collect from all backends again, and metric regressions now page instead of rotting in a file. (#2502)
- The aider adapter conformance probe no longer misreads a broken help probe as full flag drift. (#2497)
- CodeQL analyses on main are no longer cancelled mid-run. (#2477)
Community
- The web UI overview docs now match the shipped seven-route surface. Thanks @Om-Rohilla. (#2505)
- The web UI tracking issue (#1262) carries a prioritized contributor roadmap with good first picks.
Housekeeping
Dependency digest updates via Renovate, coverage-report retention extended to 14 days, GlitchTip regression cases imported into the eval corpus, adapter last-green table refreshed from canary receipts.
Full Changelog: https://github.com/sipyourdrink-ltd/bernstein/compare/v3.4.4...v3.5.0
Security Fixes
- Dependency `pillow` upgraded to 12.3.0, clearing advisories PYSEC-2026-2253 through 2257 and 3451 through 3453.
- Addressed code‑scanning findings: unique salt derivation, cookie security flags, workflow hardening.
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 chernistry/bernstein
Deterministic multi-agent orchestrator for 18 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, OpenAI Agents SDK, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. ~11K monthly PyPI downloads, Apache 2.0.
Related context
Related tools
Beta — feedback welcome: [email protected]