Skip to content

Releases: aws-amplify/amplify-swift

1.4.3 (2020-11-13)

13 Nov 02:54
Compare
Choose a tag to compare

Bug Fixes

DataStore: failed subscriptions lead to instability in sync engine (#889)

1.4.2 (2020-11-11)

11 Nov 20:06
Compare
Choose a tag to compare

Bug Fixes

  • datastore: Fix regression caused by changing the public enum value (#883)

Misc

  • Change reset method (#866)
  • Update dependencies (#875)

1.4.1 (2020-11-05)

05 Nov 23:32
Compare
Choose a tag to compare

This version has been deprecated. Please use the latest release.

1.4.0 (2020-10-22)

23 Oct 02:58
Compare
Choose a tag to compare

Features

  • DevMenu: Added Developer Menu to Amplify (#844)
  • DataStore: DataStore Hub Events (#766) (#795)

Bug Fixes

  • Core: @auth use case for oidc (#847)
  • API: Support for auth api oidc provider (#842)
  • API: Make sure collections are not in gql input (#828)

1.3.2 (2020-10-16)

17 Oct 00:31
Compare
Choose a tag to compare

Bug Fixes

  • move AWSServiceConfiguration Platform extension (#832)
  • auth category should throw AuthError instead of PredictionsError (#830)
  • DataStore: Owner and Group Combined @auth (#817)
  • auth: rename conflicting name AWSAuthService to AWSCognitoAuthService (#824)
  • datastore: Keep DataStore sync engine running even if models subscriptions fail (#815)
  • auth: Dismiss UI first before sending callback for HostedUI (#820)
  • Core: support for custom identity claim (#813)
  • Parse and surface returned subscription @auth errors (#810)
  • Core: support identityClaim "sub" (#794)
  • DataStore: owner based auth, read operations (#788)

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