Skip to content

91.1.0

Compare
Choose a tag to compare
@tarikeshaq tarikeshaq released this 16 Feb 20:42
· 426 commits to main since this release
29772c8

v91.1.0 (2022-02-11)

Full Changelog

⛅️🔬🔭 Nimbus SDK

What's fixed

  • Fixes a bug where disabling studies did not disable rollouts. (#4807)

✨ What's New ✨

  • A message helper is now available to apps wanting to build a Messaging System on both Android and iOS. Both of these access the variables
    provided by Nimbus, and can have app-specific variables added. This provides two functions:
    • JEXL evaluation (#4813) which evaluates boolean expressions.
    • String interpolation (#4831) which builds strings with templates at runtime.

Xcode

  • Bumped Xcode version from 13.1.0 -> 13.2.1

Nimbus FML

What's fixed

  • Fixes a bug where each time the fml is run, the ordering of features in the experimenter json is changed. (#4819)