Skip to content

1239.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:21
7a0942c

@metamask/remote-feature-flag-controller 6.1.1

Changed

  • Bump @metamask/utils from ^11.11.0 to ^11.12.0 (#10076)

Fixed

  • Keep the previously selected value for a threshold feature flag when the segmentation identifier is unavailable, instead of exposing the unresolved threshold array (#10123)
    • getMetaMetricsId and getCanonicalProfileId may legitimately return an empty string, as they do when init runs before whatever backs them is ready. Previously init would then replace resolved threshold values with the raw arrays, flipping those flags for the end user until the next fetch. Flags with no previously selected value, as on a fresh install, still fall back to the raw array.