diff --git a/docs/dev/version-4.md b/docs/dev/version-4.md new file mode 100644 index 0000000000..a95325620e --- /dev/null +++ b/docs/dev/version-4.md @@ -0,0 +1,10 @@ +# Version 4 specifications + +Here we document features planned for Unleash version 4 and progress for each client SDK. Client SDKs should be able to introduce all features as a minor rev 3. release, and should switch to a version 4.x revision when all features are supported. This makes it easier for the Users to navigate supported features in respecitve clients. + +| Feature | Node.js | Java | Python | Ruby | Go | .Net | Client Specifications | +| --------------------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | --- | ---- | --------------------- | +| Static context fields (#442) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | | | +| Strategy constraints (#442) | :fire: | :fire: | | | | | | +| Flexible rollout strategy (#442) | :fire: | :fire: | | | | | | +| Variant support ([docs](../beta-features.md)) | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | | :heavy_check_mark: | diff --git a/website/static/img/dashboard_new.png b/website/static/img/dashboard_new.png new file mode 100644 index 0000000000..b56392aad4 Binary files /dev/null and b/website/static/img/dashboard_new.png differ