Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
1.19.2 (2022-02-07)
07 Feb 16:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
auth: add deleteUser API (#1598 )
Update AWS SDKs to 2.27.0 (#1596 )
1.18.3 (2022-01-20)
20 Jan 16:14
Compare
Sorry, something went wrong.
No results found
Features
auth : add deleteUser API (#1582 )
Update AWS SDKs to 2.27.0 (#1596 )
1.18.2 (2022-01-19)
19 Jan 18:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
datastore : quote table name in create table-references SQL statement (#1485 )
1.18.1 (2021-12-15)
16 Dec 00:48
Compare
Sorry, something went wrong.
No results found
Bumps dependency for AWS SDK iOS to 2.26.6 .
1.18.0 (2021-12-15)
15 Dec 23:15
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Chores
Geo: Update CI/CD workflows to support Amplify Geo.
1.16.0 (2021-11-18)
19 Nov 01:40
Compare
Sorry, something went wrong.
No results found
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 )