What's Changed
Support Async Lifecycles by @0xTim in #214
Support Vapor’s async
LifecycleHandler
functions. This allows users to avoid calling.wait()
when shutting down their Vapor apps, which can cause issues, for example, with trying to install a new concurrency executor.This also updates the supported Swift version to 5.8
This patch was released by @0xTim
Full Changelog: 4.10.0...4.11.0