Skip to content

Commit 40e641b

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.9.0 (#144)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](LaunchDarkly.ServerSdk.Ai-v0.8.0...LaunchDarkly.ServerSdk.Ai-v0.9.0) (2025-07-30) ### Features * added provider and model to ai tracker ([#145](#145)) ([2ba2dd4](2ba2dd4)) ### Bug Fixes * Remove deprecated track generation event ([#143](#143)) ([ac1bb78](ac1bb78)) --- 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 2ba2dd4 commit 40e641b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pkgs/sdk/server": "8.10.0",
66
"pkgs/sdk/client": "5.5.1",
77
"pkgs/telemetry": "1.2.0",
8-
"pkgs/sdk/server-ai": "0.8.0",
8+
"pkgs/sdk/server-ai": "0.9.0",
99
"pkgs/shared/common": "7.1.0",
1010
"pkgs/shared/common-json-net": "7.0.2"
1111
}

pkgs/sdk/server-ai/CHANGELOG.md

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

3+
## [0.9.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.8.0...LaunchDarkly.ServerSdk.Ai-v0.9.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* added provider and model to ai tracker ([#145](https://github.com/launchdarkly/dotnet-core/issues/145)) ([2ba2dd4](https://github.com/launchdarkly/dotnet-core/commit/2ba2dd4cd9c009dbb2c42a5f4792a6d0be8e84e6))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove deprecated track generation event ([#143](https://github.com/launchdarkly/dotnet-core/issues/143)) ([ac1bb78](https://github.com/launchdarkly/dotnet-core/commit/ac1bb7835e05ee26ed72251cc443e740cfe0b11d))
14+
315
## [0.8.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.7.0...LaunchDarkly.ServerSdk.Ai-v0.8.0) (2025-06-02)
416

517

pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.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>0.8.0</Version>
4+
<Version>0.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)