-
Notifications
You must be signed in to change notification settings - Fork 39
Commit ea3936d
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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 ea3936dCopy full SHA for ea3936d
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- examples/ios_sim
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedexamples/ios_sim/Package.swift
Copy file name to clipboardExpand all lines: examples/ios_sim/Package.swift+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
|
0 commit comments