Release history

Changelog

What we shipped, when we shipped it, and what it means for your scans.

  1. 0.9.2 — Go modules support

    • Full go.mod and go.sum parsing
    • Transitive graph resolution for Go module proxies
    • Compatible with standard and replace directives
  2. 0.9.1 — License detection improvements

    • Fixed false-positive AGPL detection in packages using dual-license SPDX expressions
    • Improved parsing of non-standard LICENSE file formats
  3. 0.9.0 — PR annotation support for Bitbucket

    • Bitbucket Cloud webhook integration
    • Inline diff annotations match GitHub/GitLab annotation format
    • Works with Bitbucket Pipelines and standalone CI
  4. 0.8.5 — Configuration schema v2

    • depswright.yml now requires schema_version: 2
    • policy.license block replaces legacy allowed_licenses array
    • Migration guide at docs/configuration
  5. 0.8.0 — Maintainer health scoring

    • Per-package health score (0–100) based on commit cadence, issue response, contributor count
    • Configurable alert threshold per policy
    • Score displayed in PR annotations and dashboard