Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
2.24.0 (2023-12-07)
2.23.0 (2023-12-05)
Features
- DataStore: DisableSubscriptions flag for watchOS (#3368)
2.22.1 (2023-12-05)
Bug Fixes
- appsync-realtime-client 3.1.2 watchOS support (#3395)
- storage: Fixing watchOS crash when dealing with big files (#3389)
- DataStore: Store larger than 32-bit values in Int64 over Int (#3367)
- Auth: Moving HostedUI continuations to one place (#3363)
- DataStore: Reconcile mutation responses from conflict handler path (#3370)
- Auth: Add underlying error details to session error (#3364)
- refactor keychain errors (#3354)
2.22.0 (2023-11-09)
Features
- update swift sdk dependency to 0.31.0 (#3351)
2.21.5 (2023-11-08)
2.21.4 (2023-11-02)
Bug Fixes
- Analytics: Fixing crash when attempting to submit events while a previous submission is in progress (#3331)
2.21.3 (2023-11-01)
Bug Fixes
- bump swift sdk to 0.26.1 (#3333)
2.21.2 (2023-10-31)
Bug Fixes
- Analytics: Handling certain auth errors as retryable errors (#3322)
2.21.1 (2023-10-23)
2.21.0 (2023-10-20)
Features
- datastore: Add
isLoaded
public property in List+Model (#3296)