Skip to content

v1.11.25

Choose a tag to compare

@github-actions github-actions released this 14 Jul 09:23

Upgrade note

This release removes the 500K interfaces×structs budget that silently disabled Go implicit interface satisfaction on large repos. Big Go codebases (dolt-, vitess-, teleport-class) now get their inherited_by/satisfaction edges: candidates are pruned by a rarest-method index, so the full pass costs about a second even on the largest repos. Other languages are unaffected.

Run one full sense scan in each indexed Go repo after upgrading — a plain scan is enough, no -rebuild needed. The satisfaction pass recomputes on every scan, so the first scan heals the index; until then sense status shows a degraded advisory ("index predates unbudgeted interface satisfaction").