Skip to content

18.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 19:46
· 3 commits to main since this release
e7f4188

Minor release that fixes issues with Banner In-App Automations, reduces power usage with In-App Automations & Scenes, and updates how Feature Flags are resolved.

Changes

  • Added resultCache to FeatureFlagManager. This cache is managed by the app and can be optionally used when resolving a flag as a fallback if the flag fails to resolve or if
    the flag rule set does not exist.
  • FeatureFlag resolution will now resolve a rule set even if the listing is out of date.
  • Fixed issue with In-App Automation banners constraints, causing the banner to sometimes steal focus from the underlying app screen or not fully display.
  • Fixed issue with Surveys that require multi choice or single choice questions not blocking submission.
  • Reduced the CPU overhead with In-App Automations & Scene execution to reduce overall power usage.