Releases: aws-amplify/amplify-swift
Releases · aws-amplify/amplify-swift
2.44.0 (2024-10-31)
2.43.0 (2024-10-22)
2.42.2 (2024-10-18)
2.42.1 (2024-09-24)
Bug Fixes
- predictions: region handling for creating correct streaming endpoint from region (#3880)
2.42.0 (2024-09-23)
Features
- api: add support for GraphQL filter attributeExists (#3838)
2.41.2 (2024-09-20)
Bug Fixes
- api: append auth info as head fields for appSync realtime handshake request
2.41.1 (2024-09-19)
Bug Fixes
- Storage: Removing
testable
import inUploadPartInput
extension (#3878)
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)