Skip to content

Commit ea3936d

Browse files
chore(deps): update dependency apple/swift-nio to v2.80.0 (#1464)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor | `2.79.0` -> `2.80.0` | --- ### Release Notes <details> <summary>apple/swift-nio (apple/swift-nio)</summary> ### [`v2.80.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.80.0): SwiftNIO 2.80.0 [Compare Source](https://redirect.github.com/apple/swift-nio/compare/2.79.0...2.80.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Minor - Fix WebSocketProtocolErrorHandler sending the close frame with appropriate masking key by [@&#8203;johnnzhou](https://redirect.github.com/johnnzhou) in [https://github.com/apple/swift-nio/pull/3040](https://redirect.github.com/apple/swift-nio/pull/3040) - feat: Add `String(contentsOf: FilePath ...)` by [@&#8203;natikgadzhi](https://redirect.github.com/natikgadzhi) in [https://github.com/apple/swift-nio/pull/3048](https://redirect.github.com/apple/swift-nio/pull/3048) - feat: NIO.TimeAmount(string:) and TimeAmount.description by [@&#8203;natikgadzhi](https://redirect.github.com/natikgadzhi) in [https://github.com/apple/swift-nio/pull/3046](https://redirect.github.com/apple/swift-nio/pull/3046) - Adds `Int(buffer:)` initializer to `FixedWidthInteger` types by [@&#8203;natikgadzhi](https://redirect.github.com/natikgadzhi) in [https://github.com/apple/swift-nio/pull/3047](https://redirect.github.com/apple/swift-nio/pull/3047) - Fix the HappyEyeballsResolver and core Bootstraps under strict concurrency by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3062](https://redirect.github.com/apple/swift-nio/pull/3062) - Clean up Sendability in Thread and ThreadPool by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3081](https://redirect.github.com/apple/swift-nio/pull/3081) - Make NonBlockingFileIO strict-concurrency clean by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3082](https://redirect.github.com/apple/swift-nio/pull/3082) ##### SemVer Patch - Move Isolated EL operations to EL protocol by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3070](https://redirect.github.com/apple/swift-nio/pull/3070) - Improve HTTPHeaders description performance by [@&#8203;supersonicbyte](https://redirect.github.com/supersonicbyte) in [https://github.com/apple/swift-nio/pull/3063](https://redirect.github.com/apple/swift-nio/pull/3063) - Fast-path isolated view for EmbeddedEventLoop by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3073](https://redirect.github.com/apple/swift-nio/pull/3073) - Enable optimized Isolated view path for AsyncTestingEL by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3074](https://redirect.github.com/apple/swift-nio/pull/3074) - Adopt optimized isolated path for SelectableEL by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3075](https://redirect.github.com/apple/swift-nio/pull/3075) - Update nightly CI pipelines to 6.1 instead of 6.0 by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3076](https://redirect.github.com/apple/swift-nio/pull/3076) - Improve `flatScheduleTask` by [@&#8203;clintonpi](https://redirect.github.com/clintonpi) in [https://github.com/apple/swift-nio/pull/3079](https://redirect.github.com/apple/swift-nio/pull/3079) - Sendability clean up for RawSocketBootstrap by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3083](https://redirect.github.com/apple/swift-nio/pull/3083) - Strict concurrency for SelectableEventLoop & MTELG by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3084](https://redirect.github.com/apple/swift-nio/pull/3084) - Add Sendable annotations to SelectorGeneric by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3085](https://redirect.github.com/apple/swift-nio/pull/3085) - Remove accidental static var by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3086](https://redirect.github.com/apple/swift-nio/pull/3086) - Add simple Sendable conformance to AsyncSequenceFromIterator by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3088](https://redirect.github.com/apple/swift-nio/pull/3088) - Add Sendable annotations to the syscall wrappers by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3087](https://redirect.github.com/apple/swift-nio/pull/3087) - Avoid using stderr explicitly by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3089](https://redirect.github.com/apple/swift-nio/pull/3089) - Make NIOPosix strict-concurrency clean by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3090](https://redirect.github.com/apple/swift-nio/pull/3090) - `NIOFileSystem`: Try ${TMPDIR} first for temporary directory by [@&#8203;natikgadzhi](https://redirect.github.com/natikgadzhi) in [https://github.com/apple/swift-nio/pull/3067](https://redirect.github.com/apple/swift-nio/pull/3067) - undo Xcode 13 GM workaround by [@&#8203;weissi](https://redirect.github.com/weissi) in [https://github.com/apple/swift-nio/pull/3092](https://redirect.github.com/apple/swift-nio/pull/3092) ##### Other Changes - Add allocation counter tests for isolated EL operations by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3068](https://redirect.github.com/apple/swift-nio/pull/3068) - Improve coverage of isolated views by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3069](https://redirect.github.com/apple/swift-nio/pull/3069) - Ensure we test the isolated fallback methods by [@&#8203;Lukasa](https://redirect.github.com/Lukasa) in [https://github.com/apple/swift-nio/pull/3072](https://redirect.github.com/apple/swift-nio/pull/3072) - more 6.0 nightly to 6.1 nightly CI changes by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3078](https://redirect.github.com/apple/swift-nio/pull/3078) - check-matrix-job.sh should tolerate unset 6.1 vars by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-nio/pull/3080](https://redirect.github.com/apple/swift-nio/pull/3080) **Full Changelog**: apple/swift-nio@2.79.0...2.80.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 94db58f commit ea3936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ios_sim/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "ios_sim",
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.79.0"),
8+
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.80.0"),
99
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.5.0"),
1010
]
1111
)

0 commit comments

Comments
 (0)