Skip to content

v6.5.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 16 Apr 09:10
· 79 commits to main since this release
3462ca7

Minor release changes

  • Update minimum required Swift version to 5.6.
    • Remove all #if compiler checks for Swift concurrency and Sendable conformance
  • Added FixedSizeByteBufferAsyncSequence which takes a ByteBuffer AsyncSequence and returns ByteBuffers of a fixed size.
  • Added Sequence.concurrentMap which returns an array of mapping the given async closure over a sequence elements. The async functions are run concurrently. Also added a version of this that ensure only so many concurrent tasks are running at any one point.

Patch release changes

  • Fix possible issue with AWSPayload. asyncSequence iterating results