This repository has been archived by the owner on May 30, 2024. It is now read-only.
4.8.1
[4.8.1] - 2019-10-17
Fixed:
- The NewRelic integration was broken when using the default uberjar distribution, because the SDK was calling
Class.forName()
for a class name that was accidentally transformed by the Shadow plugin for Gradle. (#171) - Streaming connections were not using the proxy settings specified by
LDConfig.Builder.proxy()
andLDConfig.Builder.proxyAuthenticator()
. (#172) - The SDK was creating an unused
OkHttpClient
instance as part of the staticLDConfig
instance used by theLDClient(String)
constructor. This has been removed. - Passing a null
sdkKey
orconfig
to theLDClient
constructors would always throw aNullPointerException
, but it did not have a descriptive message. These exceptions now explain which parameter was null.