Skip to content

Commit 46fa59f

Browse files
committed
changelog
1 parent 36cb535 commit 46fa59f

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.5.0 - 2025-06-09
2+
3+
- add additional user and request context to captured exceptions via the Django integration
4+
5+
## 4.4.1 and 4.4.2 - 2025-06-07
6+
7+
- empty point release to fix the posthog_analytics release
8+
19
## 4.4.1 and 4.4.2- 2025-06-07
210

311
- empty point release to fix the posthog_analytics release
@@ -9,11 +17,12 @@
917
## 4.3.2 - 2025-06-06
1018

1119
Add context management:
12-
- New context manager with `posthog.new_context()`
13-
- Tag functions: `posthog.tag()`, `posthog.get_tags()`, `posthog.clear_tags()`
14-
- Function decorator:
15-
- `@posthog.scoped` - Creates context and captures exceptions thrown within the function
16-
- Automatic deduplication of exceptions to ensure each exception is only captured once
20+
21+
- New context manager with `posthog.new_context()`
22+
- Tag functions: `posthog.tag()`, `posthog.get_tags()`, `posthog.clear_tags()`
23+
- Function decorator:
24+
- `@posthog.scoped` - Creates context and captures exceptions thrown within the function
25+
- Automatic deduplication of exceptions to ensure each exception is only captured once
1726

1827
## 4.2.1 - 2025-6-05
1928

posthog/version.py

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

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

0 commit comments

Comments
 (0)