Skip to content

Releases: aws-amplify/amplify-swift

1.18.0 (2021-12-15)

15 Dec 23:15
Compare
Choose a tag to compare

Features

  • AWSPluginsCore: Add non-blocking methods to AWSAuthServiceBehavior / deprecate existing blocking methods (#1502)

Bug Fixes

  • API: Memory leak in GraphQLOperation (#1562)
  • Storage: Use async getidentityid (#1544)

1.17.0 (2021-12-07)

07 Dec 23:02
Compare
Choose a tag to compare

Features

  • Storage: Add async resolvePrefix (#1539)
  • Core: Supports SwiftUI by not running Amplify.configure while running for Previews #1509

Bug Fixes

  • Auth: Update the Auth plugin to enforce ordering of api calls (#1549)
  • Datastore: fix owner based subscriptions queries w/ multiauth (#1553)
  • DataStore: Remove from snapshot when item no longer matches predicate (#1522)

1.16.1 (2021-11-19)

19 Nov 07:50
Compare
Choose a tag to compare

Chores

  • Geo: Update CI/CD workflows to support Amplify Geo.

1.16.0 (2021-11-18)

19 Nov 01:40
Compare
Choose a tag to compare

Features

  • Geo: Add Amplify Geo Category. Amplify Geo provides APIs for mobile app development such that you can add maps and search to your app with just a few lines of code.

Bug Fixes

  • DataStore: support predicate evaluation on model with Enum (#1516)

1.15.6 (2021-11-15)

15 Nov 18:44
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: clear ModelSyncMetadata on duplicate ids found (#1515)
  • DataStore: Allow different model types with the same ID (#1490)

1.15.5 (2021-11-04)

04 Nov 21:01
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: ModelSyncedEventEmitter event order (#1494)

1.15.4 (2021-11-03)

03 Nov 21:19
Compare
Choose a tag to compare

Bug Fixes

  • Support new list name pluralization (#1451)
  • DataStore: Use throwing iterator to avoid hidden force try (#1411)

1.15.3 (2021-10-21)

21 Oct 18:25
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: Optimize mutation event propagation after model synced in ModelSyncEventEmitter (#1479)
  • Datastore: Fixes SPM build error due to missing import Foundation in SyncEventEmitter.swift (#1481)
  • Auth: Replace force unwrap to throw an error in AWS credentials (#1476)
  • DataStore: ModelSyncedEvent before last MutationEvent (#1472)
  • DataStore: Reconciliation path avoid model.modelName (#1475)
  • DataStore: Improve ObserveQuery for multiple sort input (#1464)

1.15.2 (2021-10-14)

14 Oct 20:07
Compare
Choose a tag to compare

Bug Fixes

  • DataStore: Fallback when missing auth rule providers to API requirements (#1465)

1.15.1 (2021-10-14)

14 Oct 16:04
Compare
Choose a tag to compare

Bug Fixes

DataStore: ObserveQueryOperation missing import for SPM (#1470)