Skip to content

Releases: awslabs/aws-mobile-appsync-sdk-ios

3.4.2

22 Dec 01:09
27c9ca1
Compare
Choose a tag to compare

Misc. Updates

  • fix: remove race condition on activeTimer access in AWSAppSyncHTTPNetworkTransport (#501)

3.4.1

29 Sep 21:48
Compare
Choose a tag to compare

Misc. Updates

  • Update to 2.26.0 SDK dependencies (PR #492)

3.4.0

27 Sep 17:46
Compare
Choose a tag to compare

Misc. Updates

  • Updated LambdaAuthInterceptor to support async auth provider (PR #488)

3.3.1

25 Aug 21:41
Compare
Choose a tag to compare

Misc. Updates

  • Update to 2.25.0 SDK dependencies (PR #484)

3.3.0

29 Jul 22:51
Compare
Choose a tag to compare

New Features

Added support for AWS Lambda auth mode (PR #478)

3.2.1

26 Apr 17:30
Compare
Choose a tag to compare

Misc. Updates

  • Update to 2.24.0 SDK dependencies (PR #472)

3.2.0

07 Apr 00:55
Compare
Choose a tag to compare

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.17

19 Feb 22:31
Compare
Choose a tag to compare

Misc. Updates

3.1.16

02 Feb 18:38
Compare
Choose a tag to compare

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

26 Jan 22:40
c9e33be
Compare
Choose a tag to compare

Misc. Updates

  • Update dependencies to consume AppSyncRealTimeClient fix for race condition on disconnect (PR #454)