Skip to content

Release 6.5.0

Latest

Choose a tag to compare

@raju-opti raju-opti released this 08 Jul 18:05
7d8e5ba

[6.5.0] - July 8, 2026

New Features

  • Local Holdouts: Added support for Local Holdouts, enabling holdout experiments
    to be scoped to specific feature flag rules rather than applied globally.
    Local Holdouts let you measure the true incremental impact of individual features
    by holding out a subset of users from specific rollouts while still serving them other experiences.
    See Holdouts docs for more information.

Changed

  • Refactor project config creation (#1164)
  • Replace deprecated url.parse() with the WHATWG URL in NodeRequestHandler (#1161)
  • Upgrade to uuid v13 (#1159)
  • Don't send ODP identify event for single identifier (#1152)

Bug Fixes

  • Use attribute id instead of key for CMAB prediction requests (#1160)
  • Normalize decision event campaign_id, variation_id, and entity_id (#1158)
  • Fix content-length header in NodeRequestHandler (#1156)