Skip to content

v6.6.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 17 Apr 09:22
· 18 commits to 6.x.x since this release

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
  • 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.