Skip to content

Commit 96bd955

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.14.1 (#304)
🤖 I have created a release *beep* *boop* --- ## [8.14.1](LaunchDarkly.ServerSdk-v8.14.0...LaunchDarkly.ServerSdk-v8.14.1) (2026-07-01) ### Bug Fixes * update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed assemblies ([#303](#303)) ([60e5c4e](60e5c4e)) --- 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** > Mechanical version and changelog/provenance updates for a patch dependency bump; no application logic changes in this diff. > > **Overview** > **Release Please** cuts **LaunchDarkly.ServerSdk 8.14.1** by bumping version metadata from **8.14.0** to **8.14.1** in the manifest, `LaunchDarkly.ServerSdk.csproj`, `CHANGELOG.md`, and `PROVENANCE.md`. > > The release notes record a **patch** for upgrading **`LaunchDarkly.EventSource` to 5.3.1** so streaming dependency assemblies ship with **Authenticode-signed** builds ([#303]). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 5aa548b. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60e5c4e commit 96bd955

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.1",
33
"pkgs/dotnet-server-sdk-dynamodb": "5.0.1",
44
"pkgs/dotnet-server-sdk-redis": "5.1.1",
5-
"pkgs/sdk/server": "8.14.0",
5+
"pkgs/sdk/server": "8.14.1",
66
"pkgs/sdk/client": "5.9.0",
77
"pkgs/telemetry": "1.5.1",
88
"pkgs/sdk/server-ai": "0.12.0",

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.14.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.14.0...LaunchDarkly.ServerSdk-v8.14.1) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed assemblies ([#303](https://github.com/launchdarkly/dotnet-core/issues/303)) ([60e5c4e](https://github.com/launchdarkly/dotnet-core/commit/60e5c4ec3de82c29df4b64874a89956bb3d0f1c5))
9+
310
## [8.14.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.13.0...LaunchDarkly.ServerSdk-v8.14.0) (2026-05-28)
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.14.0
12+
SDK_VERSION=8.14.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.14.0</Version>
4+
<Version>8.14.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)