Changelog
FixedAPI
Hardened search auth caching and CI gates
Search auth caching is bounded and CI gates catch regressions before merge.
Bounded the search auth cache and added CI gates that fail PR validation if the cache TTL or invalidation path regresses. Closes a class of issues that had been intermittently 401-ing the search surface.
searchauthcacheci
Commits7214aa2
Related changes
ChangedAPI
Bounded legacy auth fallback cache
Legacy auth fallback now caches negative results to avoid hammering the upstream identity provider.
ChangedAPI
Bounded public auth and trust timeout fallbacks
Public auth and trust requests now degrade to a fast structured fallback instead of hanging.
ChangedAPI
Stabilized route health and auth probes
Route health probes warm cold paths and short-circuit slow reads, keeping the public health surface green.