Skip to content

Commit f75c548

Browse files
committed
[FSSDK-12546] prepare for release java-sdk v4.4.0
1 parent 7828df1 commit f75c548

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [4.4.0]
4+
May 4, 2026
5+
6+
### New Features
7+
8+
**Feature Rollout**: Added support for Feature Rollouts, a new experiment type
9+
combining Targeted Delivery simplicity with A/B test measurement capabilities.
10+
Feature Rollouts enable progressive rollouts with full impact analytics, metric tracking,
11+
and confidence intervals.
12+
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.
13+
14+
- Remove legacy flag-level holdout fields ([#604](https://github.com/optimizely/java-sdk/pull/604))
15+
- Remove experiment type validation from config parsing ([#602](https://github.com/optimizely/java-sdk/pull/602))
16+
- Add Feature Rollout support ([#601](https://github.com/optimizely/java-sdk/pull/601))
17+
- Arnica risk fixes ([#600](https://github.com/optimizely/java-sdk/pull/600))
18+
- Fix documentation links in README.md ([#598](https://github.com/optimizely/java-sdk/pull/598))
19+
320
## [4.3.1]
421
Jan 20, 2025
522

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Maven version
2-
version = 3.1.0-SNAPSHOT
2+
version = 4.4.0
33

44
# Artifact paths
55
mavenS3Bucket = optimizely-maven

0 commit comments

Comments
 (0)