Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1bdbd25

Browse files
authoredMar 21, 2025··
Merge branch 'main' into rlamb/emsr-129/otel-hook-environment-id
2 parents 9cafbcf + 60328b1 commit 1bdbd25

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pkgs/sdk/server": "8.6.0",
2+
"pkgs/sdk/server": "8.7.0",
33
"pkgs/sdk/client": "5.3.0",
44
"pkgs/telemetry": "1.0.0",
55
"pkgs/sdk/server-ai": "0.7.0"

‎pkgs/sdk/server/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.7.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.6.0...LaunchDarkly.ServerSdk-v8.7.0) (2025-03-20)
4+
5+
6+
### Features
7+
8+
* Add environment ID support for hooks. ([#81](https://github.com/launchdarkly/dotnet-core/issues/81)) ([49149f2](https://github.com/launchdarkly/dotnet-core/commit/49149f2509a4a94e77f36414708d73e368b0acc5))
9+
310
## [8.6.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.5.2...LaunchDarkly.ServerSdk-v8.6.0) (2024-10-24)
411

512

‎pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj

+1-1
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.6.0</Version>
4+
<Version>8.7.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)
Please sign in to comment.