Skip to content

Salesforce Mobile SDK 8.2

Compare
Choose a tag to compare
@rwhitley rwhitley released this 21 Jul 01:29
· 1272 commits to dev since this release
9166f16

What's New

  • Added an encrypted key-value store as a performance-oriented storage option that complements relational SmartStore soups. Key-value stores offer a simple, non-relational, opaque collection of values that you can reference only by key.
  • Added REST API wrappers to support Notification Builder API resources.
  • Added decryption of Notification Builder push notifications. Mobile SDK for Android handles decryption internally.
  • Encryption standard has been upgraded from AES-CBC-128 to AES-GCM-256.

Version Updates

  • SQLCipher: 4.4
  • SQLite: 3.31.0
  • React Native: 0.62.2

Hybrid

  • A solution for running Lightning Web Components in Mobile SDK hybrid remote apps, using Lightning Out in Visualforce.
  • New template app demonstrating Lightning Web Components in a hybrid remote app: HybridLwcTemplate
  • Richer error messages for network calls made through the Salesforce Cordova plugin.

React Native

  • New template app demonstrating deferred login: ReactNativeDeferredTemplate
  • Richer error messages for network calls made through the Salesforce network module.

Mobile Sync Enhancements

  • Improved LayoutSyncManager functionality to support all parameters of the underlying Salesforce API.
  • Richer (and parsable) error captured in __last_error__ field.