Skip to content

Commit 3c420a9

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.11.1 (#226)
🤖 I have created a release *beep* *boop* --- ## [8.11.1](LaunchDarkly.ServerSdk-v8.11.0...LaunchDarkly.ServerSdk-v8.11.1) (2026-02-17) ### Bug Fixes * IfMatchContext/AndMatchContext utilize context kind. ([#225](#225)) ([95bc949](95bc949)) --- 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] > **Low Risk** > Version/changelog-only release metadata updates with no functional code changes in this PR. > > **Overview** > Bumps `LaunchDarkly.ServerSdk` release from `8.11.0` to `8.11.1` (manifest + `LaunchDarkly.ServerSdk.csproj`). > > Updates the `pkgs/sdk/server` changelog to document the `8.11.1` bug fix: `IfMatchContext`/`AndMatchContext` now use the context kind. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 59dfd64. 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 95bc949 commit 3c420a9

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
@@ -2,7 +2,7 @@
22
"pkgs/dotnet-server-sdk-consul": "5.0.0",
33
"pkgs/dotnet-server-sdk-dynamodb": "5.0.0",
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
5-
"pkgs/sdk/server": "8.11.0",
5+
"pkgs/sdk/server": "8.11.1",
66
"pkgs/sdk/client": "5.5.4",
77
"pkgs/telemetry": "1.4.0",
88
"pkgs/sdk/server-ai": "0.9.1",

pkgs/sdk/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.11.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.11.0...LaunchDarkly.ServerSdk-v8.11.1) (2026-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* IfMatchContext/AndMatchContext utilize context kind. ([#225](https://github.com/launchdarkly/dotnet-core/issues/225)) ([95bc949](https://github.com/launchdarkly/dotnet-core/commit/95bc9495984976833efd736f36fc4023c37eb663))
9+
310
## [8.11.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.10.4...LaunchDarkly.ServerSdk-v8.11.0) (2026-01-12)
411

512

pkgs/sdk/server/src/LaunchDarkly.ServerSdk.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>8.11.0</Version>
4+
<Version>8.11.1</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

0 commit comments

Comments
 (0)