Skip to content

Commit a0c27ea

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.12.2 (#262)
🤖 I have created a release *beep* *boop* --- ## [8.12.2](LaunchDarkly.ServerSdk-v8.12.1...LaunchDarkly.ServerSdk-v8.12.2) (2026-05-27) ### Bug Fixes * exclude documentation files from NuGet package builds ([#263](#263)) ([cc86ad6](cc86ad6)) * use basis query param for FDv2 polling selector ([#260](#260)) ([abaee9d](abaee9d)) --- 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** > Automated version and changelog updates only; functional fixes are described in the changelog but not introduced in this diff. > > **Overview** > Release Please bumps **LaunchDarkly.ServerSdk** from **8.12.1** to **8.12.2** across the manifest, `LaunchDarkly.ServerSdk.csproj`, `PROVENANCE.md`, and a new **CHANGELOG** section dated 2026-05-27. > > The release notes two bug fixes already landed on main: **NuGet** builds no longer pack repo documentation files (`Pack>false` on doc assets in the csproj), and **FDv2** polling uses the **`basis`** query parameter on the polling selector (see `FDv2PollingRequestor`). This PR does not change SDK source beyond the version string. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 0e2a793. 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 4fe662c commit a0c27ea

4 files changed

Lines changed: 11 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.1",
5+
"pkgs/sdk/server": "8.12.2",
66
"pkgs/sdk/client": "5.7.3",
77
"pkgs/telemetry": "1.5.0",
88
"pkgs/sdk/server-ai": "0.9.3",

pkgs/sdk/server/CHANGELOG.md

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

3+
## [8.12.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.12.1...LaunchDarkly.ServerSdk-v8.12.2) (2026-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* exclude documentation files from NuGet package builds ([#263](https://github.com/launchdarkly/dotnet-core/issues/263)) ([cc86ad6](https://github.com/launchdarkly/dotnet-core/commit/cc86ad6bd54d2201db5171971946368cde8f45f8))
9+
* use basis query param for FDv2 polling selector ([#260](https://github.com/launchdarkly/dotnet-core/issues/260)) ([abaee9d](https://github.com/launchdarkly/dotnet-core/commit/abaee9dfc16634f4d5a952b68db06cd34e801e39))
10+
311
## [8.12.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.12.0...LaunchDarkly.ServerSdk-v8.12.1) (2026-05-12)
412

513

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.1
12+
SDK_VERSION=8.12.2
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.1</Version>
4+
<Version>8.12.2</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)