Skip to content

Commit 00f5607

Browse files
chore: Release v7.13.2
1 parent a1c6640 commit 00f5607

9 files changed

Lines changed: 14 additions & 29 deletions

‎.sampo/changesets/ardent-king-tursas.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.sampo/changesets/disabled-no-api-key.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.sampo/changesets/django-tracing-header-sanitization.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.sampo/changesets/feature-flag-auth-errors.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.sampo/changesets/oversized-event-flush-hang.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# posthog
22

3+
## 7.13.2 — 2026-04-30
4+
5+
### Patch changes
6+
7+
- [f4af88a](https://github.com/posthog/posthog-python/commit/f4af88a3c3e5a095366af8789aa6c649eaeb4fd9) Prevent flush from hanging after dropping oversized queued events. — Thanks @marandaneto!
8+
- [6b3d1c7](https://github.com/posthog/posthog-python/commit/6b3d1c75780d10eb8aec2efede9d0d1de0adc889) Sanitize PostHog tracing headers extracted by Django middleware. — Thanks @dustinbyrne!
9+
- [dea848f](https://github.com/posthog/posthog-python/commit/dea848fd60a8857d8087c8b5058b0a8d7965981d) Remove python-dateutil as a runtime dependency — Thanks @marandaneto!
10+
- [a1c6640](https://github.com/posthog/posthog-python/commit/a1c6640d42924a006a3495033b55e4be5ed5ede7) Improve local feature flag authentication error messages. — Thanks @marandaneto!
11+
- [8bdd3fa](https://github.com/posthog/posthog-python/commit/8bdd3fa126b29a366efbcf66060cb54e09010c05) Treat clients with an empty project API key as disabled no-ops. — Thanks @marandaneto!
12+
313
## 7.13.1 — 2026-04-24
414

515
### Patch changes

‎posthog/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.13.1"
1+
VERSION = "7.13.2"

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "posthog"
7-
version = "7.13.1"
7+
version = "7.13.2"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "engineering@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "engineering@posthog.com" }]

‎uv.lock‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)