Skip to content

v1.11.21

Choose a tag to compare

@github-actions github-actions released this 13 Jul 02:01
· 564 commits to main since this release

v1.11.21

fix(scan): expand Go method sets through embedded interfaces — Go interface satisfaction now closes method sets over embedded interfaces on both sides. Composite interfaces (built from embedded interfaces) gain their real implementors; small-direct-set interfaces stop over-matching. Composition conventions wording is now kind-aware for interface embedding.

⚠ After upgrading, run one full sense scan in each indexed Go repo. Satisfaction edges rebuild only on a full rescan; incremental updates would mix old and new resolution semantics.