github safishamsi/graphify v0.8.14
0.8.14

3 hours ago

What's fixed

  • Wiki crash on stale node IDsto_wiki() no longer crashes with TypeError when community node IDs are stale after dedup or re-extract. Stale IDs are silently dropped with a stderr warning; raises a clear error only if every ID is stale (#936)
  • .gitignore fallback — when no .graphifyignore exists, .gitignore patterns are now honoured. .graphifyignore still takes precedence when both are present (#945)
  • --exclude flag — new CLI flag to pass extra gitignore-style exclusion patterns at runtime without modifying .graphifyignore (#947)
  • .worktrees/ skipped — git worktree sibling checkouts inside .worktrees/ are no longer indexed as duplicate source (#947)
  • NAT64 SSRF false-positive fixed — hosts like arxiv.org on IPv6-only networks that resolve via RFC 6052 NAT64 (64:ff9b::/96) were incorrectly blocked as reserved IPs

Upgrade

uv tool upgrade graphifyy
# or
pip install --upgrade graphifyy

Don't miss a new graphify release

NewReleases is sending notifications on new releases.