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

Commit 7f1d8c8

Browse files
committed
Merge branch '4.x'
# Conflicts: # CHANGELOG.md # build.gradle # gradle.properties # src/main/java/com/launchdarkly/client/value/LDValue.java # src/main/java/com/launchdarkly/sdk/server/interfaces/LDClientInterface.java # src/test/java/com/launchdarkly/client/LDUserTest.java # src/test/java/com/launchdarkly/client/value/LDValueTest.java
2 parents 136eb1b + 72ac981 commit 7f1d8c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ This is a major rewrite that introduces a cleaner API design, adds new features,
8787
- The Redis integration is no longer built into the main SDK library. See: https://github.com/launchdarkly/java-server-sdk-redis
8888
- The deprecated New Relic integration has been removed.
8989

90+
## [4.14.4] - 2020-09-28
91+
### Fixed:
92+
- 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.
93+
- Bumped OkHttp version to 3.12.12 to avoid a crash on Java 8u252.
94+
- Removed an obsolete comment that said the `trackMetric` method was not yet supported by the LaunchDarkly service; it is.
95+
9096
## [4.14.3] - 2020-09-03
9197
### Fixed:
9298
- Bump SnakeYAML from 1.19 to 1.26 to address CVE-2017-18640. The SDK only parses YAML if the application has configured the SDK with a flag data file, so it's unlikely this CVE would affect SDK usage as it would require configuration and access to a local file.

0 commit comments

Comments
 (0)