You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
# Optimizely Python SDK Changelog
2
2
3
3
## 5.4.0
4
-
December 17, 2025
4
+
December 19th, 2025
5
5
6
6
### New Features
7
+
8
+
Holdout features:
9
+
7
10
- Added support for Holdouts in Feature Experimentation, enabling global traffic exclusion from experiments for statistical confidence validation. ([#469](https://github.com/optimizely/python-sdk/pull/469))
11
+
- Added holdout support for default decision service ([#467](https://github.com/optimizely/python-sdk/pull/467))
12
+
- Project Config updated for Holdout ([#464](https://github.com/optimizely/python-sdk/pull/464))
13
+
14
+
---
8
15
9
16
### Bug Fixes
10
17
- Resolved issues with Holdout impression event handling and notification delivery. ([#471](https://github.com/optimizely/python-sdk/pull/471))
@@ -38,13 +45,6 @@ These updates collectively enable Python SDK users to leverage machine learning
38
45
39
46
---
40
47
41
-
#### **Holdout**
42
-
43
-
- Added holdout support for default decision service ([#467](https://github.com/optimizely/python-sdk/pull/467))
44
-
- Project Config updated for Holdout ([#464](https://github.com/optimizely/python-sdk/pull/464))
45
-
46
-
---
47
-
48
48
#### **Multi-Region Data Hosting**
49
49
50
50
- Added SDK support for multi-region data hosting, allowing projects to specify their data residency region ([#459](https://github.com/optimizely/python-sdk/pull/459)).
0 commit comments