Skip to content

Commit 4bc44d3

Browse files
chore(main): release launchdarkly-java-server-sdk 7.12.0 (#137)
🤖 I have created a release *beep* *boop* --- ## [7.12.0](launchdarkly-java-server-sdk-7.11.0...launchdarkly-java-server-sdk-7.12.0) (2026-02-12) ### Features * Support stream init diagnostics events for FDv2. ([#133](#133)) ([cb01449](cb01449)) --- 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** > Release-only version and changelog updates; no functional code changes beyond the version constant. > > **Overview** > Bumps `launchdarkly-java-server-sdk` to **7.12.0** (from `7.11.0`) by updating release metadata (`.release-please-manifest.json`), Gradle version (`gradle.properties`), and the internal `Version.SDK_VERSION` constant. > > Updates `CHANGELOG.md` with the `7.12.0` release notes, highlighting *support for stream init diagnostics events for FDv2*. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8cb16d7. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb01449 commit 4bc44d3

4 files changed

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

lib/sdk/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.12.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.11.0...launchdarkly-java-server-sdk-7.12.0) (2026-02-12)
6+
7+
8+
### Features
9+
10+
* Support stream init diagnostics events for FDv2. ([#133](https://github.com/launchdarkly/java-core/issues/133)) ([cb01449](https://github.com/launchdarkly/java-core/commit/cb014492a210cde548bacd3e41ab505ea08e0b1a))
11+
512
## [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)
613

714

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

0 commit comments

Comments
 (0)