File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
src/main/java/com/launchdarkly/sdk/server Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44 "lib/shared/common" : " 2.1.2" ,
55 "lib/shared/internal" : " 1.6.1" ,
66 "lib/shared/test-helpers" : " 2.1.0" ,
7- "lib/sdk/server" : " 7.10.2 "
7+ "lib/sdk/server" : " 7.11.0 "
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.11.0] ( https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.10.2...launchdarkly-java-server-sdk-7.11.0 ) (2026-01-21)
6+
7+
8+ ### Features
9+
10+ * Add FDv2 Streaming Synchronizer ([ #106 ] ( https://github.com/launchdarkly/java-core/issues/106 ) ) ([ 211783a] ( https://github.com/launchdarkly/java-core/commit/211783a54643ab37e1254803a0c1dd34be1433bf ) )
11+
512## [ 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)
613
714
Original file line number Diff line number Diff line change 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
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.10.2 " ;
8+ static final String SDK_VERSION = "7.11.0 " ;
99 // x-release-please-end
1010}
You can’t perform that action at this time.
0 commit comments