You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidated the two internal in-memory token-cache implementations behind one canonical cache.
This removes duplicate expiry and concurrency logic without changing the public API or token
lifetime behavior (#100).
Fixed
DashboardPublishGate.InspectAll now reports each MarkerHit.DatasetIndex as the zero-based
index of the dataset that produced it. Inspect retains its existing public signature and
continues to report index 0 (#101).