github vapor/fluent-mysql-driver 4.5.1
4.5.1 - Shut down the driver's connection pool safely

latest releases: 4.8.0, 4.7.1, 4.7.0...
2 years ago

What's Changed

Shut down the driver's connection pool safely by @gwynne in #224

Specifically, don’t use the soft-deprecated AsyncKit API that calls EventLoopFuture.wait() internally; use the one that at least does it with Dispatch (best we can do without changing Fluent’s driver interface).

Also updates dependency version requirements.

This patch was released by @gwynne

Full Changelog: 4.5.0...4.5.1

Don't miss a new fluent-mysql-driver release

NewReleases is sending notifications on new releases.