Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:17
00e11b1

2.0.0 (2026-07-24)

⚠ BREAKING CHANGES

  • bucketing: The bucketing contract is now versioned. Experiences served
    with version greater than 11 use the anchored layout; version 11 or lower,
    missing, or non-numeric continue to use the packed layout unchanged. For an
    experience on the new layout, visitor-to-variation assignments differ from
    the packed layout for the same inputs.

Features

  • bucketing: add anchored bucketing layout for ramping allocations (243561f)
  • demo: experiment-preview deep-link testbed (4586c1e)
  • rules: honor matching_options.audiences ALL in audience gate (PR #53 review, Finding A) (ca537d0)

Bug Fixes

  • audiences,api: drop unresolved audiences under ALL + encode params (6007b65)
  • preview: make setPreview a suspend fun so callers can await ?exp= resolution before render (5408925)