From fed4003ca1d6c52f53c7dc37dab682d976b77d42 Mon Sep 17 00:00:00 2001 From: sige Date: Thu, 27 Feb 2020 15:09:18 +0100 Subject: [PATCH] sensitive comparators --- docs/advanced/targeting.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/advanced/targeting.md b/docs/advanced/targeting.md index 3a2034a9..9266b9c5 100644 --- a/docs/advanced/targeting.md +++ b/docs/advanced/targeting.md @@ -53,8 +53,18 @@ The following comparators assume that *Attribute* and *Comparison value* contain If you don't see them among your comparators, please contact us and we are happy to turn this feature on. -> Please note that sensitive text comparators are only available in configcat-js (from v2.1.1) and configcat-node (from v3.1.1). -> Accessing feature flags using other SDKs might cause critical errors in your application. +| SDK | Sensitive comparator support from | +| ------- | --------------------------------- | +| JS | v3.0.0 | +| Node | v4.0.0 | +| PHP | v3.0.2 | +| Python | v3.0.2 | +| Ruby | v2.0.3 | +| Go | v4.0.2 | +| Java | v4.0.1 | +| Android | v4.0.0 | +| .NET | v4.0.0 | +| Swift | v4.0.0 | Use sensitive text comparators if you are using ConfigCat with frontend applications and you are targeting users based on sensitive data (like email addresses). In this case the feature flag evaluation is based on the secure hashes of your comparison values. So whenever