Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:02
· 38 commits to main since this release
v1.0.1

Changed

  • 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).