Skip to content

Commit 902b1a6

Browse files
chore(main): release launchdarkly-java-server-sdk-redis-store 3.1.0 (#115)
🤖 I have created a release *beep* *boop* --- ## [3.1.0](launchdarkly-java-server-sdk-redis-store-v3.0.1...launchdarkly-java-server-sdk-redis-store-3.1.0) (2026-01-27) ### Features * **java-server-sdk-redis-store:** Add username/password authentication support for Redis 6.0+ ([#96](#96)) ([75625f3](75625f3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Release `3.1.0` for `java-server-sdk-redis-store`** > > - Adds username/password authentication support for Redis 6.0+ (see `CHANGELOG.md`) > - Bumps package version to `3.1.0` in `gradle.properties` and `.release-please-manifest.json` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c602760. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75625f3 commit 902b1a6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lib/java-server-sdk-otel": "0.2.0",
3-
"lib/java-server-sdk-redis-store": "3.0.1",
3+
"lib/java-server-sdk-redis-store": "3.1.0",
44
"lib/shared/common": "2.1.2",
55
"lib/shared/internal": "1.6.1",
66
"lib/shared/test-helpers": "2.1.0",

lib/java-server-sdk-redis-store/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-redis-store-v3.0.1...launchdarkly-java-server-sdk-redis-store-3.1.0) (2026-01-27)
6+
7+
8+
### Features
9+
10+
* **java-server-sdk-redis-store:** Add username/password authentication support for Redis 6.0+ ([#96](https://github.com/launchdarkly/java-core/issues/96)) ([75625f3](https://github.com/launchdarkly/java-core/commit/75625f3ec5fbe198db48ab6ea48a7628fa3b82df))
11+
512
## [3.0.1](https://github.com/launchdarkly/java-core/compare/v3.0.0...3.0.1) (2025-03-14)
613

714

lib/java-server-sdk-redis-store/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=3.0.1
2+
version=3.1.0
33
#x-release-please-end
44

55
ossrhUsername=

0 commit comments

Comments
 (0)