Skip to content

Commit be1b550

Browse files
chore(main): release launchdarkly-java-server-sdk 7.8.0
1 parent 3597e39 commit be1b550

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"lib/java-server-sdk-redis-store": "3.0.1",
44
"lib/shared/common": "2.1.1",
55
"lib/shared/internal": "1.3.0",
6-
"lib/sdk/server": "7.7.0"
6+
"lib/sdk/server": "7.8.0"
77
}

Diff for: lib/sdk/server/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.8.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-v7.7.0...launchdarkly-java-server-sdk-7.8.0) (2025-04-08)
6+
7+
8+
### Features
9+
10+
* Adds support for client side prerequisite events. ([#39](https://github.com/launchdarkly/java-core/issues/39)) ([e9ea4df](https://github.com/launchdarkly/java-core/commit/e9ea4df35df710da6ed38219d3c14350cfea2f94))
11+
* Introduce TestData#delete to simplify testing of flag deletion. ([#21](https://github.com/launchdarkly/java-core/issues/21)) ([388dd04](https://github.com/launchdarkly/java-core/commit/388dd04ea7698fc2d697e9794dc75e5e0d9e9b55))
12+
* lazy load jsonParser and yamlParser FlagFileParser ([#35](https://github.com/launchdarkly/java-core/issues/35)) ([a500c81](https://github.com/launchdarkly/java-core/commit/a500c813b23f2b24733a300e1662ea352cad0fe2))
13+
514
## [7.7.0](https://github.com/launchdarkly/java-core/compare/7.6.0...7.7.0) (2025-01-22)
615

716

Diff for: lib/sdk/server/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=7.7.0
2+
version=7.8.0
33
#x-release-please-end
44

55
# See https://github.com/gradle/gradle/issues/11308 regarding the following property

Diff for: lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Version.java

+1-1
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.7.0";
8+
static final String SDK_VERSION = "7.8.0";
99
// x-release-please-end
1010
}

0 commit comments

Comments
 (0)