Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
2.41.0 (2024-09-18)
Features
- Core: Upgrading dependency to AWS SDK for Swift 1.0.0 (#3858)
CredentialsProviding
protocol has moved from the AWSClientRuntime
module to the AwsCommonRuntimeKit
module, so Amplify's AmplifyAWSCredentialsProvider.getCredentials()
's return type has been updated accordingly.
2.40.0 (2024-09-17)
Features
-
Storage: Implementing support for multiple buckets (#3839)
You can learn how to configure it in our documentation for setting up Storage, and also on the specific section for each operation (e.g. for uploading into a specific bucket).
2.39.1 (2024-09-16)
Bug Fixes
- analytics: iterate sqlite rows with failableNext (#3857)
2.39.0 (2024-08-28)
2.38.0 (2024-08-19)
Features
- predictions: add web socket retry for clock skew (#3816)
2.37.0 (2024-08-12)
Features
- api: propagate connectionLost error from websocket client to sync engine (#3800)
2.36.0 (2024-07-18)
Features
- Storage: Adding subpath strategy to the List operation (#3775)
2.35.7 (2024-07-16)
Bug Fixes
- core: update privacy info (#3777)
2.35.6 (2024-07-16)
Bug Fixes
- data: Gen2 hasOne associatedFields compile issue (#3700)
2.35.5 (2024-07-08)
Bug Fixes
- Auth: Throw error if hosted UI is not presented during sign out (#3769)