Skip to content

Commit 3b00d29

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.12.1
1 parent 4bb667d commit 3b00d29

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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.12.0",
5+
"pkgs/sdk/server": "8.12.1",
66
"pkgs/sdk/client": "5.7.1",
77
"pkgs/telemetry": "1.4.0",
88
"pkgs/sdk/server-ai": "0.9.3",

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.12.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.12.0...LaunchDarkly.ServerSdk-v8.12.1) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Honor x-ld-fd-fallback header in FDv2 initializer phase and on successful responses ([#251](https://github.com/launchdarkly/dotnet-core/issues/251)) ([4bb667d](https://github.com/launchdarkly/dotnet-core/commit/4bb667dc6ca7560a45c6b43cb2b02e2744a0f466))
9+
310
## [8.12.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.11.2...LaunchDarkly.ServerSdk-v8.12.0) (2026-04-16)
411

512

pkgs/sdk/server/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=8.12.0
12+
SDK_VERSION=8.12.1
1313
```
1414
<!-- x-release-please-end -->
1515

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.12.0</Version>
4+
<Version>8.12.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)