Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7fc8478

Browse files
chore(main): release 8.4.0 (#203)
🤖 I have created a release *beep* *boop* --- ## [8.4.0](8.3.0...8.4.0) (2024-04-23) ### Features * add support for a Tracing hook implemented via System.Diagnostics, compatible with OpenTelemetry ([d9043db](d9043db)) --- 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> Co-authored-by: Casey Waldren <[email protected]>
1 parent 49bd683 commit 7fc8478

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
@@ -1,4 +1,4 @@
11
{
2-
"pkgs/sdk/server": "8.3.0",
2+
"pkgs/sdk/server": "8.4.0",
33
"pkgs/telemetry": "0.2.0"
44
}

pkgs/sdk/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [8.4.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.3.0...8.4.0) (2024-04-23)
4+
5+
6+
### Features
7+
8+
* add support for a Tracing hook implemented via System.Diagnostics, compatible with OpenTelemetry ([d9043db](https://github.com/launchdarkly/dotnet-server-sdk/commit/d9043dbd9b0b5d962843b14607cbe6c7a5d48e06))

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.3.0</Version>
4+
<Version>8.4.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)