chore(deps): update dependency apple/swift-nio to v2.69.0
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| apple/swift-nio | minor | 2.68.0 -> 2.69.0 |
Release Notes
apple/swift-nio (apple/swift-nio)
v2.69.0: SwiftNIO 2.69.0
What's Changed
SemVer Minor
- Add manual control to
NIOLockedValueBoxby @glbrntt in https://github.com/apple/swift-nio/pull/2786 - ChannelHandler: provide static
(un)wrap(In|Out)bound(In|Out)by @weissi in https://github.com/apple/swift-nio/pull/2791
SemVer Patch
- Pre-box some errors to reduce allocations by @glbrntt in https://github.com/apple/swift-nio/pull/2765
- Allow in-place mutation of
NIOLoopBoundBox.valueby @dnadoba in https://github.com/apple/swift-nio/pull/2771 - Avoid creating a yield ID counter per async writer by @glbrntt in https://github.com/apple/swift-nio/pull/2768
- Combine the two
NIOAsyncChannelchannel handlers by @glbrntt in https://github.com/apple/swift-nio/pull/2779 - Use the new Android overlay and Bionic module from Swift 6 by @finagolfin in https://github.com/apple/swift-nio/pull/2784
- Change
unsafeDownCasttoas!by @FranzBusch in https://github.com/apple/swift-nio/pull/2802
Other Changes
- CI migration to GitHub Action by @FranzBusch in (https://github.com/apple/swift-nio/pull/2760 https://github.com/apple/swift-nio/pull/2762 https://github.com/apple/swift-nio/pull/2763 https://github.com/apple/swift-nio/pull/2764 https://github.com/apple/swift-nio/pull/2767 https://github.com/apple/swift-nio/pull/2766 https://github.com/apple/swift-nio/pull/2776 https://github.com/apple/swift-nio/pull/2780 https://github.com/apple/swift-nio/pull/2785 https://github.com/apple/swift-nio/pull/2781 https://github.com/apple/swift-nio/pull/2787 https://github.com/apple/swift-nio/pull/2783 https://github.com/apple/swift-nio/pull/2789 https://github.com/apple/swift-nio/pull/2790)
- Ignore format commit from git blame by @FranzBusch in https://github.com/apple/swift-nio/pull/2796 https://github.com/apple/swift-nio/pull/2797 https://github.com/apple/swift-nio/pull/2801 https://github.com/apple/swift-nio/pull/2803
- Adopt swift-format by @FranzBusch in https://github.com/apple/swift-nio/pull/2794
HTTPPartDocumentation Clarification by @dimitribouniol in https://github.com/apple/swift-nio/pull/2775- Add benchmark for creating
NIOAsyncChannelby @glbrntt in https://github.com/apple/swift-nio/pull/2774 - Disable warnings as errors on Swift 6 and main by @glbrntt in https://github.com/apple/swift-nio/pull/2793
Full Changelog: https://github.com/apple/swift-nio/compare/2.68.0...2.69.0
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 if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.