Skip to content

Commit 21b9bf7

Browse files
committed
[FSSDK-12546] Prepare for release java v4.4.0
1 parent 7828df1 commit 21b9bf7

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [4.4.0]
4+
Apr 29, 2026
5+
6+
### New Features
7+
8+
**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.
9+
- Add Feature Rollout support ([#601](https://github.com/optimizely/java-sdk/pull/601)).
10+
11+
### API Changes
12+
13+
- Remove legacy flag-level holdout fields ([#604](https://github.com/optimizely/java-sdk/pull/604)).
14+
15+
### Improvements
16+
17+
- Remove experiment type validation from config parsing ([#602](https://github.com/optimizely/java-sdk/pull/602)).
18+
- Arnica risk fixes ([#600](https://github.com/optimizely/java-sdk/pull/600)).
19+
- Fix documentation links in README.md ([#598](https://github.com/optimizely/java-sdk/pull/598)).
20+
321
## [4.3.1]
422
Jan 20, 2025
523

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)