Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Mar 17:30
2e345b5

0.2.0 (2026-03-17)

Features

  • add git log parser and contributor statistics (0294005)
  • add pub.dev and Packagist registry crawlers (98a53f0)
  • add pub.dev and Packagist registry crawlers (2a96bf3)
  • alembic: switch to multiple bases with procrastinate init (84e1db8)
  • db: apply new revisions during container startup (bae1000)
  • db: create the initial db schema (88514f9)
  • db: implement the two-level data model in sqlalchemy (0f0b751)
  • db: persist submitted sboms (c7f618d)
  • deps.dev: generate gRPC client from proto (a0e5673)
  • gitlog: add git log parser with bot-aware contributor stats (66bedb3)
  • procrastinate: recover stale queue state (f1f5182)
  • procrastinate: setup and define bootstrap tasks and workers (f330ea5)
  • procrastinate: worker environment for the bootstrap tasks (70123eb)
  • SBOM: add list and detail endpoints (4b0d824)
  • SBOM: store raw submissions in filesystem for local dev (9877a41)

Bug Fixes

  • ci: align pre-commit ruff to v0.15.2; accept PEP 758 bracketless except (99069bf)
  • config: strip any query params for sqlalchemy (ac3bf11)
  • db: deduplicate multiple pinned versions (968f7bc)
  • db: remove the reserved pg_ prefix (244a309)
  • deps.dev: regenerate a native async client (de8192c)
  • deps.dev: replace asyncio wrappers with per-call stub + channel (67133ea)
  • gitlog: filter remaining bots and minor/style improvements (4a9268b)
  • print details for OIDC audience mismatch (cf135f0)
  • procrastinate: improve handoff from crawl_github_repo to crawl_package_deps: (a3cfe84)
  • test: cannot assume env db url format; pubdev now gives download count (76b91f9)
  • unwrap github sbom envelope (626a118)
  • use last-30-day downloads for adoption_downloads per spec (bdf98c1)

Dependencies

  • CI: update used actions (9934c42)
  • procrastinate: add dependencies for the bootstrap pipeline (bd57d3a)

Documentation