Skip to content

v5.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:59
· 8 commits to main since this release
3311041

Release Notes

  • Added offline content card availability. Content cards can now be persisted to disk and served across app launches without a network connection. Opt-in and disabled by default
  • Added a new API clearCachedPropositions for clearing content card cached propositions from memory and disk.
  • Added a servedFromPersistentCache flag in the interaction XDM, indicating whether a card was served from the offline disk cache (true) or refreshed from a live network response this session (false).
  • Cleared content card state and persisted content card cache on identity reset.
  • Skipped user-triggered proposition updates when the device is offline and returned false in the completion callback.
  • Dependency: AEPCore 5.11.0 or later is required to support offline availability of Content Cards.

What's Changed

Full Changelog: 5.15.0...5.16.0