Skip to content

chore(main): release 3.0.1 #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lib/java-server-sdk-otel": "0.1.0",
"lib/java-server-sdk-redis-store": "3.0.0",
"lib/java-server-sdk-redis-store": "3.0.1",
"lib/shared/common": "2.1.1",
"lib/shared/internal": "1.3.0",
"lib/sdk/server": "7.7.0"
Expand Down
8 changes: 7 additions & 1 deletion lib/java-server-sdk-redis-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [3.0.1](https://github.com/launchdarkly/java-core/compare/v3.0.0...3.0.1) (2025-03-14)


### Bug Fixes

* 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))

## [3.0.0] - 2022-12-07
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.

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

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

2 changes: 1 addition & 1 deletion lib/java-server-sdk-redis-store/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#x-release-please-start-version
version=3.0.0
version=3.0.1
#x-release-please-end

ossrhUsername=
Expand Down