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 1bc9bf5 commit 2a6f4f8Copy full SHA for 2a6f4f8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.9.0 - 2025-06-13
2
+
3
+- feat(ai): track reasoning and cache tokens in the LangChain callback
4
5
## 4.8.0 - 2025-06-10
6
7
- fix: export scoped, rather than tracked, decorator
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "4.8.0"
+VERSION = "4.9.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments