Skip to content

Commit cf07fef

Browse files
authored
feat: release server-ai (#38)
1 parent 29e05a9 commit cf07fef

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

pkgs/sdk/server-ai/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# LaunchDarkly AI SDK (server-side) for .NET
22

3+
# ⛔️⛔️⛔️⛔️
4+
5+
> [!CAUTION]
6+
> This library is a alpha version and should not be considered ready for production use while this message is visible.
7+
8+
# ☝️☝️☝️☝️☝️☝️
9+
10+
311
The LaunchDarkly AI SDK (server-side) for .NET is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
412

513
Currently there is no client-side AI SDK for .NET. If you're interested, please let us know by filing an issue!

pkgs/sdk/server-ai/src/LdAiClient.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ public sealed class LdAiClient : ILdAiClient
2020
private readonly ILogger _logger;
2121

2222
/// <summary>
23-
/// Constructs a new LaunchDarkly AI client.
23+
/// Constructs a new LaunchDarkly AI client. Please note, the client library is an alpha release and is
24+
/// not considered ready for production use.
2425
///
2526
/// Example:
2627
/// <code>

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
},
1212
"pkgs/sdk/server-ai": {
1313
"package-name": "LaunchDarkly.ServerSdk.Ai",
14+
"release-as": "0.1.0",
15+
"bump-minor-pre-major": true,
1416
"extra-files": [
1517
"src/LaunchDarkly.ServerSdk.Ai.csproj"
1618
]

0 commit comments

Comments
 (0)