Skip to content

Bump the all-dependencies group with 1 update#452

Merged
0xTim merged 1 commit intomainfrom
dependabot/swift/all-dependencies-24aff651ba
Mar 14, 2024
Merged

Bump the all-dependencies group with 1 update#452
0xTim merged 1 commit intomainfrom
dependabot/swift/all-dependencies-24aff651ba

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2024

Bumps the all-dependencies group with 1 update: github.com/apple/swift-nio.

Updates github.com/apple/swift-nio from 2.63.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() and enqueue() tasks separately from scheduled tasks. (#2645)
  • Conform NIOIPProtocol to Sendable (#2655)
  • Add some more Sendable annotations to NIOCore (#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 from ChannelOptions.Storage (#2638)
  • Pass initial offset to BufferedReader.init (#2642)
  • Don't drop bytes from the buffered reader when reading short (#2646)
  • Introduce assumeIsolated() methods on EventLoop, EventLoopPromise and EventLoopFuture (#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)
Commits
  • fc63f0c Fix memory allocations counters on macOS. (#2673)
  • 5e47077 Track execute() and enqueue() tasks separately from scheduled tasks. (#2645)
  • 53be205 Build the new FileSystem module for Android (#2660)
  • 63e8c4e Migrate to syncOperations in more places (#2661)
  • 325f762 Remove unreliable SchedulingBenchmark (#2650)
  • c3b6f1f Fix CoW performance bug in NIOThreadPool work queue (#2669)
  • 8a9a3b1 Introduce assumeIsolated() methods on EventLoop, EventLoopPromise and `...
  • cfd51e0 Remove large temp file after FS tests (#2658)
  • 0fbf6f1 Add some more Sendable annotations to NIOCore (#2656)
  • 011b3df Conform NIOIPProtocol to Sendable (#2655)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update: [github.com/apple/swift-nio](https://github.com/apple/swift-nio).


Updates `github.com/apple/swift-nio` from 2.63.0 to 2.64.0
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](apple/swift-nio@2.63.0...2.64.0)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-nio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from 0xTim and gwynne as code owners March 7, 2024 11:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager labels Mar 7, 2024
@0xTim 0xTim merged commit 6e5b78e into main Mar 14, 2024
@0xTim 0xTim deleted the dependabot/swift/all-dependencies-24aff651ba branch March 14, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant