Skip to content

v7.1.0

Latest
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 18 Oct 06:38
· 1 commit to main since this release

Minor release changes

  • All operation calls now have an alternative version with the parameters that make up the request type, instead of the request type eg s3.getObject(_:logger:) has alternative s3.getObject(bucket:key:etc:logger:). #733
  • Dropped support for Swift 5.8. #739

Patch release changes

  • Fixed warning: 'soto': found 779 file(s) which are unhandled warning. #738
  • All operation calls have been made @inlinable. #733
  • Fixed S3. completeMultipartUpload operation name in payload.

Other changes

  • Swift 6 CI