Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

4.14.4

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 28 Sep 22:48

[4.14.4] - 2020-09-28

Fixed:

  • Restored compatibility with Java 7. A transitive dependency that required Java 8 had accidentally been included, and the CI build did not detect this because the tests were being run in Java 8 even though the compiler target was 7. CI builds now verify that the SDK really can run in Java 7. This fix is only for 4.x; the 5.x SDK still does not support Java 7.
  • Bumped OkHttp version to 3.12.12 to avoid a crash on Java 8u252.
  • Removed an obsolete comment that said the trackMetric method was not yet supported by the LaunchDarkly service; it is.