You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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