Changelog
AddedAPI
Legacy API proxy mode
Opt-in legacy API proxy mode for safer migration off the previous host.
Added an opt-in proxy mode that routes legacy clients through the v1 API host, returning canonical CribScore responses while logging the legacy call shape for migration analysis.
proxylegacy
Commits465569e
Related changes
ChangedAPI
Hardened legacy API proxy transport
Legacy API proxy mode now retries transient transport errors before falling back to cached responses.
ChangedAPI
Bounded legacy auth fallback cache
Legacy auth fallback now caches negative results to avoid hammering the upstream identity provider.
ChangedAPI
Bounded public facility and decision write latency
Public facility and decision writes are now bounded with a structured timeout fallback.