Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:18
81bf7f6

Changelog

Features

Bug Fixes

  • c88a83b: fix(prefetch): close review findings on the prefetch/memo/scan-cache layers (@vladtara)
  • a7750b3: fix(prefetch): stop narrow-to-zero prefetch and singleflight-protect Fresh (@vladtara)

Others

  • 509c7f4: build(deps): bump github.com/alecthomas/kong in the go-minor-patch group (@dependabot[bot])
  • 39a6059: perf(app): prefetch distinct lock sources in parallel before install loop (@vladtara)
  • 06da2d0: perf(app): resolve each source once per run via memoized git runner (@vladtara)
  • 5e85ce7: perf(git): add context-scoped memoizing runner with singleflight (@vladtara)
  • d2c560e: perf(installer): memoize repo scans per commit across installer instances (@vladtara)
  • c6b6213: test(app): add fresh-clone install benchmark and lock-dedup test helpers (@vladtara)
  • d48d60e: test(testutil): add counting git runner for round-trip assertions (@vladtara)