Skip to content

4.7.2 - Shut down the driver's connection pool safely

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 24 May 10:56
· 3 commits to main since this release
2362c28

What's Changed

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

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).

This patch was released by @gwynne

Full Changelog: 4.7.1...4.7.2