This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
ReleasePort's take
Moderate signalThe release renames Java `extends` edges to `inherits`, breaking existing queries that filter on `relation="extends"`. Update those queries accordingly.
Why it matters: Queries targeting Java `extends` relations will fail after upgrade; modify filters before deploying v0.8.18.
Summary
AI summaryJava extends edges renamed to inherits, requiring query updates.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | Medium |
Breaks Java `extends` edges; they are renamed to `inherits`. Update queries filtering on `relation="extends"` for Java nodes. Breaks Java `extends` edges; they are renamed to `inherits`. Update queries filtering on `relation="extends"` for Java nodes. Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Feature | Medium |
Adds constrained query expansion; Step 0 extracts actual graph vocab and forces LLM to pick tokens only from that set; fixes Unicode regex for Cyrillic/CJK labels. Adds constrained query expansion; Step 0 extracts actual graph vocab and forces LLM to pick tokens only from that set; fixes Unicode regex for Cyrillic/CJK labels. Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Feature | Medium |
Adds semantic context tags on `references` edges for Python/JS/TS/C#/Java. Adds semantic context tags on `references` edges for Python/JS/TS/C#/Java. Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Feature | Low |
Introduces constrained query expansion using actual graph vocab; fixes Unicode regex for Cyrillic/CJK labels. Introduces constrained query expansion using actual graph vocab; fixes Unicode regex for Cyrillic/CJK labels. Source: granite4.1:30b@2026-05-24-audit Confidence: low |
— |
| Bugfix | Medium |
Fixes `graphify export` collapsing to "Single community" when `.graphify_analysis.json` is absent. Fixes `graphify export` collapsing to "Single community" when `.graphify_analysis.json` is absent. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Fixes post-commit hook graph update after delete-only commits by bypassing shrink-guard. Fixes post-commit hook graph update after delete-only commits by bypassing shrink-guard. Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Bugfix | Medium |
Bypasses shrink-guard in post-commit hook when deletions are present. Bypasses shrink-guard in post-commit hook when deletions are present. Source: granite4.1:30b@2026-05-24-audit Confidence: low |
— |
Full changelog
Fixes & Features
- Fix: Post-commit hook updates graph after delete-only commits — shrink-guard now bypassed when changed paths include explicit deletions (#1000)
- Fix:
graphify exportno longer collapses to "Single community" when.graphify_analysis.jsonis absent — falls back to per-nodecommunityattribute ingraph.json(#1001) - Feat: Semantic context tags on
referencesedges for Python/JS/TS/C#/Java —parameter_type,return_type,generic_arg,attribute,field; C#/Java now splitinherits/implements(#996)- Breaking: Java
extendsedges renamed toinherits— update queries filtering onrelation="extends"for Java nodes
- Breaking: Java
- Feat: Constrained query expansion — Step 0 in skill extracts actual graph vocab and forces LLM to pick expansion tokens only from that set; Unicode regex fix captures Cyrillic/CJK labels (#998)
- Docs: Ukrainian README updated to v8 with all new sections, YC badge, 31 language count (#995)
Breaking Changes
- Java `extends` edges renamed to `inherits` — update queries filtering on `relation="extends"` for Java nodes
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About graphify
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, OpenClaw, Factory Droid, Trae). Turn any folder of code, docs, papers, images, videos, or YouTube links into a queryable knowledge graph
Related context
Related tools
Beta — feedback welcome: [email protected]