-
Notifications
You must be signed in to change notification settings - Fork 39
Commit c02a0bc
chore(deps): update dependency apple/swift-nio to v2.79.0 (#1445)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor
| `2.78.0` -> `2.79.0` |
---
### Release Notes
<details>
<summary>apple/swift-nio (apple/swift-nio)</summary>
###
[`v2.79.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.79.0):
SwiftNIO 2.79.0
[Compare
Source](https://redirect.github.com/apple/swift-nio/compare/2.78.0...2.79.0)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### SemVer Minor
- Add Sendability annotations on SocketOptionProvider by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3034](https://redirect.github.com/apple/swift-nio/pull/3034)
- Add channel initializer closure to NIOAsyncTestingChannel.init by
[@​hamzahrmalik](https://redirect.github.com/hamzahrmalik) in
[https://github.com/apple/swift-nio/pull/3053](https://redirect.github.com/apple/swift-nio/pull/3053)
- Fix compiling on 6.1 by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3057](https://redirect.github.com/apple/swift-nio/pull/3057)
- Add some trivial Sendable annotations in NIOPosix by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3060](https://redirect.github.com/apple/swift-nio/pull/3060)
##### SemVer Patch
- unchecked Sendable annotations for the Channels by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3050](https://redirect.github.com/apple/swift-nio/pull/3050)
- Avoid abstraction overheads on isolated ELF by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3055](https://redirect.github.com/apple/swift-nio/pull/3055)
- NIOAsyncWriter: Fix suspending yield when writer is finished by
[@​orobio](https://redirect.github.com/orobio) in
[https://github.com/apple/swift-nio/pull/3044](https://redirect.github.com/apple/swift-nio/pull/3044)
- Clean up sendability in the bootstraps by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3051](https://redirect.github.com/apple/swift-nio/pull/3051)
##### Other Changes
- Test allocations of isolated ELF views by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3054](https://redirect.github.com/apple/swift-nio/pull/3054)
- Clarify docs on EventLoopFuture/assumeIsolatedUnsafeUnchecked by
[@​hamzahrmalik](https://redirect.github.com/hamzahrmalik) in
[https://github.com/apple/swift-nio/pull/3058](https://redirect.github.com/apple/swift-nio/pull/3058)
- Remove unnecessary 'FIXME' comment by
[@​orobio](https://redirect.github.com/orobio) in
[https://github.com/apple/swift-nio/pull/3059](https://redirect.github.com/apple/swift-nio/pull/3059)
#### New Contributors
- [@​orobio](https://redirect.github.com/orobio) made their first
contribution in
[https://github.com/apple/swift-nio/pull/3044](https://redirect.github.com/apple/swift-nio/pull/3044)
**Full Changelog**:
apple/swift-nio@2.78.0...2.79.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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent 3027c82 commit c02a0bcCopy full SHA for c02a0bc
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