green-fall-98011
10/02/2025, 8:08 AMstrong-mouse-55694
10/02/2025, 2:47 PMgreen-fall-98011
10/03/2025, 2:33 PMgreen-fall-98011
10/03/2025, 2:34 PMgreen-fall-98011
10/03/2025, 2:35 PMgreen-fall-98011
10/03/2025, 2:38 PMgreen-fall-98011
10/03/2025, 2:40 PMNote: For backwards compatibility, if noSo its seems it use v1. Is there any way to opt in for V2 ?is specified, it will fall back to using versionhashVersion, which is deprecated. In the future, version1will become the default. We recommend specifying version2now for all new experiments to avoid migration issues down the lin2
strong-mouse-55694
10/03/2025, 2:45 PM"flag-prompt-collaboration-features": {
"defaultValue": false,
"rules": [
{
"coverage": 1,
"seed": "86752fdb-0a5a-419c-8807-2d7615064c01",
"hashVersion": 2,
"variations": [
false,
true
],
"weights": [
0.5,
0.5
],
"key": "prompt-collaboration-features",
"phase": "0",
"meta": [
{
"key": "0"
},
{
"key": "1"
}
]
}
]
},
It'll fallback to v1 if the hashVersion property isn't present. If a flag doesn't have an experiment rule, then the hashVersion isn't included, of course, because it's not needed.green-fall-98011
10/06/2025, 6:12 AM"p.test_gradual": {
"defaultValue": false,
"rules": [
{
"id": "fr_19g61omg9ax9lb",
"condition": {
"bucket": "usa"
},
"force": true,
"coverage": 0.1,
"hashAttribute": "user_id"
}
]
}
},
How can I make sure that CDN returns 2 as hashVersion?