Skip to content

Commit 64149c2

Browse files
chore(main): release launchdarkly-java-server-sdk 7.13.4 (#157)
🤖 I have created a release *beep* *boop* --- ## [7.13.4](launchdarkly-java-server-sdk-7.13.3...launchdarkly-java-server-sdk-7.13.4) (2026-04-24) ### Bug Fixes * improves FDv2 DataSource logging ([da378c3](da378c3)) --- 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** > Low risk release metadata-only change: bumps the server SDK version and updates the changelog with a note about improved FDv2 DataSource logging, without touching runtime logic. > > **Overview** > Bumps `lib/sdk/server` from `7.13.3` to `7.13.4` across release metadata (`.release-please-manifest.json`, `gradle.properties`, and `Version.SDK_VERSION`). > > Updates `CHANGELOG.md` with the `7.13.4` entry noting a bug fix to *improve FDv2 DataSource logging*. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 9c40f98. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da378c3 commit 64149c2

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.4.0",
55
"lib/shared/internal": "1.9.0",
66
"lib/shared/test-helpers": "2.1.0",
7-
"lib/sdk/server": "7.13.3"
7+
"lib/sdk/server": "7.13.4"
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.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)
6+
7+
8+
### Bug Fixes
9+
10+
* improves FDv2 DataSource logging ([da378c3](https://github.com/launchdarkly/java-core/commit/da378c3b488b6ea3ed76ebe3c447934427158bc2))
11+
512
## [7.13.3](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.13.2...launchdarkly-java-server-sdk-7.13.3) (2026-04-24)
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.13.3
2+
version=7.13.4
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.3";
8+
static final String SDK_VERSION = "7.13.4";
99
// x-release-please-end
1010
}

0 commit comments

Comments
 (0)