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 8aec1eb commit 5062682Copy full SHA for 5062682
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.4.0 - 2025-06-09
2
+
3
+- Use the new `/flags` endpoint for all feature flag evaluations (don't fall back to `/decide` at all)
4
5
## 4.3.2 - 2025-06-06
6
7
Add context management:
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "4.3.2"
+VERSION = "4.4.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments