Erik Little
Erik Little
Swift 6 introduces some new nice things, but taking advantage of them will require either a very breaking change, or a careful migration/code flag model most likely based around https://github.com/apple/swift-evolution/blob/main/proposals/0362-piecemeal-future-features.md
Vapor3
Will include vapor 3
Move away from internal Pipe based encoding, which involves heavy thread use and blocking to one that is more delegate based with DispatchSources and DispatchIO. From @tellowkrinkle - Make two...
v16.1.1
Fixes for various connection status stuff
Linux Port
Since apple has released the Swift source code http://swift.org/ we should look into whether this library can be made to compile on Linux. This is a long-term goal.