Skip to content

Release 2.15.2

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:44
Immutable release. Only release title and notes can be modified.
f1b7f69

New Features

  • Added WebView pre-warming and caching to speed up in-app message display

Fixes

  • Fixed a crash that could terminate the host app when the App Group container is unavailable or misconfigured; the SDK now disables its logger gracefully instead
  • Fixed executeSyncOperation not calling its completion handler on invalid operation name or JSON
  • Fixed various minor issues

Improvements

  • Improved responsiveness — public SDK methods no longer block the calling thread

Important

executeSyncOperation now always calls its completion handler on invalid input (previously it could return without calling it). If your retry logic keys off the completion result, do not retry on .validationError — such input is permanently invalid