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

Commit 424c7d5

Browse files
Releasing version 4.14.4
1 parent cd60e6d commit 424c7d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [4.14.4] - 2020-09-28
6+
### Fixed:
7+
- 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.
8+
- Bumped OkHttp version to 3.12.12 to avoid a crash on Java 8u252.
9+
- Removed an obsolete comment that said the `trackMetric` method was not yet supported by the LaunchDarkly service; it is.
10+
511
## [4.14.3] - 2020-09-03
612
### Fixed:
713
- 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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.14.3
1+
version=4.14.4
22
# The following empty ossrh properties are used by LaunchDarkly's internal integration testing framework
33
# and should not be needed for typical development purposes (including by third-party developers).
44
ossrhUsername=

0 commit comments

Comments
 (0)