From 3ace557d7a9eed1306075f228eba0ff0bd83853b Mon Sep 17 00:00:00 2001 From: Jae Kim Date: Wed, 29 Apr 2026 17:10:05 -0700 Subject: [PATCH] [FSSDK-12546] prepare for release java v4.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e174cd5..2991d691c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Optimizely Java X SDK Changelog +## [4.4.0] +Apr 29, 2026 + +### New Features + +**Feature Rollout**: Introduced Feature Rollout capabilities. Feature Rollouts represent a new experiment type merging Targeted Delivery simplicity with A/B test measurement capabilities. See [Feature Rollout docs](https://docs.developers.optimizely.com/feature-experimentation/docs/cmab-cache-config-for-the-java-sdk) for implementation details. +- Add Feature Rollout support ([#601](https://github.com/optimizely/java-sdk/pull/601)). + +### API Changes + +- Remove experiment type validation from config parsing ([#602](https://github.com/optimizely/java-sdk/pull/602)). +- Remove legacy flag-level holdout fields ([#604](https://github.com/optimizely/java-sdk/pull/604)). + +### Fixes + +- Fix documentation links in README.md ([#598](https://github.com/optimizely/java-sdk/pull/598)). + +### Improvements + +- Arnica risk fixes ([#600](https://github.com/optimizely/java-sdk/pull/600)). + + ## [4.3.1] Jan 20, 2025