Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Optimizely Java X SDK Changelog

## [4.4.0]
Apr 30, 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)).
- 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)).
- Arnica risk fixes ([#600](https://github.com/optimizely/java-sdk/pull/600)).
- Fix documentation links in README.md ([#598](https://github.com/optimizely/java-sdk/pull/598)).

## [4.3.1]
Jan 20, 2025

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Maven version
version = 3.1.0-SNAPSHOT
version = 4.4.0

# Artifact paths
mavenS3Bucket = optimizely-maven
Expand Down
Loading