Skip to content

Commit

Permalink
Release 18.6.0 (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Dec 19, 2024
1 parent 220cc85 commit 6a35144
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

[Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration)

## Version 18.6.0 December 19, 2024
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

## Version 18.5.0 December 5, 2024
Minor release that includes various improvements to scenes, data management and some minor bug fixes.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// Airship Version - major.minor.patch
airshipVersion = '18.5.0'
airshipVersion = '18.6.0'

// Airship Version Qualifier beta, release, etc...
// airshipVersionQualifier = "alpha"
Expand Down

0 comments on commit 6a35144

Please sign in to comment.