Releases: awslabs/aws-mobile-appsync-sdk-ios
Releases · awslabs/aws-mobile-appsync-sdk-ios
3.4.2
Misc. Updates
- fix: remove race condition on activeTimer access in AWSAppSyncHTTPNetworkTransport (#501)
3.4.1
Misc. Updates
- Update to 2.26.0 SDK dependencies (PR #492)
3.4.0
Misc. Updates
- Updated
LambdaAuthInterceptor
to support async auth provider (PR #488)
3.3.1
Misc. Updates
- Update to 2.25.0 SDK dependencies (PR #484)
3.3.0
New Features
Added support for AWS Lambda auth mode (PR #478)
3.2.1
Misc. Updates
- Update to 2.24.0 SDK dependencies (PR #472)
3.2.0
New Features
- Swift Package Manager
- The AWS AppSync SDK for iOS can now be installed via Swift Package Manager. See the README for full details.
3.1.16
Misc. Updates
- Build
-
Appsync iOS is distributed as XCFrameworks rather than traditional .frameworks with “fat” binaries. See the README for installation instructions.
-
chore: Pinned Reachability library version to 5.0.0 (PR #455)
3.1.15
Misc. Updates
- Update dependencies to consume AppSyncRealTimeClient fix for race condition on disconnect (PR #454)