This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+1 more
Affected surfaces
ReleasePort's take
Light signalThe `/healthz` health‑check alias was removed; only `GET /health` now works. Stateless MCP HTTP rendering no longer cancels request bodies and returns a proven SVG response.
Why it matters: If automation targets `/healthz`, requests will fail after upgrade to v3.8.1; adjust monitoring to use the new `GET /health` endpoint.
Summary
AI summaryRemoved deprecated MCP HTTP /healthz endpoint and fixed stateless rendering cancellation.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
Removed `/healthz` alias; only `GET /health` is supported for health checks. Removed `/healthz` alias; only `GET /health` is supported for health checks. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Bugfix | Medium |
Stateless MCP HTTP rendering no longer cancels request body; createChart returns status: "render-proven" with SVG and evidence. Stateless MCP HTTP rendering no longer cancels request body; createChart returns status: "render-proven" with SVG and evidence. Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
Fixed
- Stateless MCP HTTP rendering. A normally completed request body no longer
cancels render work; hostedcreateChartrendering is verified to return
status: "render-proven"with SVG and render evidence.
Changed
- MCP HTTP health endpoint.
GET /healthis the supported health and
deployment-identity endpoint; the unnecessary/healthzalias was removed. - Hosted release channels. Nightly continues to validate
main; stable
deployments remain separately release-pinned to the published npm package.
Breaking Changes
- Removed deprecated `/healthz` alias; only `GET /health` is supported as the health and deployment‑identity endpoint.
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 nteract/semiotic
React data visualization MCP server with 30+ chart types. 5 tools: suggest charts for a dataset, render validated React configs to SVG, diagnose configuration anti-patterns, get component schemas, and report issues.
Related context
Related tools
Earlier breaking changes
Beta — feedback welcome: [email protected]