websocket-actor-system
websocket-actor-system copied to clipboard
Bump github.com/apple/swift-nio from 2.62.0 to 2.64.0
Bumps github.com/apple/swift-nio from 2.62.0 to 2.64.0.
Release notes
Sourced from github.com/apple/swift-nio's releases.
SwiftNIO 2.64.0
Strict Concurrency Checks
The SwiftNIO team are currently in the process of making SwiftNIO warning free under strict concurrency checking.
If you experience new
Sendable
related warnings that you can't work around then please file an issue.SemVer Minor
- Track
execute()
andenqueue()
tasks separately from scheduled tasks. (#2645)- Conform
NIOIPProtocol
toSendable
(#2655)- Add some more
Sendable
annotations toNIOCore
(#2656)- Migrate to
syncOperations
in more places (#2661)SemVer Patch
- Conditionally define
RENAME_*
macros (#2643, patch credit to@Austinpayne
)- Build the new FileSystem module for Android (#2660, patch credit to
@finagolfin
)- Only compile FileSystem on some platforms (#2636)
- Remove
@unchecked Sendable
conformance fromChannelOptions.Storage
(#2638)- Pass initial offset to BufferedReader.init (#2642)
- Don't drop bytes from the buffered reader when reading short (#2646)
- Introduce
assumeIsolated()
methods onEventLoop
,EventLoopPromise
andEventLoopFuture
(#2657)- Fix CoW performance bug in
NIOThreadPool
work queue (#2669)Other Changes
- Remove unreliable
SchedulingBenchmark
(#2650)- Fix up the markdown output generated by
scripts/analyze_performance_results.rb
(#2651)- Remove large temp file after FileSystem tests (#2658)
- Fix memory allocations counters on macOS. (#2673)
SwiftNIO 2.63.0
This release includes a new module,
NIOFileSystem
, for asynchronously interacting with the filesystem. The module isn't yet considered public API and is therefore available via the_NIOFileSystem
product. We plan to stabilise the API soon and welcome feedback in the meantime. You can learn more aboutNIOFileSystem
by reading the documentation.SemVer Minor
- Add
async
API forNonBlockingFileIO
(#2576, patch credit to@adam-fowler
)- Allow setting
MTELG.singleton
as Swift Concurrency executor (#2564)SemVer Patch
- Changes to support building with Musl (#2595 and #2628, patch credit to
@al45tair
)- Build for Android with NDK 26, by accounting for the new nullability annotations (#2600, patch credit to
@finagolfin
)- Fix warnings caused by not defining the feature macros. (#2606, patch credit to
@al45tair
)- [arch] Add arm64_32 to the 32-bit platform check (#2625, patch credit to
@hyerra
)- Remove precondition on result of
IOCTL_VM_SOCKETS_GET_LOCAL_CID
(#2588)- Add missing availability guards in tests (#2596)
... (truncated)
Commits
fc63f0c
Fix memory allocations counters on macOS. (#2673)5e47077
Trackexecute()
andenqueue()
tasks separately from scheduled tasks. (#2645)53be205
Build the new FileSystem module for Android (#2660)63e8c4e
Migrate tosyncOperations
in more places (#2661)325f762
Remove unreliableSchedulingBenchmark
(#2650)c3b6f1f
Fix CoW performance bug inNIOThreadPool
work queue (#2669)8a9a3b1
IntroduceassumeIsolated()
methods onEventLoop
,EventLoopPromise
and `...cfd51e0
Remove large temp file after FS tests (#2658)0fbf6f1
Add some moreSendable
annotations toNIOCore
(#2656)011b3df
ConformNIOIPProtocol
toSendable
(#2655)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)