Dylan Martin
Dylan Martin
fix(filters): Don't match on an invalid filter condition; if such a condition exists, fail the match
## Problem A customer had an issue where we created an invalid filter condition on the UI (we created a cohort that should not have matched anyone), but, instead of...
## Bug description See this thread for details and more context: https://posthog.slack.com/archives/C034XD440RK/p1719258942611049 Tim was able to fix this issue for the user, but it's hard to say how widespread this...
Ships with https://github.com/PostHog/posthog/pull/23501 ## Changes ### Before Not customizable ### After  ## Checklist Manually tested it, looks solid. Low-risk (it's an optional field)/easy change, just needed...
## Changes Components and hooks and preact, oh my! ## Checklist - [ ] Tests for new code (see [advice on the tests we use](https://github.com/PostHog/posthog-js#tiers-of-testing)) - [ ] Accounted for...
## Problem TODO ## Changes added group property override support 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Does this work well for both Cloud and...
## :bulb: Motivation and Context Update the iOS SDK to use the new `/flags` endpoint instead of the legacy `/decide` one.
> [!IMPORTANT] > 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Problem ## Changes ## Did you write or update any docs for this change? -...
> [!IMPORTANT] > 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Problem We don't need to use the Redis writer for everything for the flags service;...
## :bulb: Motivation and Context See https://github.com/PostHog/posthog/pull/41824 for context ## :green_heart: How did you test it? TODO ## :pencil: Checklist - [x] I reviewed the submitted code. - [ ]...
See https://github.com/PostHog/posthog/pull/41824 for context