We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6def2c3 commit 47221d6Copy full SHA for 47221d6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 6.6.0 - 2025-08-15
2
+
3
+- feat: Add `flag_keys_to_evaluate` parameter to optimize feature flag evaluation performance by only evaluating specified flags
4
+- feat: Add `flag_keys_filter` option to `send_feature_flags` for selective flag evaluation in capture events
5
6
# 6.5.0 - 2025-08-08
7
8
- feat: Add `$context_tags` to an event to know which properties were included as tags
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.5.0"
+VERSION = "6.6.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments