Skip to content

Commit 17a77d7

Browse files
chore(main): release launchdarkly-java-server-sdk 7.8.0
1 parent fb76712 commit 17a77d7

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
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.4.0",
6-
"lib/sdk/server": "7.7.0"
6+
"lib/sdk/server": "7.8.0"
77
}

lib/sdk/server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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-7.7.0...launchdarkly-java-server-sdk-7.8.0) (2025-05-09)
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+
* Inline context for custom and migration events ([#63](https://github.com/launchdarkly/java-core/issues/63)) ([fb76712](https://github.com/launchdarkly/java-core/commit/fb767121ec048ecae85ac542c4cdca38db736e4d))
12+
* 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))
13+
* lazy load jsonParser and yamlParser FlagFileParser ([#35](https://github.com/launchdarkly/java-core/issues/35)) ([a500c81](https://github.com/launchdarkly/java-core/commit/a500c813b23f2b24733a300e1662ea352cad0fe2))
14+
515
## [7.7.0](https://github.com/launchdarkly/java-core/compare/7.6.0...7.7.0) (2025-01-22)
616

717

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.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

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

0 commit comments

Comments
 (0)