Changelog
What’s new in Buildpathio
Every improvement to your dependency analysis workflow, documented.
Private graph deployment for Enterprise
- Enterprise customers can now deploy the graph engine in their own VPC — no outbound traffic for source code or graph data
- Kubernetes helm chart published for self-hosted deployment
- Air-gapped installation guide added to docs
- Private deployment uses the same API surface as cloud; zero code changes required
Service mesh telemetry integration (Istio + Linkerd)
- Runtime call graphs from Istio and Linkerd now feed into the dependency map as a third data source
- Edges now display call frequency (calls/hour) as edge weight
- Graph accuracy improved ~23% on average for teams with service mesh enabled
Multi-repo graph stitching now in Team tier
- Graphs from multiple repos are now stitched into a single unified view on Team plans
- Cross-repo edges shown with dashed styling to indicate boundary crossing
- Blast radius calculation now crosses repo boundaries correctly
CLI: buildpath check and override commands
- New
buildpath check --pr <id>command for local risk evaluation before pushing - Senior engineer override flow:
buildpath override --pr <id> --reason "..." - Override audit log viewable in web dashboard
- CLI installable via npm, brew, or direct binary download
Risk score latency: 4 min → under 2 min average
- Incremental graph scanning now reuses cached subgraphs for unchanged services
- Parallel edge resolution reduces wall-clock time by ~55% for repos with 20+ services
- P99 scan time for 50-service monorepo now 118 seconds
Datadog and Prometheus observability integration
- Risk score and blast radius metrics now exported to Datadog and Prometheus
- Pre-built Grafana dashboard template available in docs
- Alert on risk score spike without leaving your existing alerting stack
GitLab and Bitbucket support
- Native GitLab CI integration: risk score appears as GitLab merge request check
- Bitbucket Pipelines integration with inline check widget
- Unified webhook API works across GitHub, GitLab, and Bitbucket simultaneously
Public launch: GitHub App + risk scoring
- First public release — GitHub App with dependency graph scanning and risk score PR check
- Starter (free) and Team tiers available
- Support for Node.js, Python, Go, and Java service repositories
- Slack notification integration