Skip to content

v5.9.0 (Async/Await)

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 24 Sep 08:18
· 21 commits to 5.x.x since this release

Using v5.7.0 of soto-core.
Sync'ed service models to v1.40.45 of aws-sdk-go.

New Services

  • Kafka Connect:
  • OpenSearchService: Successor to Amazon Elasticsearch Service. Deploy, operate, scale OpenSearch clusters

Minor changes

  • Added support for new Swift 5.5 concurrency features. Support incudes
    • Async/await versions of all service operations
    • AsyncSequence paginators
    • Async/await versions of waiters
    • Async/await versions of signURL/Headers
    • AWSPayload can be created from AsyncSequence of BtteBuffers
    • Async/await versions of DynamoDB Codable API

Patch changes

  • Where applicable replace NIO imports with NIOCore or NIOPosix.