$npx -y @buildinternet/releases show rel_NZhMRZwWgSp_2zzXzdO_8
[5.6.0] - 2019-08-02
Added:
You can now specify a proxy server URL in the configuration file, or in a Docker environment variable.
Also, Relay now respects the standard Go environment variables HTTP_PROXY and HTTPS_PROXY.
You may specify additional CA certificates for outgoing HTTPS connections.
Relay now supports proxy servers that use NTLM authentication.
You may specify a Redis password, or turn on TLS for Redis, without modifying the Redis URL.
See README.md for details on configuring all of the above features.
Changed:
Extracted Config structs so that they could be configured programmatically when Relay is used as a library. (Thanks, mightyguava!)
Fixed:
The endpoints used by the client-side JavaScript SDKs were incorrectly returning all flags, rather than only the flags with the "client-side" property (as the regular LaunchDarkly service does). (#63)