5.64.1
(fix): Fix GraphQL namespace types (e.g. Inventory, Geography) being excluded from the
type registry and missing parent operations for query pages. Namespace types are
now registered so their fields render correctly on landing pages.
5.64.0
(fix): Fix proto target path resolution when using remote git sources. Previously the target
was resolved relative to the workspace instead of the cloned repository, causing
“file missing” errors.
(feat): Support commit SHA references in git source ref field. Previously only branch names
and tags were supported; commit SHAs now work via fetch+checkout.