PipelineX v1.4.0
PipelineX v1.4.0
PipelineX v1.4.0 advances the Phase 3 platform backlog with richer dashboard intelligence and weekly team reporting.
Added
- Interactive DAG explorer (D3) in the dashboard:
- Visual graph of critical-path jobs and bottleneck categories
- Drag/zoom exploration for faster triage
- Trend analysis charts in the dashboard:
- Duration trend over snapshot history
- Failure-rate trend over snapshot history
- Cost-per-run trend derived from duration and labor-rate assumptions
- Weekly digest reporting API:
GET /api/digest/weeklyto generate digest summariesPOST /api/digest/weeklyto generate and optionally deliver digests- Optional delivery channels:
- Slack incoming webhook
- Microsoft Teams incoming webhook
- Email outbox queue (
.pipelinex/digest-email-outbox.jsonl)
Documentation and Roadmap
- Updated
pipelinex-project.mdto mark completed Phase 3 backlog items:- Interactive DAG visualization
- Trend analysis charts
- Slack/Teams/email weekly digest reports
- Updated dashboard docs and project status summaries.
Validation
cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningscargo test --allcd dashboard && npm run lintcd dashboard && npm run build
Install / Upgrade
cargo install pipelinex-cli --forceArtifact
This release includes a Linux x86_64 CLI artifact:
pipelinex-v1.4.0-linux-x86_64.tar.gz