You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ This provider allows for using LaunchDarkly with the OpenFeature SDK for Python.
10
10
11
11
This provider 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.
12
12
13
-
This provider is a beta version and should not be considered ready for production use while this message is visible.
13
+
> [!WARNING]
14
+
> This is a beta version. The API is not stabilized and may introduce breaking changes.
15
+
16
+
> [!NOTE]
17
+
> This OpenFeature provider uses production versions of the LaunchDarkly SDK, which adhere to our standard [versioning policy](https://docs.launchdarkly.com/home/relay-proxy/versioning).
0 commit comments