Skip to content

v4.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:53
1a7aae7

Changelog

  • 5852e72 feat(context): Resolve bounded lexical file mentions (#167)
  • 77c6ced feat(scanner): skip testdata directories by default, but never the root (#179)
  • d570dc7 feat(topology): Map JVM projects (#165)
  • d6cb38d feat(topology): Map SwiftPM targets (#163)
  • 413e25f feat(topology): Map modern Python projects (#162)
  • f9ed58d feat(watch): Publish fresh graph state (#164)
  • a4b071e feat: codemap collide, rank open PRs by shared-file merge-order hazard (#180)
  • c02e15a fix(coverage): stop claiming complete coverage on symbol-level languages (#174)
  • d65a0f7 fix(importers): Canonicalize absolute importer paths (#161)
  • ced2e72 fix(scanner): Resolve Python relative imports (#181)
  • 1a7aae7 fix(scanner): Resolve TypeScript ESM specifiers that name emitted files (#182)
  • 952572a fix(scanner): match JS imports structurally instead of by quote style (#176)
  • 4fc5412 fix(scanner): resolve tsconfig alias targets written as "./*" (#175)
  • 3d9675a fix(scanner): sort importers and hubs so identical scans give identical answers (#178)
  • b713d5f fix(topology): Don't let non-applicable providers force partial coverage (#166)
  • aa4ca0e fix(watch): Validate cached graph provenance (#168)
  • e4c9fec fix(watch): treat an unparseable readiness file as not-ready-yet (#177)
  • 1c02105 perf(context): Optimize subsystem prefix routing (#169)
  • 8cda6ae perf(watch): Build dependency graphs off the event loop (#170)
  • 49f9ed6 perf: Bound repository analysis hot paths (#171)