Skip to content

Commit bd77096

Browse files
committed
[FSSDK-12546] prepare for release javascript-sdk v6.4.0
1 parent 41d2580 commit bd77096

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.4.0] - May 4, 2026
9+
10+
### New Features
11+
12+
**Feature Rollout**: Added support for Feature Rollouts, a new experiment type
13+
combining Targeted Delivery simplicity with A/B test measurement capabilities.
14+
Feature Rollouts enable progressive rollouts with full impact analytics, metric tracking,
15+
and confidence intervals.
16+
See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/45552846481037-Run-Feature-Rollouts-in-Feature-Experimentation) for more information.
17+
18+
- Add Feature Rollout support ([#1140](https://github.com/optimizely/javascript-sdk/pull/1140))
19+
- Remove SourceClear scan workflow due to security vulnerability ([#1139](https://github.com/optimizely/javascript-sdk/pull/1139))
20+
821
## [6.3.1] - January 26, 2026
922

1023
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optimizely/optimizely-sdk",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"description": "JavaScript SDK for Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts",
55
"main": "./dist/index.node.min.js",
66
"browser": "./dist/index.browser.es.min.js",

0 commit comments

Comments
 (0)