Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Optimizely Swift SDK Changelog

## 5.3.0
May 4, 2026

### New Features

**Feature Rollout**: Added support for Feature Rollouts, a new experiment type
combining Targeted Delivery simplicity with A/B test measurement capabilities.
Feature Rollouts enable progressive rollouts with full impact analytics, metric tracking,
and confidence intervals.
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.

- Add Feature Rollout support ([#626](https://github.com/optimizely/swift-sdk/pull/626))
- Add local holdouts to swift-sdk (ref sdk) ([#628](https://github.com/optimizely/swift-sdk/pull/628))
Comment thread
muzahidul-opti marked this conversation as resolved.
Outdated
- chore: local holdout logic behind FeatureGates flag ([#631](https://github.com/optimizely/swift-sdk/pull/631))
Comment thread
muzahidul-opti marked this conversation as resolved.
Outdated

## 5.2.1
January 23rd, 2026

Expand Down
2 changes: 1 addition & 1 deletion OptimizelySwiftSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "OptimizelySwiftSDK"
s.module_name = "Optimizely"
s.version = "5.2.1"
s.version = "5.3.0"
s.summary = "Optimizely experiment framework for iOS/tvOS/watchOS"
s.homepage = "https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
Loading