Skip to content

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

3.1.14

09 Jan 02:54
Compare
Choose a tag to compare

Misc. Updates

Upgrade to 2.22.0 SDK. PR #451

3.1.13

17 Dec 22:45
Compare
Choose a tag to compare

Misc. Updates

3.1.12

26 Jan 22:17
Compare
Choose a tag to compare

Misc. Updates

  • Add a parameter for the api key expiration for integ test setup CFN template (PR #439)
  • Update dependencies. (PR #441)

3.1.11

05 Nov 19:23
e62fab2
Compare
Choose a tag to compare

Misc. Updates

  • Refactored AWSAppSyncHTTPNetworkTransport to simplify internal auth handling, and to support providing your own URLSession in the new initializer. (PR #422). Thanks for the initial PR, @lesmuc! 🎉
  • Update dependencies. (PR #436)

3.1.10

21 Oct 07:17
Compare
Choose a tag to compare

Misc. Updates

3.1.9

19 Oct 20:21
Compare
Choose a tag to compare

Misc. Updates

3.1.8

16 Oct 02:26
Compare
Choose a tag to compare

Deprecated release

This release is deprecated due to errors. Please use 3.1.9 or greater.

3.1.6

05 Sep 00:27
Compare
Choose a tag to compare

Misc. Updates

3.1.5

26 Jan 22:17
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug in subscription where data is not translated correctly to a format valid for JSONSerialization (See Issue #401, PR #402). Thanks @LachlanMcCulloch! 🎉

Misc. Updates

  • Updated to latest dependencies
  • AppSync is now built with Xcode 11.6 in the CI/CD pipeline

3.1.4

31 Jul 22:56
7aaa17a
Compare
Choose a tag to compare

Bug Fixes

Misc. Updates

  • Updated to latest dependencies