v2.0.0(2022-10-17)
Breaking Changes
-
Core:
- Updated all public apis to use the latest Swift concurrency features (Async/Await)
- Removed dependency from aws-sdk-ios from all plugins
- Cocoapods support is removed from v2.0.0
-
Analytics:
identifyUser(:withProfile:)
has been renamed toidentifyUser(userId:userProfile:)
- Removed support for different Analytics and Targeting regions
-
Predictions:
- Predictions plugin is currently unavailable for this version
Features
-
Auth:
- Escape hatch apis for federation to Cognito Identity Pool
- Custom auth flow now support without SRP flow
- Supports user migration flow
-
Analytics:
- Pinpoint APIs available through the escape hatch
-
Storage:
- Migrated storage plugin from TransferUtility