Releases: launchdarkly/openfeature-dotnet-server
Releases · launchdarkly/openfeature-dotnet-server
v2.1.1
2.1.1 (2025-05-13)
Bug Fixes
- Enable all build targets in Nuget package (#45) (b552adb)
v2.1.0
2.1.0 (2025-04-01)
Features
- Add support for Tracking API (a6278a4)
- Bump minimum OpenFeature SDK version to 2.2. (a6278a4)
v2.0.0
2.0.0 (2024-08-26)
⚠ BREAKING CHANGES
- Support version 2.0 of the OpenFeature SDK. (#38)
Features
- Support version 2.0 of the OpenFeature SDK. (#38) (1ebe21c)
v1.0.0
1.0.0 (2024-06-07)
⚠ BREAKING CHANGES
Features
v0.8.0
0.8.0 (2024-06-04)
Features
- Add support for the TargetingKey field and setter. (#32) (c9e6a83)
v0.7.0
0.7.0 (2024-04-08)
Features
- Require OpenFeature SDK 1.5 or greater. (#31) (2515fcd)
- Update to SDK 8.1.0. Support wrapper headers. (#29) (08c1fa5)
v0.6.0
0.6.0 (2024-02-23)
Features
- Add support for configuration changed event. (#27) (3e61faa)
- Add support for initialization, shutdown, and provider status events. (#26) (fe8db98)
- Support the LaunchDarkly for .NET Server-Side 8.x SDK. (#22) (da4a264)
0.5.0
[0.5.0] - 2023-02-14
This version adds support for contexts. For a detailed explanation of contexts please refer to the LaunchDarkly.ServerSdk 7.0.0 release notes. The README contains a number of examples demonstrating how to use contexts.
Changed:
- Upgraded to the
LaunchDarkly.ServerSdk
version 7.0.0
.
0.4.0
[0.4.0] - 2022-10-28
Changed:
- Updated to OpenFeature
dotnet-sdk
version 1.0.0
.
- Updated usage instructions in the readme.
0.3.0
[0.3.0] - 2022-10-17
Changed:
- Updated to the OpenFeature dotnet-sdk version 0.5.0. (Thanks, @toddbaert!)