4.9.0 - Asyncification of Fluent provider
What's Changed
Asyncification of Fluent provider by @gwynne in #772
Updates the Fluent provider package to be (mostly)
Sendable
-correct and switchesMigrateCommand
to being async to avoid dangerous misuse ofEventLoopFuture.wait()
.Bumps minimum Swift version to 5.7 (matching Vapor).
This patch was released by @gwynne
Full Changelog: 4.8.0...4.9.0