File tree Expand file tree Collapse file tree
src/main/java/com/launchdarkly/sdk/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.13.5 "
88}
Original file line number Diff line number Diff line change 22
33All 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.5] ( https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.13.4...launchdarkly-java-server-sdk-7.13.5 ) (2026-05-26)
6+
7+
8+ ### Bug Fixes
9+
10+ * 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 ) )
11+
512## [ 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)
613
714
Original file line number Diff line number Diff line change 11# x-release-please-start-version
2- version =7.13.4
2+ version =7.13.5
33# x-release-please-end
44
55# See https://github.com/gradle/gradle/issues/11308 regarding the following property
Original file line number Diff line number Diff 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.13.5 " ;
99 // x-release-please-end
1010}
You can’t perform that action at this time.
0 commit comments