v6.6.0
Using SotoCore v6.5.0
Using AWS models from Release (2023-04-14)
New Services
- CloudTrailData
- IVSRealtime
- InternetMonitor
- Telco Network Builder (TNB)
- VPCLattice
Minor Release Changes
- Update minimum required Swift version to 5.6.
- Remove all
#if compiler
checks for Swift concurrency and Sendable conformance - Replace _SotoSendable with Sendable
- Remove all
- Add multipartUpload that takes an AsyncSequence of ByteBuffers as input.
- This version of multipartUpload will upload up to 4 parts concurrently.
- The async/await file multipart upload uses this now.