Skip to content

Commit bfde41d

Browse files
chore(main): release launchdarkly-java-server-sdk 7.11.0 (#132)
🤖 I have created a release *beep* *boop* --- ## [7.11.0](launchdarkly-java-server-sdk-7.10.2...launchdarkly-java-server-sdk-7.11.0) (2026-02-04) ### Features * **experimental:** Release EAP support for FDv2 data system. ([6d7000b](6d7000b)) ### Bug Fixes * Fix an issue that would prevent using FileData with `autoReload(true)` for a file in the current working directory. ([b50f684](b50f684)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily a version/metadata release bump; no functional code changes beyond updating the reported SDK version string. > > **Overview** > Bumps `launchdarkly-java-server-sdk` to **7.11.0** by updating release metadata, build version (`gradle.properties`), and the runtime `Version.SDK_VERSION` constant. > > Updates `CHANGELOG.md` with the 7.11.0 release notes, including an *experimental* FDv2 data system EAP support release and a FileData `autoReload(true)` working-directory bug fix. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7739923. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- BUGBOT_STATUS --><sup><a href="https://cursor.com/dashboard?tab=bugbot">Cursor Bugbot</a> reviewed your changes and found no issues for commit <u>7739923</u></sup><!-- /BUGBOT_STATUS --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d7000b commit bfde41d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.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.3.0",
55
"lib/shared/internal": "1.7.0",
66
"lib/shared/test-helpers": "2.1.0",
7-
"lib/sdk/server": "7.10.2"
7+
"lib/sdk/server": "7.11.0"
88
}

lib/sdk/server/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.11.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.10.2...launchdarkly-java-server-sdk-7.11.0) (2026-02-04)
6+
7+
8+
### Features
9+
10+
* **experimental:** Release EAP support for FDv2 data system. ([6d7000b](https://github.com/launchdarkly/java-core/commit/6d7000b38ec7faf0760184b546b1dd4896c42dc9))
11+
12+
13+
### Bug Fixes
14+
15+
* Fix an issue that would prevent using FileData with `autoReload(true)` for a file in the current working directory. ([b50f684](https://github.com/launchdarkly/java-core/commit/b50f6847696e7c0956276911556ac78613f9fb4e))
16+
517
## [7.10.2](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.10.1...launchdarkly-java-server-sdk-7.10.2) (2025-08-26)
618

719

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.10.2
2+
version=7.11.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.10.2";
8+
static final String SDK_VERSION = "7.11.0";
99
// x-release-please-end
1010
}

0 commit comments

Comments
 (0)