5.8.0
·
12 commits
to v5
since this release
[5.8.0] - 2022-01-10
Added:
Config.ServiceEndpointsprovides a simpler way of setting custom service base URIs, if you are connecting to a LaunchDarkly Relay Proxy instance, a private LaunchDarkly instance, or a test fixture. Previously, this required setting aBaseURIproperty for each individual service (streaming, events, etc.). If using the Relay Proxy, simply remove anyBaseURIcalls in your SDK configuration and set theServiceEndpointsproperty toldcomponents.RelayProxyEndpoints(myRelayProxyUri)(useRelayProxyEndpointsWithoutEventsinstead if your Relay Proxy instance does not have event forwarding enabled).