Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
## 4.4.1 and 4.4.2- 2025-06-07
## 4.4.2- 2025-06-09
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing space after version number before the dash

Suggested change
## 4.4.2- 2025-06-09
## 4.4.2 - 2025-06-09


- empty point release to fix the posthog_analytics release
- empty point release to fix release automation

## 4.4.1 2025-06-09
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Missing dash between version number and date to maintain consistency with other entries

Suggested change
## 4.4.1 2025-06-09
## 4.4.1 - 2025-06-09


- empty point release to fix release automation

## 4.4.0 - 2025-06-09

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

## 4.3.2 - 2025-06-06

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

## 4.2.1 - 2025-6-05

1. fix: feature flag request use geoip_disable (#235)
2. chore: pin actions versions (#210)
3. fix: opinionated setup and clean fn fix (#240)
4. fix: release action failed (#241)
2. fix: feature flag request use geoip_disable (#235)
3. chore: pin actions versions (#210)
4. fix: opinionated setup and clean fn fix (#240)
5. fix: release action failed (#241)

## 4.2.0 - 2025-05-22

Expand Down
Loading