Skip to content

4.11.0 - Support Async Lifecycles

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 24 May 10:49
383ed57

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