Changelog

What’s new in Buildpathio

Every improvement to your dependency analysis workflow, documented.

Subscribe to RSS feed
2026-05
v0.9.4
Feature
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
2026-03
v0.9.1
Feature
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
2026-01
v0.8.7
Improvement
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
2025-11
v0.8.2
Feature
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
2025-08
v0.7.5
Improvement
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
2025-04
v0.6.0
Feature
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
2024-11
v0.5.0
Feature
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
2023-12
v0.1.0
Feature
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