Skip to content

Commit 3c09d4c

Browse files
chore(main): release LaunchDarkly.ServerSdk.Redis 5.1.0 (#152)
🤖 I have created a release *beep* *boop* --- ## [5.1.0](LaunchDarkly.ServerSdk.Redis-v5.0.0...LaunchDarkly.ServerSdk.Redis-v5.1.0) (2025-08-20) ### Features * add Connection method to RedisStoreBuilder for external Redis connections ([#147](#147)) ([8ae31c6](8ae31c6)) --- 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> Co-authored-by: Jason Bailey <jbailey@launchdarkly.com>
1 parent 8ae31c6 commit 3c09d4c

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,7 +1,7 @@
11
{
22
"pkgs/dotnet-server-sdk-consul": "5.0.0",
33
"pkgs/dotnet-server-sdk-dynamodb": "4.0.0",
4-
"pkgs/dotnet-server-sdk-redis": "5.0.0",
4+
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.10.0",
66
"pkgs/sdk/client": "5.5.1",
77
"pkgs/telemetry": "1.3.0",

pkgs/dotnet-server-sdk-redis/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 .NET SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.1.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Redis-v5.0.0...LaunchDarkly.ServerSdk.Redis-v5.1.0) (2025-08-20)
6+
7+
8+
### Features
9+
10+
* Add `Connection` method to RedisStoreBuilder for external Redis connections ([#147](https://github.com/launchdarkly/dotnet-core/issues/147)) ([8ae31c6](https://github.com/launchdarkly/dotnet-core/commit/8ae31c6604a059f6cff34c5ce8b06494b32e8352))
11+
512
## [5.0.0] - 2023-10-16
613
### Changed:
714
- This release requires the `8.0.0` release of the `LaunchDarkly.ServerSdk`.

pkgs/dotnet-server-sdk-redis/src/LaunchDarkly.ServerSdk.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>5.0.0</Version>
4+
<Version>5.1.0</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<AssemblyName>LaunchDarkly.ServerSdk.Redis</AssemblyName>

0 commit comments

Comments
 (0)