From b679d26a1cb377efd68a95e5a588c384add5fa6f Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 23 Feb 2024 12:02:31 -0500 Subject: [PATCH] docs: Clarify beta version warning and dependencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7aac0..7fdcc37 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ This provider allows for using LaunchDarkly with the OpenFeature SDK for PHP. 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. -This provider is a beta version and should not be considered ready for production use while this message is visible. +> [!WARNING] +> This is a beta version. The API is not stabilized and may introduce breaking changes. + +> [!NOTE] +> 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). # LaunchDarkly overview