Skip to content

Commit 5f7e174

Browse files
chore(main): release 3.0.1 (#47)
🤖 I have created a release *beep* *boop* --- ## [3.0.1](v3.0.0...3.0.1) (2025-03-14) ### Bug Fixes * bumping underlying launchdarkly-java-server-sdk API version to r… ([#46](#46)) ([3eb9930](3eb9930)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3eb9930 commit 5f7e174

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lib/java-server-sdk-otel": "0.1.0",
3-
"lib/java-server-sdk-redis-store": "3.0.0",
3+
"lib/java-server-sdk-redis-store": "3.0.1",
44
"lib/shared/common": "2.1.1",
55
"lib/shared/internal": "1.3.0",
66
"lib/sdk/server": "7.7.0"

Diff for: lib/java-server-sdk-redis-store/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Java SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.0.1](https://github.com/launchdarkly/java-core/compare/v3.0.0...3.0.1) (2025-03-14)
6+
7+
8+
### Bug Fixes
9+
10+
* bumping underlying launchdarkly-java-server-sdk API version to r… ([#46](https://github.com/launchdarkly/java-core/issues/46)) ([3eb9930](https://github.com/launchdarkly/java-core/commit/3eb9930276aa100edfc773708d565f79e889465b))
11+
512
## [3.0.0] - 2022-12-07
613
This release corresponds to the 6.0.0 release of the LaunchDarkly Java SDK. Any application code that is being updated to use the 6.0.0 SDK, and was using a 2.x version of `launchdarkly-java-server-sdk-redis-store`, should now use a 3.x version instead.
714

@@ -30,4 +37,3 @@ This version of the package will not work with SDK versions earlier than 5.10.0;
3037
Initial release, corresponding to the 5.0.0 release of [`launchdarkly-java-server-sdk`](https://github.com/launchdarkly/java-server-sdk).
3138

3239
Prior to that release, the Redis integration was built into the main SDK library. For more information about changes in the SDK database integrations, see the [4.x to 5.0 migration guide](https://docs-stg.launchdarkly.com/252/sdk/server-side/java/migration-4-to-5/).
33-

Diff for: lib/java-server-sdk-redis-store/gradle.properties

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

55
ossrhUsername=

0 commit comments

Comments
 (0)