Skip to content

Commit b43dbfc

Browse files
committed
changelog
1 parent b6c89bc commit b43dbfc

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
## 4.3.3 - 2025-06-06
2+
3+
Add `setup()` function to initialise default client
4+
15
## 4.3.2 - 2025-06-06
26

37
Add context management:
4-
- New context manager with `posthog.new_context()`
5-
- Tag functions: `posthog.tag()`, `posthog.get_tags()`, `posthog.clear_tags()`
6-
- Function decorator:
7-
- `@posthog.scoped` - Creates context and captures exceptions thrown within the function
8-
- Automatic deduplication of exceptions to ensure each exception is only captured once
8+
9+
- New context manager with `posthog.new_context()`
10+
- Tag functions: `posthog.tag()`, `posthog.get_tags()`, `posthog.clear_tags()`
11+
- Function decorator:
12+
- `@posthog.scoped` - Creates context and captures exceptions thrown within the function
13+
- Automatic deduplication of exceptions to ensure each exception is only captured once
914

1015
## 4.2.1 - 2025-6-05
1116

posthog/version.py

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

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

0 commit comments

Comments
 (0)