Skip to content

Commit c44cf9c

Browse files
authored
[FSSDK-12546] release ruby v5.3.0 (#396)
1 parent dfe97ee commit c44cf9c

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 Ruby SDK Changelog
22

3+
## 5.3.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+
- Exclude CMAB from UserProfileService ([#384](https://github.com/optimizely/ruby-sdk/pull/384))
15+
- Add Event Retries ([#385](https://github.com/optimizely/ruby-sdk/pull/385))
16+
- Arnica code risk findings for Ruby SDK ([#391](https://github.com/optimizely/ruby-sdk/pull/391))
17+
- Add Feature Rollout support ([#392](https://github.com/optimizely/ruby-sdk/pull/392))
18+
- Remove experiment type validation from config parsing ([#393](https://github.com/optimizely/ruby-sdk/pull/393))
19+
- Remove legacy flag-level holdout fields ([#395](https://github.com/optimizely/ruby-sdk/pull/395))
20+
321
## 5.2.1
422
December 17th, 2025
523

lib/optimizely/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#
1818
module Optimizely
1919
CLIENT_ENGINE = 'ruby-sdk'
20-
VERSION = '5.2.1'
20+
VERSION = '5.3.0'
2121
end

0 commit comments

Comments
 (0)