| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.101.0 source code.tar.gz | 2026-06-03 | 1.4 MB | |
| 2.101.0 source code.zip | 2026-06-03 | 2.0 MB | |
| README.md | 2026-06-03 | 1.4 kB | |
| Totals: 3 Items | 3.4 MB | 0 | |
What's Changed
SemVer Minor
- Add
getMultipleIntegersandsetMultipleIntegersAPI onByteBufferby @adityasingh2400 in https://github.com/apple/swift-nio/pull/3606
SemVer Patch
- Don't fatalError if
NIOTypedHTTPServerUpgraderStateMachineis in state finished when finding upgrader by @adam-fowler in https://github.com/apple/swift-nio/pull/3597 - Fix
readInlineArrayreading from the wrong index when readerIndex is non-zero by @adityasingh2400 in https://github.com/apple/swift-nio/pull/3605 - NIOWebSocket: reject 8-byte payload lengths that exceed
Int.maxby @g0w6y in https://github.com/apple/swift-nio/pull/3603 - NonBlockingFileIO: error instead of silently truncating oversized reads by @adityasingh2400 in https://github.com/apple/swift-nio/pull/3607
- [NIOFileSystem] Fallback to rename when
renameat2is not available by @madsodgaard in https://github.com/apple/swift-nio/pull/3612
Other Changes
- Support multiple benchmark packages per macOS workflow invocation by @rnro in https://github.com/apple/swift-nio/pull/3602
New Contributors
- @adityasingh2400 made their first contribution in https://github.com/apple/swift-nio/pull/3605
- @g0w6y made their first contribution in https://github.com/apple/swift-nio/pull/3603
Full Changelog: https://github.com/apple/swift-nio/compare/2.100.0...2.101.0