mirror of
https://github.com/apple/swift-nio.git
synced 2026-05-20 20:30:36 +00:00
Drop support for Swift 5.8 (#2924)
# Motivation We only support the last three Swift released versions which are at this time 5.9, 5.10 and 6. # Modification This PR drops anything related to Swift 5.8. # Result Version support aligned.
This commit is contained in:
@@ -74,9 +74,9 @@ This is the current version of SwiftNIO and will be supported for the foreseeabl
|
||||
### Swift Versions
|
||||
|
||||
We commit to support the most recently released swift version (currently 5.10) and the last two minor releases before that unless this is impossible to do in one codebase.
|
||||
In addition checks are run against the latest beta release (if any) as well as the nightly swift builds and the intent is that these should pass.
|
||||
In addition checks are run against the latest beta release (if any) as well as the nightly swift builds and the intent is that these should pass.
|
||||
|
||||
The most recent versions of SwiftNIO support Swift 5.8 and newer. The minimum Swift version supported by SwiftNIO releases are detailed below:
|
||||
The most recent versions of SwiftNIO support Swift 5.9 and newer. The minimum Swift version supported by SwiftNIO releases are detailed below:
|
||||
|
||||
SwiftNIO | Minimum Swift Version
|
||||
--------------------|----------------------
|
||||
@@ -86,7 +86,8 @@ SwiftNIO | Minimum Swift Version
|
||||
`2.43.0 ..< 2.51.0` | 5.5.2
|
||||
`2.51.0 ..< 2.60.0` | 5.6
|
||||
`2.60.0 ..< 2.65.0` | 5.7
|
||||
`2.65.0 ...` | 5.8
|
||||
`2.65.0 ..< 2.76.0 | 5.8
|
||||
`2.76.0 ...` | 5.9
|
||||
|
||||
### SwiftNIO 1
|
||||
SwiftNIO 1 is considered end of life - it is strongly recommended that you move to a newer version. The Core NIO team does not actively work on this version. No new features will be added to this version but PRs which fix bugs or security vulnerabilities will be accepted until the end of May 2022.
|
||||
|
||||
Reference in New Issue
Block a user