Skip to content

Releases: aws-amplify/amplify-swift

1.5.3 (2021-01-08)

09 Jan 02:06
Compare
Choose a tag to compare

Bug Fixes

  • DataStore/API: retrieve correct associated target name (#965)

1.5.2 (2020-12-23)

24 Dec 01:26
Compare
Choose a tag to compare

Bug Fixes

DataStore: QueryPredicate translation (#961)
refactor GraphQL response decoder (#971)
add blog post comment schema and tests (#970)
Auth: Dismiss empty UIViewController (#947)
Add plugin conformances to AmplifyVersionable (#941)

1.5.1 (2020-12-11)

11 Dec 16:19
Compare
Choose a tag to compare

Bug Fixes

  • Predictions: use string's unicode scalars view to compute indexes for Comprehend results (#904)
  • Predictions: Callback is not triggered with URLError (#896)
  • DataStore: add targetName to hasOne relationships (#926)

1.5.0 (2020-12-03)

04 Dec 01:08
Compare
Choose a tag to compare

Features

  • DataStore: selective sync on initial sync & incoming subscription models (#884)
  • DataStore: Start/Stop implementation (#919)
    • Note: In previous releases, the DataStore sync engine was started automatically on Amplify.configure(). With this release, the DataStore sync engine does not start on Amplify.configure(). More information can be found in the documentation here.

Bug Fixes

  • API: subscription cancel unit test failing intermittently (#927)
  • Auth: Fix an issue where the fetchAuthSession callback is called twice (#922)
  • DataStore: SyncMutationToCloudOperationTests thread sanitizer bug (#915)
  • Predictions: Avoid Multiple Rekognition Error Return (#910)
  • Predictions: Fix of PredicationPlugin unit tests (#903)
  • Use correct category plugins to populate dev menu (#897)
  • DataStore: Nested query predicates are not stored properly (#905)

1.4.4 (2020-11-19)

19 Nov 22:15
Compare
Choose a tag to compare

Bug Fixes

  • Designate SwiftUI a weak_framework in podspec (#892)

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)