Skip to content

v6.0.0 Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 18 May 15:44
· 116 commits to main since this release

Major Version Changes

  • Add Sendable Conformance to all relevant objects/protocols. This includes AWSClient, AWSService, CredentialProvider and AWSShape.

Minor Version Changes

  • Added async version of AWSClient.shutdown
  • Added AWSBase64Data to store base64 encoded data. This is to replace all instances of Data in AWS service API input/output shapes.