Changelog
ChangedAPI
Stabilized route health and auth probes
Route health probes warm cold paths and short-circuit slow reads, keeping the public health surface green.
Route health probes now warm cold state routes, short-circuit slow reads, and stabilize the auth-gate path. /api/health stays green during cold-start cycles and Render sleeps without misreporting public-surface status.
healthauthroutes
Related changes
ChangedAPI
Bounded public auth and trust timeout fallbacks
Public auth and trust requests now degrade to a fast structured fallback instead of hanging.
ChangedAPI
Bounded legacy auth fallback cache
Legacy auth fallback now caches negative results to avoid hammering the upstream identity provider.
FixedAPI
Hardened search auth caching and CI gates
Search auth caching is bounded and CI gates catch regressions before merge.