Skip to content

Releases: aws-amplify/amplify-swift

1.2.0 (2020-09-16)

16 Sep 21:40

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

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

Choose a tag to compare

Bug Fixes

v1.1.0

12 Aug 20:41

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

Choose a tag to compare

Bug Fixes

  • Update AppSyncRealTimeClient dependency (#683)

1.0.5

24 Jul 23:30

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

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

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)

1.0.2

25 Jun 23:03
2708869

Choose a tag to compare

Bug Fixes

  • Auth Signout will completely delete the session in webui (#542)
  • Core Fix plugin configuration validation (#543)
  • DataStore Fixed a DataStore issue where lazy List<M> initialization would fail for relationships 3+ levels deep (#534)
  • DataStore Model schema updates clears local database on configure (#551)
  • DataStore/API Add Emeddable type to Model internals, to store schema info for custom types (#539 and #562). This bug impacts developers with schemas containing embedded types when using DataStore with sync to cloud enabled or using API with Model classes. To fix this bug, upgrade both Amplify CLI to 4.22.0, and Amplify Libraries to 1.0.2. There is a known incompatibility if only upgrading CLI but not the Library. Then run amplify codegen models to regenerate the Model classes. The internal ModelFieldType .customType has been replaced with .embedded(type:) and embeddedCollection(of:).
  • Tools Update Amplify tools script to resolve node correctly when NVM is installed (#535)
  • Tools Update Amplify tools script to resolve min CLI version for codegen changes (#583)

Misc

  • Build Add common dependency configuration, standardize environment across all modules, podspec source version tag and url (#538)
  • Build Update CoreML podspec with amplify version (#555)
  • Build Fix pod lib lint error using local variable definitions in Podspec files (#557)
  • Build Changed the repo's default branch to 'main' (#579)
  • Core Move DataStore Model Schema related classes to Internal directory (#563)

1.0.1 (2020-06-05)

06 Jun 01:09

Choose a tag to compare

Bug Fixes

  • DataStore: Fixed a DataStore issue where nested associations that were 3 levels or more deep would fail to decode into the Swift models (#520)
  • DataStore: Support all Temporal types in predicates (#513)
  • API: Fixed a problem with the selection set that is generated for a Model containing a connection to another Model (#509)
  • API: Fixed a bug with nil value not updated in GraphQL model value to nil (#519)
  • API: Fixed QueryPredicate to GraphQLValue logic, missing Temporal.DateTime conversion (#508)
  • Tools: Allow Amplify tools to run if the project folder has a space char (#506)
  • Tools: Update Amplify tools script to check for minimum version of amplify-app and amplify cli (#511)

Misc

  • Fixed build errors for fresh installation of Amplify pods (#517)
  • Updated Datastore models for testing. (#526)
  • Integration test for Auth (#497)