Skip to content

Releases: aws-amplify/amplify-swift

1.3.1 (2020-10-01)

01 Oct 16:56
Compare
Choose a tag to compare

Bug Fixes

  • Data race in AWSModelReconciliationQueue (#790)
  • Remove unused RepeatingTimer (#786)

1.3.0 (2020-09-29)

29 Sep 20:43
Compare
Choose a tag to compare

Features

  • Support Xcode 12 (#779)
  • datastore: Dispatch outboxMutationEnqueued, outboxMutationProcessed events (#759)

1.2.0 (2020-09-16)

16 Sep 21:40
Compare
Choose a tag to compare

Features

  • DataStore: Dispatch outboxStatus, subscriptionsEstablished, syncQueriesStarted events (#721)

Bug Fixes

  • DataStore: Fix publishing events from model reconciliation queue (#756)
  • Core: Fix default operator outside of guard statement (#752)

1.1.2 (2020-08-30)

30 Aug 20:15
Compare
Choose a tag to compare

Bug Fixes

  • API: Add custom 'items' deserialization for List (#711)
  • Auth: Updated AWS SDK dependencies to fix crash during federatedSignIn (#640)
  • Fix typo in iOS Combine docs (#747)

1.1.1 (2020-08-18)

19 Aug 01:24
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

12 Aug 20:41
Compare
Choose a tag to compare

1.1.0 (2020-08-12)

Features

Bug Fixes

  • Predictions: rowIndex and columnIndex for cell (#704)
  • Predictions: TABLE, CELL & KEY_VALUE_SET blocks are not properly processed (#660)
  • API: cognito user pool intercept with accessToken (#690)

v1.0.6

03 Aug 23:17
Compare
Choose a tag to compare

Bug Fixes

  • Update AppSyncRealTimeClient dependency (#683)

1.0.5

24 Jul 23:30
Compare
Choose a tag to compare

Bug Fixes

  • auth: missing initializers for AWSAuth*Options (#658)
  • storage: delete file if key not found on download (#652)
  • Fix cancellation logic for AWSGraphQLSubscriptionOperation (#650)
  • Plugins that are not configured correctly will be error at initial step (#642)
  • Datastore: paginationInput not passed down in query (#647)
  • auth: Fix an issue that prevents signInWithWebUI to present over a presenting vc (#635)
  • auth: User pool token, user sub should be returned for signedIn user with no identityPool config (#632)

1.0.4

01 Jul 20:27
Compare
Choose a tag to compare

Bug Fixes

  • DataStore E2E Integration Tests (#596)
  • Auth updated the AWSMobileClient version to 2.14.0 to fix a crash related to nil user pool client (#592)

1.0.3

27 Jun 03:55
25740b3
Compare
Choose a tag to compare

Bug Fixes

  • Auth Fix issue in auth configure where it fails if one of the Cognito services is not present. (#586)