Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.83.0 source code.tar.gz | 2025-05-09 | 1.2 MB | |
2.83.0 source code.zip | 2025-05-09 | 1.7 MB | |
README.md | 2025-05-09 | 1.6 kB | |
Totals: 3 Items | 2.9 MB | 0 |
What's Changed
SemVer Minor
- Make ChannelError and NIOConnectionError conform to CustomStringConvertible by @axelandersson in https://github.com/apple/swift-nio/pull/3230
- Drop Swift 5.9 by @rnro in https://github.com/apple/swift-nio/pull/3228
- Move
PooledRecvBufferAllocator
from NIOPosix to NIOCore by @rafaelcepeda in https://github.com/apple/swift-nio/pull/3110
SemVer Patch
- Update Array+FileSystem.swift to add visionOS by @rnro in https://github.com/apple/swift-nio/pull/3220
- BaseStreamSocketChannel half-close allows outstanding writes to complete by @rnro in https://github.com/apple/swift-nio/pull/3148
- Remove assertions on PWM failAll and closeOutbound by @rnro in https://github.com/apple/swift-nio/pull/3231
- Replace almost all public static lets with computed vars by @Lukasa in https://github.com/apple/swift-nio/pull/3229
Other Changes
- Removed Docker references as repo moved to Github actions by @akbashev in https://github.com/apple/swift-nio/pull/3227
- Update SECURITY.md by @rnro in https://github.com/apple/swift-nio/pull/3232
- Disable Swift 5.9 CI jobs by default by @rnro in https://github.com/apple/swift-nio/pull/3233
New Contributors
- @akbashev made their first contribution in https://github.com/apple/swift-nio/pull/3227
- @axelandersson made their first contribution in https://github.com/apple/swift-nio/pull/3230
Full Changelog: https://github.com/apple/swift-nio/compare/2.82.1...2.83.0