Skip to content

18.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 20:30
· 229 commits to main since this release
6fdcb44

Minor release that updates how Feature Flags are resolved, improves Scene rendering on Android 15,
and fixes potential exceptions related to PermissionsManager and PermissionDelegates.

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.
  • Improved Scene rendering on Android 15, for scenes that do not ignore safe areas.
  • Prevent potential "Already resumed" exceptions that could be caused by a permission delegate calling the callback multiple times.
  • Improved constraint version matching