-
Notifications
You must be signed in to change notification settings - Fork 42
Commit c84aa62
chore(deps): update dependency apple/swift-nio to v2.86.1 (#1831)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | patch
| `2.86.0` -> `2.86.1` |
---
### Release Notes
<details>
<summary>apple/swift-nio (apple/swift-nio)</summary>
###
[`v2.86.1`](https://redirect.github.com/apple/swift-nio/releases/tag/2.86.1):
SwiftNIO 2.86.1
[Compare
Source](https://redirect.github.com/apple/swift-nio/compare/2.86.0...2.86.1)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
##### What's Changed
##### SemVer Patch
- \[Windows] Ensure ssize\_t and socklen\_t are available by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3337](https://redirect.github.com/apple/swift-nio/pull/3337)
- \[Windows] Add msghdr extension for Windows by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3336](https://redirect.github.com/apple/swift-nio/pull/3336)
- \[Windows] Ensure NIOHTTP1 compiles by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3338](https://redirect.github.com/apple/swift-nio/pull/3338)
- Drop all server response parts after an invalid header by
[@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3339](https://redirect.github.com/apple/swift-nio/pull/3339)
- \[Windows] Make Thread.swift compile by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3341](https://redirect.github.com/apple/swift-nio/pull/3341)
- \[Windows] Make ControlMessage.swift compile by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3342](https://redirect.github.com/apple/swift-nio/pull/3342)
- \[Windows] Map naming conventions Windows -> Posix (ssize\_t) by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3343](https://redirect.github.com/apple/swift-nio/pull/3343)
- \[Windows] Make SelectableEventLoop compile by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3344](https://redirect.github.com/apple/swift-nio/pull/3344)
- \[Windows] Fix deprecation warnings in NIOCore by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3345](https://redirect.github.com/apple/swift-nio/pull/3345)
- \[Windows] fatalError concurrency takeover by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3347](https://redirect.github.com/apple/swift-nio/pull/3347)
- \[Windows] Make `SocketChannel.swift` compile by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3348](https://redirect.github.com/apple/swift-nio/pull/3348)
- \[Windows] Use WSASend as writev equivalent by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3350](https://redirect.github.com/apple/swift-nio/pull/3350)
- \[Windows] Fix getenv warnings in NIOPosix and NIOEmbedded by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3351](https://redirect.github.com/apple/swift-nio/pull/3351)
- \[Windows] `dup` is deprecated on Windows, use `_dup` instead by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3352](https://redirect.github.com/apple/swift-nio/pull/3352)
- \[Windows] Add shims to make string from `GetLastError` using
`FormatMessage` by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3353](https://redirect.github.com/apple/swift-nio/pull/3353)
- \[Windows] Allow `_SelectorBackendProtocol` to work with Windows
Handles by [@​fabianfett](https://redirect.github.com/fabianfett)
in
[https://github.com/apple/swift-nio/pull/3356](https://redirect.github.com/apple/swift-nio/pull/3356)
- \[Windows] Use recv instead of read by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3357](https://redirect.github.com/apple/swift-nio/pull/3357)
- \[Windows] Disable Pipelines for now (fatalError) by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3358](https://redirect.github.com/apple/swift-nio/pull/3358)
- SelectableEventLoop.debugDescription: fix debugDescription deadlock by
[@​weissi](https://redirect.github.com/weissi) in
[https://github.com/apple/swift-nio/pull/3360](https://redirect.github.com/apple/swift-nio/pull/3360)
- \[Windows] Return false from concurrency takeover by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3362](https://redirect.github.com/apple/swift-nio/pull/3362)
- \[Windows] Make SelectorGeneric compile on Windows by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3359](https://redirect.github.com/apple/swift-nio/pull/3359)
- \[Windows] Reimplement pread by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3361](https://redirect.github.com/apple/swift-nio/pull/3361)
- \[Windows] Sleep instead of WSAPoll, if no outstanding IO by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3365](https://redirect.github.com/apple/swift-nio/pull/3365)
- \[Windows] Reimplement pwrite by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3364](https://redirect.github.com/apple/swift-nio/pull/3364)
- \[Windows] Ensure WSAStartup is correctly called. by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3366](https://redirect.github.com/apple/swift-nio/pull/3366)
- Remove NIOFileSystem from products by
[@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3370](https://redirect.github.com/apple/swift-nio/pull/3370)
- Miscellaneous rearrangements of NIOFileSystem by
[@​aryan-25](https://redirect.github.com/aryan-25) in
[https://github.com/apple/swift-nio/pull/3333](https://redirect.github.com/apple/swift-nio/pull/3333),
by [@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3363](https://redirect.github.com/apple/swift-nio/pull/3363),
and by [@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3367](https://redirect.github.com/apple/swift-nio/pull/3367)
##### Other Changes
- Add Android imports for some new tests in
[#​3308](https://redirect.github.com/apple/swift-nio/issues/3308)
that require it by
[@​finagolfin](https://redirect.github.com/finagolfin) in
[https://github.com/apple/swift-nio/pull/3334](https://redirect.github.com/apple/swift-nio/pull/3334)
- Make testMetricsDelegateTickInfo less flaky by
[@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3335](https://redirect.github.com/apple/swift-nio/pull/3335)
- \[wasm]\[2/2] Include WebAssembly SDK checks in PR and main workflows
by
[@​kateinoigakukun](https://redirect.github.com/kateinoigakukun)
in
[https://github.com/apple/swift-nio/pull/3332](https://redirect.github.com/apple/swift-nio/pull/3332)
- Use path based deps in the alloc counter framework by
[@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3355](https://redirect.github.com/apple/swift-nio/pull/3355)
- Add Xcode 26.0, 16.4 CI, remove 16.2 by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3375](https://redirect.github.com/apple/swift-nio/pull/3375)
- Update CI scripts for 6.2 by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3374](https://redirect.github.com/apple/swift-nio/pull/3374)
**Full Changelog**:
apple/swift-nio@2.86.0...2.87.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>1 parent 83d68df commit c84aa62Copy full SHA for c84aa62
File tree
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedFilter options
- examples/ios_sim
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedCollapse file: examples/ios_sim/Package.resolved
examples/ios_sim/Package.resolved
Copy file name to clipboardExpand all lines: examples/ios_sim/Package.resolved+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: examples/ios_sim/Package.swift
examples/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