Skip to content

Commit 9fbc071

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.11.0
1 parent d78799a commit 9fbc071

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.10.4",
5+
"pkgs/sdk/server": "8.11.0",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [8.11.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.10.4...LaunchDarkly.ServerSdk-v8.11.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* **experimental:** Release EAP support for FDv2 data system. ([d78799a](https://github.com/launchdarkly/dotnet-core/commit/d78799acb38323c8ca7207046b41570e1d333a28))
9+
10+
11+
### Bug Fixes
12+
13+
* Update FileDataSource to process reload triggers under lock. ([#199](https://github.com/launchdarkly/dotnet-core/issues/199)) ([75f51c6](https://github.com/launchdarkly/dotnet-core/commit/75f51c67bff8ccf36035a948763998c10f083dbd))
14+
315
## [8.10.4](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.10.3...LaunchDarkly.ServerSdk-v8.10.4) (2025-11-10)
416

517

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-beta.1</Version>
4+
<Version>8.11.0</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)