Skip to content

1.0.4

Compare
Choose a tag to compare
@jcox250 jcox250 released this 18 Dec 12:43
· 2 commits to main since this release
8b96602

If the Proxy can't reach redis it now returns a 500 status code for requests to its auth endpoint instead of a 401. This fixes an issue that could occur where the redis cache may be temporarily unavailable when a new SDK tries to connect to the Proxy. The Proxy would then return a 401 and in this scenario some SDKs wouldn't attempt to re-authenticate again. All SDKs attempt to re-authenticate if they get a 5xx response so if this scenario occurs again the SDKs should attempt to re-authenticate rather than staying in a stuck state where they can't connect to the Proxy.

What's Changed

Full Changelog: 1.0.3...1.0.4