Skip to content

Commit 594728e

Browse files
chore(main): release launchdarkly-java-server-sdk 7.14.0
1 parent 90f14f1 commit 594728e

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"lib/shared/common": "2.4.0",
55
"lib/shared/internal": "1.9.0",
66
"lib/shared/test-helpers": "2.1.0",
7-
"lib/sdk/server": "7.13.4"
7+
"lib/sdk/server": "7.14.0"
88
}

lib/sdk/server/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [7.14.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.13.4...launchdarkly-java-server-sdk-7.14.0) (2026-05-28)
6+
7+
8+
### Features
9+
10+
* add X-LaunchDarkly-Instance-Id header (SDK-2356) ([#162](https://github.com/launchdarkly/java-core/issues/162)) ([a363777](https://github.com/launchdarkly/java-core/commit/a363777b45b550ec89cc7f2eca67f9b0681e1590))
11+
* Drop persistent-store cache after FDv2 in-memory store init ([#167](https://github.com/launchdarkly/java-core/issues/167)) ([90f14f1](https://github.com/launchdarkly/java-core/commit/90f14f1f4f5bdb5d6bdcf4ed290f451c5ffda183))
12+
13+
14+
### Bug Fixes
15+
16+
* honor FDv1 fallback directive during initializer phase ([#158](https://github.com/launchdarkly/java-core/issues/158)) ([b0a3957](https://github.com/launchdarkly/java-core/commit/b0a3957afa481c9938684f22c521965e616f2785))
17+
518
## [7.13.4](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.13.3...launchdarkly-java-server-sdk-7.13.4) (2026-04-24)
619

720

lib/sdk/server/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=7.13.4
2+
version=7.14.0
33
#x-release-please-end
44

55
# See https://github.com/gradle/gradle/issues/11308 regarding the following property

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ private Version() {}
55

66
// This constant is updated automatically by our Gradle script during a release, if the project version has changed
77
// x-release-please-start-version
8-
static final String SDK_VERSION = "7.13.4";
8+
static final String SDK_VERSION = "7.14.0";
99
// x-release-please-end
1010
}

0 commit comments

Comments
 (0)