Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/apple/swift-nio from 2.77.0 to 2.78.0 #185

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps github.com/apple/swift-nio from 2.77.0 to 2.78.0.

Release notes

Sourced from github.com/apple/swift-nio's releases.

SwiftNIO 2.78.0

What's Changed

This release contains a number of features that have been added to enable the SwiftNIO ecosystem to adopt strict concurrency checking and the Swift 6 language mode more easily. In particular, this release migrates NIOCore and NIOEmbedded, two critical and widespread dependencies.

This release also contains new tools for making adoption easier, in particular the isolated views of EventLoop, EventLoopPromise, and EventLoopFuture. For more details on how to use these types to make adoption of strict concurrency easier, please see our documentation on the relationship between EventLoops, EventLoopFutures, and Swift's concurrency model.

More work in this area is ongoing, and will be released in subsequent versions.

SemVer Minor

SemVer Patch

Other Changes

... (truncated)

Commits
  • 27c839f GetaddrinfoResolver succeeds futures on eventLoop (#3042)
  • 4292153 Support concurrency take over in 6.2 (#3043)
  • 100b1f4 Print alloc-limits-from-test-output usage when no args (#3041)
  • 56f9b7c Fix flaky test testTasksScheduledDuringShutdownAreAutomaticallyCancel… (#3036)
  • 7dea8e7 Update release.yml and label action (#3035)
  • 2122fd8 Import Android instead for NIOEmbedded (#3033)
  • d73d862 Wait for closeFuture instead of close promise in NIOAsyncChannel's `execu...
  • 6008911 Enable MemberImportVisibility check - attempt 2 (#3029)
  • 2d72ada Get NIOEmbedded clean under strict concurrency (#3030)
  • 1a3229b Fix now-racy scheduled callback tests (#3031)
  • 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 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)

Bumps [github.com/apple/swift-nio](https://github.com/apple/swift-nio) from 2.77.0 to 2.78.0.
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](apple/swift-nio@2.77.0...2.78.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 14, 2025
@dependabot dependabot bot requested a review from ffried as a code owner January 14, 2025 06:14
@dependabot dependabot bot added the swift_package_manager Pull requests that update Swift_package_manager code label Jan 14, 2025
@github-actions github-actions bot enabled auto-merge (rebase) January 14, 2025 06:15
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.66%. Comparing base (83790c7) to head (311e695).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #185       +/-   ##
===========================================
- Coverage   34.51%    0.66%   -33.85%     
===========================================
  Files           9     1228     +1219     
  Lines         962   143344   +142382     
===========================================
+ Hits          332      945      +613     
- Misses        630   142399   +141769     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit dc4d9fe into main Jan 14, 2025
22 of 23 checks passed
@github-actions github-actions bot deleted the dependabot/swift/github.com/apple/swift-nio-2.78.0 branch January 14, 2025 06:19
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 swift_package_manager Pull requests that update Swift_package_manager code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant