Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
1.3.1 (2020-10-01)
1.3.0 (2020-09-29)
1.2.0 (2020-09-16)
1.1.2 (2020-08-30)
1.1.1 (2020-08-18)
Bug Fixes
- Propagate @discardableResult to implementations (#719)
v1.1.0
1.1.0 (2020-08-12)
Features
- Core: Add Combine support. See README-combine-support.md for details (#667)
- Auth: Add metadata options for passing clientMetadata to APIs (#700)
- Core: Mark APIs that return operations with @discardableResult (#633)
- Core: Add AmplifyConfiguration file-based initializer (#707)
Bug Fixes
v1.0.6
1.0.5
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)