Skip to content

RGJorge/containerflow

v0.1.10 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

bun containerflow containers web devops docker
+4 more
monitoring react self-hosted typescript

Summary

AI summary

Server now sends incremental graph diffs over WebSocket, reducing data transmission.

Changes in this release

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

Track RGJorge/containerflow

Get notified when new releases ship.

Sign up free

About RGJorge/containerflow

All releases →

Related context

Earlier breaking changes

  • v0.1.4 `docker-compose.yml` now uses prebuilt image by default (was: `build: .`).

Beta — feedback welcome: [email protected]