Skip to content

Commit 773deab

Browse files
feat: Bump to 3.12.1
1 parent a590495 commit 773deab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## 3.12.1 - 2025-02-11
2+
3+
1. Fix mypy support for 3.12.0
4+
2. Deprecate `is_simple_flag`
5+
16
## 3.12.0 - 2025-02-11
27

38
1. Add support for OpenAI beta parse API.
9+
2. Deprecate `context` parameter
410

511
## 3.11.1 - 2025-02-06
612

@@ -9,6 +15,7 @@
915
## 3.11.0 - 2025-01-28
1016

1117
1. Add the `$ai_span` event to the LangChain callback handler to capture the input and output of intermediary chains.
18+
1219
> LLM observability naming change: event property `$ai_trace_name` is now `$ai_span_name`.
1320
1421
2. Fix serialiazation of Pydantic models in methods.

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "3.12.0"
1+
VERSION = "3.12.1"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)