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

Update minimum swift-nio version #725

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

gjcairo
Copy link
Collaborator

@gjcairo gjcairo commented Jan 12, 2024

Motivation

#718 moved to TransactionBody.makeSequence(backPressureStrategy:finishOnDeinit:delegate:) (from TransactionBody.makeSequence(backPressureStrategy:delegate:)). This change was introduced in swift-nil, v2.62.0 - however, the minimum version of NIO for this package was not updated, which can cause some dependency issues for some users.

Modifications

Update the required min version of swift-nio to 2.62.0 (up from 2.58.0).

Result

No more dependency issues.

@gjcairo gjcairo marked this pull request as ready for review January 12, 2024 11:45
@gjcairo gjcairo added the semver/patch For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Jan 12, 2024
@gjcairo gjcairo merged commit 2914386 into swift-server:main Jan 12, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants