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

3.0.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 10 Jun 00:05

[3.0.0] - 2021-06-09

This release is for use with versions 6.0.0 and higher of LaunchDarkly.ServerSdk.

For more information about changes in the SDK database integrations, see the 5.x to 6.0 migration guide.

Like the previous major version of this library, it uses version 2.x of StackExchange.Redis.

Changed:

  • The namespace is now LaunchDarkly.Sdk.Server.Integrations.
  • The entry point is now LaunchDarkly.Sdk.Server.Integrations.Redis rather than LaunchDarkly.Client.Integrations.Redis (or, in earlier versions, LaunchDarkly.Client.Redis.RedisComponents).
  • The logger name is now LaunchDarkly.Sdk.DataStore.Redis rather than LaunchDarkly.Client.Redis.RedisFeatureStoreCore.

Removed:

  • Removed the deprecated RedisComponents entry point and RedisFeatureStoreBuilder.
  • The package no longer has a dependency on Common.Logging but instead integrates with the SDK's logging mechanism.