This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryServer now sends incremental graph diffs over WebSocket, reducing data transmission.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
Sends only changed graph data over WebSocket per poll cycle. Sends only changed graph data over WebSocket per poll cycle. Source: llm_adapter@2026-05-30 Confidence: high |
— |
| Performance | Medium |
New clients receive a cached snapshot, avoiding extra Docker API calls on connection. New clients receive a cached snapshot, avoiding extra Docker API calls on connection. Source: llm_adapter@2026-05-30 Confidence: high |
— |
| Performance | Medium |
Reduces CPU usage on the Docker daemon by minimizing full-state serializations. Reduces CPU usage on the Docker daemon by minimizing full-state serializations. Source: llm_adapter@2026-05-30 Confidence: high |
— |
Full changelog
Incremental graph diffs over WebSocket
The server now computes and sends only what changed each poll cycle instead of broadcasting the full service list every time. In steady state (no topology change) zero graph data is sent. When a single container changes state, only that service is transmitted.
Faster new-client connection
New clients receive a snapshot from server cache instead of triggering extra Docker API calls — relevant in setups with many containers.
Reduced CPU on the Docker daemon
Fewer full-state serializations means less work for both ContainerFlow and the Docker daemon at scale.
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 RGJorge/containerflow
All releases →Beta — feedback welcome: [email protected]