Skip to content

Commit f253379

Browse files
[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
1 parent 1f87f42 commit f253379

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Optimizely Python SDK Changelog
22

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))
18+
19+
---
20+
21+
322
## 5.3.0
423
November 13th, 2025
524

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (5, 3, 0)
14+
version_info = (5, 4, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)