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
[FSSDK-12094] chore: preparing for release v5.4.0 (#473)
* [FSSDK-12094] chore: preparing for release v5.3.1
* Update changelog
* Updated 5.3.0 version with holdout
* Correct the version number
* Correct the changelog with holdout features
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Optimizely Python SDK Changelog
2
2
3
+
## 5.4.0
4
+
December 19th, 2025
5
+
6
+
### New Features
7
+
8
+
Holdout features:
9
+
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
+
---
15
+
16
+
### Bug Fixes
17
+
- Resolved issues with Holdout impression event handling and notification delivery. ([#471](https://github.com/optimizely/python-sdk/pull/471))
0 commit comments