From 3bd19742c24fe8f4828a9cd07d413370ee5b1ae5 Mon Sep 17 00:00:00 2001 From: Joshua Koehler Date: Tue, 2 Dec 2025 16:40:28 -0600 Subject: [PATCH 1/4] warn that runtime-eval doesn't work yet --- pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx b/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx index 23204667e3..5a7277d97a 100644 --- a/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx +++ b/pages/docs/tracking-methods/sdks/nodejs/nodejs-flags.mdx @@ -29,10 +29,15 @@ In either case there is also the capability to evaluate all flags for a given us ## Local Evaluation + +Support for runtime targeting has not yet been released. Thus runtime rules other than a single-condition, exact match key-value pair, will ALWAYS be evaluated to true. + + Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode. + - The SDK is configured with a `local_flags_config` object that specifies parameters: 1) `api_host` - If your project is in the EU/IN region, this should be set to route to `api-eu.mixpanel.com`/`api-in.mixpanel.com` respectively. 2) `enable_polling` - This should be set to `true` to enable polling for new flag configurations. From e466e4a0fee2699f7538faeb819d7b648dda3a37 Mon Sep 17 00:00:00 2001 From: Joshua Koehler Date: Tue, 2 Dec 2025 16:42:24 -0600 Subject: [PATCH 2/4] python in pre-release --- pages/docs/tracking-methods/sdks/python/python-flags.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/docs/tracking-methods/sdks/python/python-flags.mdx b/pages/docs/tracking-methods/sdks/python/python-flags.mdx index 7b1604c9ca..f665a31a76 100644 --- a/pages/docs/tracking-methods/sdks/python/python-flags.mdx +++ b/pages/docs/tracking-methods/sdks/python/python-flags.mdx @@ -25,6 +25,10 @@ In either case there is also the capability to evaluate all flags for a given us ## Local Evaluation + +Support for runtime targeting is in pre-release. Use `pip install --pre mixpanel` to have this support. + + Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode. From 9ff9735eaefb1b7e62c7a292a6eacad9f7612b25 Mon Sep 17 00:00:00 2001 From: Joshua Koehler Date: Tue, 2 Dec 2025 16:43:04 -0600 Subject: [PATCH 3/4] java not implemented yet --- pages/docs/tracking-methods/sdks/java/java-flags.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/docs/tracking-methods/sdks/java/java-flags.mdx b/pages/docs/tracking-methods/sdks/java/java-flags.mdx index a140a3fae9..d8cb612362 100644 --- a/pages/docs/tracking-methods/sdks/java/java-flags.mdx +++ b/pages/docs/tracking-methods/sdks/java/java-flags.mdx @@ -31,6 +31,10 @@ For remote evaluation, the SDK will make a network call to Mixpanel servers at a ## Local Evaluation + +Support for runtime targeting has not yet been released. Thus runtime rules other than a single-condition, exact match key-value pair, will ALWAYS be evaluated to true. + + Targeting by Mixpanel cohorts and sticky variants are not supported in Local Evaluation mode. From 0d38d103e6145536d5ce8f6aa15ae24bd487e59d Mon Sep 17 00:00:00 2001 From: Joshua Koehler Date: Tue, 2 Dec 2025 16:50:12 -0600 Subject: [PATCH 4/4] mention version to pin --- pages/docs/tracking-methods/sdks/python/python-flags.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tracking-methods/sdks/python/python-flags.mdx b/pages/docs/tracking-methods/sdks/python/python-flags.mdx index f665a31a76..b30cc31185 100644 --- a/pages/docs/tracking-methods/sdks/python/python-flags.mdx +++ b/pages/docs/tracking-methods/sdks/python/python-flags.mdx @@ -26,7 +26,7 @@ In either case there is also the capability to evaluate all flags for a given us ## Local Evaluation -Support for runtime targeting is in pre-release. Use `pip install --pre mixpanel` to have this support. +Support for runtime targeting is in pre-release. Use `pip install --pre mixpanel` to have this support, or pin the version to `>=5.1.0b1`.