From 8bdb4c8223bcb2e3d2b535ac76f699198327760b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 21:26:56 +0000 Subject: [PATCH] chore(main): release LaunchDarkly.ClientSdk 5.10.0 --- .release-please-manifest.json | 2 +- pkgs/sdk/client/CHANGELOG.md | 12 ++++++++++++ pkgs/sdk/client/PROVENANCE.md | 2 +- pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b79c774..09fd7b8d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "pkgs/dotnet-server-sdk-dynamodb": "5.0.1", "pkgs/dotnet-server-sdk-redis": "5.1.1", "pkgs/sdk/server": "8.16.1", - "pkgs/sdk/client": "5.9.6", + "pkgs/sdk/client": "5.10.0", "pkgs/telemetry": "1.5.1", "pkgs/sdk/server-ai": "0.13.0", "pkgs/shared/common": "7.2.0", diff --git a/pkgs/sdk/client/CHANGELOG.md b/pkgs/sdk/client/CHANGELOG.md index 84b75e53..f221b1ed 100644 --- a/pkgs/sdk/client/CHANGELOG.md +++ b/pkgs/sdk/client/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to the LaunchDarkly Client-Side SDK for .NET will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.10.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.9.6...LaunchDarkly.ClientSdk-v5.10.0) (2026-09-02) + + +### Features + +* bump LaunchDarkly.InternalSdk pins to 3.10.1 ([fa7bcf9](https://github.com/launchdarkly/dotnet-core/commit/fa7bcf9dd0b239ade71fba2d40882e01f5f53dcb)) + + +### Bug Fixes + +* use monotonic clock for intervals and durations, UTC for diagnostic timestamps ([#339](https://github.com/launchdarkly/dotnet-core/issues/339)) ([e12ee4a](https://github.com/launchdarkly/dotnet-core/commit/e12ee4abec76faabc7614cc0df58b050e56030db)) + ## [5.9.6](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.9.5...LaunchDarkly.ClientSdk-v5.9.6) (2026-08-19) diff --git a/pkgs/sdk/client/PROVENANCE.md b/pkgs/sdk/client/PROVENANCE.md index 4494e2f7..d2b20bed 100644 --- a/pkgs/sdk/client/PROVENANCE.md +++ b/pkgs/sdk/client/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=5.9.6 +SDK_VERSION=5.10.0 ``` diff --git a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj index 70c1fffc..d8f48f44 100644 --- a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj +++ b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj @@ -2,7 +2,7 @@ - 5.9.6 + 5.10.0