Skip to content

Commit fa359cc

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.9.0 (#108)
🤖 I have created a release *beep* *boop* --- ## [8.9.0](LaunchDarkly.ServerSdk-v8.8.0...LaunchDarkly.ServerSdk-v8.9.0) (2025-06-02) ### Features * Update to net8 ([ddae814](ddae814)) ### Bug Fixes * [#104](#104) dependency optimisation ([#111](#111)) ([2c7ff62](2c7ff62)) * Bump Internal SDK version ([#112](#112)) ([3cb5ae4](3cb5ae4)) * Update CommonSDK to v7.0.1 ([#126](#126)) ([fad338e](fad338e)) --- 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 fad338e commit fa359cc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"pkgs/dotnet-server-sdk-consul": "5.0.0",
33
"pkgs/dotnet-server-sdk-dynamodb": "4.0.0",
44
"pkgs/dotnet-server-sdk-redis": "5.0.0",
5-
"pkgs/sdk/server": "8.8.0",
5+
"pkgs/sdk/server": "8.9.0",
66
"pkgs/sdk/client": "5.4.0",
77
"pkgs/telemetry": "1.1.0",
88
"pkgs/sdk/server-ai": "0.7.0",

pkgs/sdk/server/CHANGELOG.md

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

3+
## [8.9.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.8.0...LaunchDarkly.ServerSdk-v8.9.0) (2025-06-02)
4+
5+
6+
### Features
7+
8+
* Update to net8 ([ddae814](https://github.com/launchdarkly/dotnet-core/commit/ddae814250cb21e0de2b953808202addd7098c4c))
9+
10+
11+
### Bug Fixes
12+
13+
* [#104](https://github.com/launchdarkly/dotnet-core/issues/104) dependency optimisation ([#111](https://github.com/launchdarkly/dotnet-core/issues/111)) ([2c7ff62](https://github.com/launchdarkly/dotnet-core/commit/2c7ff629a4c16ad866c6e4ea5b24abc622942f0e))
14+
* Bump Internal SDK version ([#112](https://github.com/launchdarkly/dotnet-core/issues/112)) ([3cb5ae4](https://github.com/launchdarkly/dotnet-core/commit/3cb5ae4e1de89f55d9221997c3ba2c7179ae4a2d))
15+
* Update CommonSDK to v7.0.1 ([#126](https://github.com/launchdarkly/dotnet-core/issues/126)) ([fad338e](https://github.com/launchdarkly/dotnet-core/commit/fad338e651ffe856d6cf5c6e71ba6ff1526d422a))
16+
317
## [8.8.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.7.0...LaunchDarkly.ServerSdk-v8.8.0) (2025-05-05)
418

519

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.8.0</Version>
4+
<Version>8.9.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)