Skip to content

Releases: aws-amplify/amplify-swift

1.19.2 (2022-02-07)

07 Feb 16:29

Choose a tag to compare

Bug Fixes

  • DataStore: Add DateTime, Date, Time, Int, Float, Enum field in indexes to GraphQL input correctly for mutations (#1612)

1.19.1 (2022-02-01)

01 Feb 19:15

Choose a tag to compare

Chores

  • Auth: Improved error handling for userNotFound error when fetching a signed in session (#1605)
  • Housekeeping: Added attribution notice for 3P libraries (#1610)

Bug Fixes

  • Auth: Handle deleted account when fetching signed in session (#1604)

1.19.0 (2022-01-20)

20 Jan 17:34

Choose a tag to compare

Features

  • auth: add deleteUser API (#1598)
  • Update AWS SDKs to 2.27.0 (#1596)

1.18.3 (2022-01-20)

20 Jan 16:14

Choose a tag to compare

Features

  • auth: add deleteUser API (#1582)
  • Update AWS SDKs to 2.27.0 (#1596)

1.18.2 (2022-01-19)

19 Jan 18:27

Choose a tag to compare

Bug Fixes

  • datastore: quote table name in create table-references SQL statement (#1485)

1.18.1 (2021-12-15)

16 Dec 00:48

Choose a tag to compare

  • Bumps dependency for AWS SDK iOS to 2.26.6.

1.18.0 (2021-12-15)

15 Dec 23:15

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

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

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

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)