Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pkgs/dotnet-server-sdk-consul": "5.0.0",
"pkgs/dotnet-server-sdk-dynamodb": "5.0.0",
"pkgs/dotnet-server-sdk-redis": "5.1.0",
"pkgs/sdk/server": "8.12.0",
"pkgs/sdk/server": "8.12.1",
"pkgs/sdk/client": "5.7.1",
"pkgs/telemetry": "1.4.0",
"pkgs/sdk/server-ai": "0.9.3",
Expand Down
7 changes: 7 additions & 0 deletions pkgs/sdk/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.12.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.12.0...LaunchDarkly.ServerSdk-v8.12.1) (2026-05-12)


### Bug Fixes

* 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))

## [8.12.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.11.2...LaunchDarkly.ServerSdk-v8.12.0) (2026-04-16)


Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/server/PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
SDK_VERSION=8.12.0
SDK_VERSION=8.12.1
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>8.12.0</Version>
<Version>8.12.1</Version>
<!--x-release-please-end-->
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
single framework that we are testing; this allows us to test with older SDK
Expand Down
Loading