Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
2.4.0 (2023-02-07)
Features
- DataStore and API Lazy Loading with Custom Selection Set (#2583)
Bug Fixes
- test: DS transformer V2 tests should be update mutation on existing model (#2753)
- test: compare model identifier for deletion events (#2752)
- datastore: load hasOne and belongsTo lazy reference with composite key (#2737)
- datastore/api: DefaultModelProvider return nil from not loaded state (#2746)
- datastore/api CPK uni-directional has-many lazy list load (#2730)
- datastore/api: do not set nil values for create mutation graphQL input translation (#2701)
- datastore/api: Add missing PropertyPath types double and int (#2689)
- datastore.: observe API mutation event decode to model successfully (#2684)
2.3.2 (2023-02-02)
1.29.0 (2023-01-30)
2.3.1 (2023-01-18)
Bug Fixes
- API: remove encoding step before feeding request to signer (#2666)
2.3.0 (2023-01-18)
Features
- api: Update url cache for storage and api to nil (#2647)
Bug Fixes
- datastore: skip has-many model to graphQL translation (#2661)
- auth: Return session expired on revoke token (#2652)
- core: Add proper handling of expired credentials (#2637)
- Add missing integration test scheme for Storage and Analytics (#2646)
- Change Integration Test Github action to run only integration test scheme (#2645)
- upgrade to aws-sdk-swift v0.6.0 (#2620)
2.2.1 (2022-12-19)
2.2.0 (2022-12-05)
2.1.0 (2022-11-10)
Features
- Storage: Remove async throws from public apis that returns a task (#2543). The change avoids checking for error at two places and the API will become sync.
Note: This change would break customers who use storage API and have Xcode setting to treat warnings as error.
Bug Fixes
1.28.3 (2022-11-10)
v2.0.2(2022-11-02)
Bug Fixes
- auth: Add secrethash to the resetPassword/resendSignUpCode (#2528)