Skip to content

Commit f5358d9

Browse files
chore(main): release LaunchDarkly.ServerSdk.Telemetry 1.3.0 (#150)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](LaunchDarkly.ServerSdk.Telemetry-v1.2.0...LaunchDarkly.ServerSdk.Telemetry-v1.3.0) (2025-08-11) ### Features * Support 9x of System.Diagnostics.DiagnosticSource. ([#149](#149)) ([d935df6](d935df6)) * Updating semantic conventions ([#148](#148)) ([a73d332](a73d332)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d935df6 commit f5358d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"pkgs/dotnet-server-sdk-redis": "5.0.0",
55
"pkgs/sdk/server": "8.10.0",
66
"pkgs/sdk/client": "5.5.1",
7-
"pkgs/telemetry": "1.2.0",
7+
"pkgs/telemetry": "1.3.0",
88
"pkgs/sdk/server-ai": "0.9.0",
99
"pkgs/shared/common": "7.1.0",
1010
"pkgs/shared/common-json-net": "7.0.2"

pkgs/telemetry/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.2.0...LaunchDarkly.ServerSdk.Telemetry-v1.3.0) (2025-08-11)
4+
5+
6+
### Features
7+
8+
* Support 9x of System.Diagnostics.DiagnosticSource. ([#149](https://github.com/launchdarkly/dotnet-core/issues/149)) ([d935df6](https://github.com/launchdarkly/dotnet-core/commit/d935df601f2b9bfe2d65fcd0a4e78dec1f7fe2f7))
9+
* Updating semantic conventions ([#148](https://github.com/launchdarkly/dotnet-core/issues/148)) ([a73d332](https://github.com/launchdarkly/dotnet-core/commit/a73d3320a16d628f44b38d2a09230835d808a41d))
10+
311
## [1.2.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.1.0...LaunchDarkly.ServerSdk.Telemetry-v1.2.0) (2025-06-02)
412

513

pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.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>1.2.0</Version>
4+
<Version>1.3.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)