github launchdarkly/java-server-sdk 4.8.1

latest releases: 7.4.1, 7.4.0, 7.3.0...
4 years ago

[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() and LDConfig.Builder.proxyAuthenticator(). (#172)
  • The SDK was creating an unused OkHttpClient instance as part of the static LDConfig instance used by the LDClient(String) constructor. This has been removed.
  • Passing a null sdkKey or config to the LDClient constructors would always throw a NullPointerException, but it did not have a descriptive message. These exceptions now explain which parameter was null.

Don't miss a new java-server-sdk release

NewReleases is sending notifications on new releases.