Skip to content

Commit b0e23c8

Browse files
chore(main): release LaunchDarkly.ServerSdk.Telemetry 1.1.0 (#85)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](LaunchDarkly.ServerSdk.Telemetry-v1.0.0...LaunchDarkly.ServerSdk.Telemetry-v1.1.0) (2025-03-24) ### Features * Add environment id support for the OTEL hook. ([#82](#82)) ([c2ed519](c2ed519)) --- 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 473b281 commit b0e23c8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pkgs/sdk/server": "8.7.0",
33
"pkgs/sdk/client": "5.3.0",
4-
"pkgs/telemetry": "1.0.0",
4+
"pkgs/telemetry": "1.1.0",
55
"pkgs/sdk/server-ai": "0.7.0"
66
}

pkgs/telemetry/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.0.0...LaunchDarkly.ServerSdk.Telemetry-v1.1.0) (2025-03-24)
4+
5+
6+
### Features
7+
8+
* Add environment id support for the OTEL hook. ([#82](https://github.com/launchdarkly/dotnet-core/issues/82)) ([c2ed519](https://github.com/launchdarkly/dotnet-core/commit/c2ed519e64dacccad3e74445e4f3b132dd3f4edb))
9+
310
## [1.0.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/telemetry-0.2.1...telemetry-1.0.0) (2024-04-24)
411

512

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.0.0</Version>
4+
<Version>1.1.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)