Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9b0615c

Browse files
Releasing version 1.2.1
1 parent 3c52925 commit 9b0615c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [1.2.1] - 2021-06-01
6+
### Fixed:
7+
- The library was not fully compliant with the standard usage of Redis keys by other LaunchDarkly SDKs and by the Relay Proxy, as follows: although feature flag data was stored with the correct keys, the wrong key was used for the special value that indicates that the database has been initialized. As a result, if the Relay Proxy had stored data in Redis, the .NET SDK would not detect it, and if the .NET SDK had stored data in Redis, other SDKs might not detect it.
8+
59
## [1.2.0] - 2021-01-26
610
### Added:
711
- New classes `LaunchDarkly.Client.Integrations.Redis` and `LaunchDarkly.Client.Integrations.RedisDataStoreBuilder`, which serve the same purpose as the previous classes but are designed to work with the newer persistent data store API introduced in .NET SDK 5.14.0.

src/LaunchDarkly.ServerSdk.Redis.StrongName/LaunchDarkly.ServerSdk.Redis.StrongName.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

33
<PropertyGroup>
4-
<Version>1.2.0</Version>
4+
<Version>1.2.1</Version>
55
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.githubusercontent.com/launchdarkly/dotnet-server-sdk-redis/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.ServerSdk.Redis.StrongName</AssemblyName>

src/LaunchDarkly.ServerSdk.Redis/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

33
<PropertyGroup>
4-
<Version>1.2.0</Version>
4+
<Version>1.2.1</Version>
55
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.githubusercontent.com/launchdarkly/dotnet-server-sdk-redis/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.ServerSdk.Redis</AssemblyName>

0 commit comments

Comments
 (0)