From 4de960188a5eb1154fb09a9f5b42a89d7fbd8d9c Mon Sep 17 00:00:00 2001 From: Renato Arruda Date: Tue, 11 Jan 2022 22:44:14 +0100 Subject: [PATCH] Update ruby SDK capabilities Ruby sdk now supports remote_address strategy with CIDR syntax Feature can be found in main branch, not in a release yet. --- website/docs/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index b926d60918..128a42ae5b 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -70,7 +70,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | [Gradual rollout: custom stickiness](../user_guide/activation_strategy#customize-stickiness-beta) | ✅ | ✅ | ⭕ | ✅ | ✅ | ✅ | ✅ | ✅ | | [UserID](../user_guide/activation_strategy#userids) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | [IP](../user_guide/activation_strategy#ips) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| [IP](../user_guide/activation_strategy#ips): CIDR syntax | ✅ | ✅ | ✅ | ✅ | ⭕ | ⭕ | ⭕ | ✅ | +| [IP](../user_guide/activation_strategy#ips): CIDR syntax | ✅ | ✅ | ✅ | ✅ | ✅ | ⭕ | ⭕ | ✅ | | [Hostname](../user_guide/activation_strategy#hostnames) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | **Category: [Custom strategies](../advanced/custom_activation_strategy)** | | | | | | | | | | Basic support | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |