Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:50
· 82 commits to main since this release

Changes

  • chore: bump version to 0.4.0 (b9bd5be)
  • docs(deploy): add RFC 0011 and update deploy documentation (dab1773)
  • test(deploy): add integration tests and fixtures for client calls (13d9433)
  • feat(deploy): wire client resolution and orphan config checks into run_deploy (d8092df)
  • feat(deploy): implement two-phase client call resolution engine (c6d9876)
  • feat(deploy): add client call variant detection to scanner (ff2d67b)
  • chore(deploy): enforce deterministic pod and manifest ordering (6826b3a)
  • docs: add contributor guide (07a9ccd)
  • Merge pull request #33 from metacall/21-phase-4a-watch-mode-and-incremental-update-strategy (a99dec4)
  • docs: update ID type documentation in STRUCTURE.md (840478f)
  • refactor(model): optimize ID memory layout with NonZeroU32 niche optimization (beeb56e)
  • chore: bump MSRV to 1.94.0 (3ab75ee)
  • refactor(graph): stabilize flow edge normalization (3dd7bfb)
  • docs(language): mark Stale Python dataflow as implemented (6438482)
  • test(datagraph): add integration test suite, benchmarks, and spec docs (7df7e37)
  • feat(cli): add --datagraph flag and feature-gate dataflow module (d3b0615)
  • feat(output): add GraphOutput schema v1, Cytoscape renderer, and JsonSink (3e478a2)
  • Update TODO.md (44f2f7d)
  • refactor: consolidate tree metrics, add call_sites (0cfa02f)
  • refactor(deploy): reuse pipeline extractions for call sites (ea85a8e)
  • chore(deps): bump tree-sitter, clap, rayon, syn, libc, insta (d39e8ee)
  • feat(language): implement Rust and Python intra-procedural dataflow extraction (9718bd4)
  • chore: expand TODO.md with new engineering tasks (a1ac7e6)
  • refactor(graph): improve scope and edge resolution accuracy (cce865a)
  • feat(graph): extend CodeGraph and builder with data nodes and flow edges (95a0bc3)
  • feat(model): add DataNode, FlowEdge, and DataNodeId primitives (c35f357)
  • docs: update README installation and usage sections (339623f)