Skip to content

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

3.7.1 (2024-05-21)

21 May 22:30
d84b196
Compare
Choose a tag to compare

Bug Fixes

  • Making APIKeyBasedConnectionPool thread-safe to prevent crashes (#596)

Misc.

  • update missing sdk dependencies to 2.36.2 (#597)
  • bump rexml from 3.2.5 to 3.2.8 (#598)

SHA-512 checksum:

AWSAppSync.xcframework.zip
70060791cc99da847f7a81698e683175f8cc0d4c044dc51e603c1d59b4fb5550e7cf4e02d5f47b454c629f0d354eaae65ac60655aa92506ec89ec23e02a6c64f

3.7.0 (2024-04-23)

23 Apr 21:32
@5d 5d
c37e6f0
Compare
Choose a tag to compare

Features

  • update minimum ios deployment target to v12(PR #586)
    • update dependency AppSyncRealTimeClient to 3.2.0
    • update dependencies of AWSSDK to 2.36.0

SHA-512 checksum:

AWSAppSync.xcframework.zip
c222669f04632e4bc6a1f4fce32f7893123051f88f0fa47a8d009cf254f4dcdb8e9b70bc8722eaed332c073d0b21f29cf8b499a70eb24da3fa9b059b5923f6bc

3.6.5 (2024-04-23)

23 Apr 19:03
@5d 5d
a1e79c9
Compare
Choose a tag to compare

Bug Fixes

  • fix AppSyncRealTimClient dependency version defined in podspec and podfile(PR #591)

Misc.

  • updating AWS SDK dependency to 2.35.0(PR #590)

SHA-512 checksum:

AWSAppSync.xcframework.zip
1e08f4d94fad809f06791afd223c89a230c10dc5423924a2af9d77775d4f23e15de0381eaedaee48817bb8485fdccd0529b923e18d65ff6ccd06403d03c4f620

3.6.4 (2024-02-28)

28 Feb 19:58
94d50c6
Compare
Choose a tag to compare

Bug Fixes

  • fix: Perform optimistic updates without awaiting (#548)

Misc.

  • Updating AWS SDK dependency to 2.34.0 (#583)

3.6.3 (2023-12-14)

14 Dec 22:37
Compare
Choose a tag to compare

Bug fixes:

  • subscribe function is not thread safe and causes crashes (#569)

Misc updates:

  • Update Podspec

3.6.2

01 Feb 20:09
b5d3bbe
Compare
Choose a tag to compare

Misc. Updates

  • Update SDK dependency to 2.30.1 and AppSyncRealTimeClient dependency to 3.0.0 (#561)

3.6.1

02 Apr 07:37
Compare
Choose a tag to compare

Misc.

  • chore: skip build xcframework when build for cocoapods #524
  • chore: Update the gemfile to pin to version #530

3.6.0

07 Mar 19:33
Compare
Choose a tag to compare

Features

  • feat: Upgrade AppSyncRTClient 1.8.0 and enable logs (PR #519)

Bug Fixes

  • fix: Thread safe subscription watcher cancel (PR #523)

3.5.0

24 Feb 23:02
48859be
Compare
Choose a tag to compare

Misc. Updates

  • feat: Upgrade AppSyncRealTimeClient 1.7.0 for Starscream 4 (PR #518)
  • AppSync SDK is now also released as an XCFramework (PR #521)

3.4.3

27 Jan 00:40
Compare
Choose a tag to compare

Misc. Updates

  • AppSync is now built with Xcode 13.2 in the CI/CD pipeline
  • Upgrade to 2.27.0 SDK. PR #514