Skip to content

Commit 7bc05f1

Browse files
committed
Bump version to 7.4.0
1 parent 64adeec commit 7bc05f1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 7.4.0 - 2025-12-16
2+
3+
feat: Add automatic retries for feature flag requests
4+
5+
Feature flag API requests now automatically retry on transient failures:
6+
- Network errors (connection refused, DNS failures, timeouts)
7+
- Server errors (500, 502, 503, 504)
8+
- Up to 2 retries with exponential backoff (0.5s, 1s delays)
9+
10+
Rate limit (429) and quota (402) errors are not retried.
11+
112
# 7.3.1 - 2025-12-06
213

314
fix: remove unused $exception_message and $exception_type

posthog/version.py

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

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

0 commit comments

Comments
 (0)