Skip to content

Commit 3f8b06a

Browse files
committed
Merge branch 'master' into dn-chore/integration-context
2 parents 46fa59f + 0d29fb7 commit 3f8b06a

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
## 4.5.0 - 2025-06-09
1+
## 4.4.2- 2025-06-09
22

3-
- add additional user and request context to captured exceptions via the Django integration
3+
- empty point release to fix release automation
44

5-
## 4.4.1 and 4.4.2 - 2025-06-07
5+
## 4.4.1 2025-06-09
66

7-
- empty point release to fix the posthog_analytics release
8-
9-
## 4.4.1 and 4.4.2- 2025-06-07
10-
11-
- empty point release to fix the posthog_analytics release
7+
- empty point release to fix release automation
128

139
## 4.4.0 - 2025-06-09
1410

1511
- Use the new `/flags` endpoint for all feature flag evaluations (don't fall back to `/decide` at all)
1612

1713
## 4.3.2 - 2025-06-06
1814

19-
Add context management:
15+
1. Add context management:
2016

2117
- New context manager with `posthog.new_context()`
2218
- Tag functions: `posthog.tag()`, `posthog.get_tags()`, `posthog.clear_tags()`
2319
- Function decorator:
2420
- `@posthog.scoped` - Creates context and captures exceptions thrown within the function
2521
- Automatic deduplication of exceptions to ensure each exception is only captured once
2622

27-
## 4.2.1 - 2025-6-05
28-
29-
1. fix: feature flag request use geoip_disable (#235)
30-
2. chore: pin actions versions (#210)
31-
3. fix: opinionated setup and clean fn fix (#240)
32-
4. fix: release action failed (#241)
23+
2. fix: feature flag request use geoip_disable (#235)
24+
3. chore: pin actions versions (#210)
25+
4. fix: opinionated setup and clean fn fix (#240)
26+
5. fix: release action failed (#241)
3327

3428
## 4.2.0 - 2025-05-22
3529

0 commit comments

Comments
 (0)