Skip to content

Commit fed4003

Browse files
committed
sensitive comparators
1 parent cc4fc8c commit fed4003

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/advanced/targeting.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,18 @@ The following comparators assume that *Attribute* and *Comparison value* contain
5353
If you don't see them among your comparators, please <a href="https://configcat.com/Support/ContactUs" target="_blank">contact us</a>
5454
and we are happy to turn this feature on.
5555

56-
> Please note that sensitive text comparators are only available in configcat-js (from v2.1.1) and configcat-node (from v3.1.1).
57-
> Accessing feature flags using other SDKs might cause critical errors in your application.
56+
| SDK | Sensitive comparator support from |
57+
| ------- | --------------------------------- |
58+
| JS | v3.0.0 |
59+
| Node | v4.0.0 |
60+
| PHP | v3.0.2 |
61+
| Python | v3.0.2 |
62+
| Ruby | v2.0.3 |
63+
| Go | v4.0.2 |
64+
| Java | v4.0.1 |
65+
| Android | v4.0.0 |
66+
| .NET | v4.0.0 |
67+
| Swift | v4.0.0 |
5868

5969
Use sensitive text comparators if you are using ConfigCat with frontend applications and you are targeting users based on sensitive data
6070
(like email addresses). In this case the feature flag evaluation is based on the secure hashes of your comparison values. So whenever

0 commit comments

Comments
 (0)