| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-11 | 2.0 kB | |
| SwiftNIO 2.89.0 source code.tar.gz | 2025-11-11 | 1.4 MB | |
| SwiftNIO 2.89.0 source code.zip | 2025-11-11 | 1.9 MB | |
| Totals: 3 Items | 3.3 MB | 0 | |
What's Changed
SemVer Minor
- Replace rethrows with typed throws in ByteBuffer by @Lukasa in https://github.com/apple/swift-nio/pull/3372
- Add some spans to ByteBuffer by @Lukasa in https://github.com/apple/swift-nio/pull/3371
- Enable per-message GSO on Linux by @Lukasa in https://github.com/apple/swift-nio/pull/3436
- Enable per-message GRO on Linux by @Lukasa in https://github.com/apple/swift-nio/pull/3439
- Add
NIOLoopBoundBox.withValueby @fabianfett in https://github.com/apple/swift-nio/pull/3385
SemVer Patch
- For WASI builds only, use fatalError in all .wait() calls. Recommend using .get() instead. by @scottmarchant in https://github.com/apple/swift-nio/pull/3421
- Fail on early errors in parallel copy by @glbrntt in https://github.com/apple/swift-nio/pull/3435
- Enable NIOFoundationCompat to compile using Swift for WebAssembly. Fix NIOCore WASI compilation issue. by @scottmarchant in https://github.com/apple/swift-nio/pull/3422
- NIOAsyncTestingChannel local/remote addrs on EmbeddedChannelCore by @rnro in https://github.com/apple/swift-nio/pull/3442
Other Changes
- Swift SDK installation script improvements by @rnro in https://github.com/apple/swift-nio/pull/3429
- Android use static swift stdlib by @rnro in https://github.com/apple/swift-nio/pull/3430
- Generate matrix nested manifests by @rnro in https://github.com/apple/swift-nio/pull/3431
- Add Xcode 26.1 to macOS CI by @rnro in https://github.com/apple/swift-nio/pull/3438
- Switch test targets in macos_tests.yml by @rnro in https://github.com/apple/swift-nio/pull/3437
- Document the GSO/GRO APIs by @Lukasa in https://github.com/apple/swift-nio/pull/3440
- Add a script for updating Integration Tests thresholds from CI by @rnro in https://github.com/apple/swift-nio/pull/3443
Full Changelog: https://github.com/apple/swift-nio/compare/2.88.0...2.89.0