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 3
3
"lib/java-server-sdk-redis-store" : " 3.0.1" ,
4
4
"lib/shared/common" : " 2.1.1" ,
5
5
"lib/shared/internal" : " 1.5.0" ,
6
- "lib/sdk/server" : " 7.8 .0"
6
+ "lib/sdk/server" : " 7.9 .0"
7
7
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 7.9.0] ( https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.8.0...launchdarkly-java-server-sdk-7.9.0 ) (2025-05-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * Enable gzip option for events in server SDK ([ #67 ] ( https://github.com/launchdarkly/java-core/issues/67 ) ) ([ 2420219] ( https://github.com/launchdarkly/java-core/commit/2420219efa0258fc57031979ece8a1deb6a54ff5 ) )
11
+
5
12
## [ 7.8.0] ( https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.7.0...launchdarkly-java-server-sdk-7.8.0 ) (2025-05-09)
6
13
7
14
Original file line number Diff line number Diff line change 1
1
# x-release-please-start-version
2
- version =7.8 .0
2
+ version =7.9 .0
3
3
# x-release-please-end
4
4
5
5
# 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() {}
5
5
6
6
// This constant is updated automatically by our Gradle script during a release, if the project version has changed
7
7
// x-release-please-start-version
8
- static final String SDK_VERSION = "7.8 .0" ;
8
+ static final String SDK_VERSION = "7.9 .0" ;
9
9
// x-release-please-end
10
10
}
You can’t perform that action at this time.
0 commit comments