github vapor/fluent-postgres-driver 2.9.2
2.9.2 - Shut down the driver's connection pool safely

latest releases: 2.12.0, 2.11.0, 2.10.1...
2 years ago

What's Changed

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

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: 2.9.1...2.9.2

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

NewReleases is sending notifications on new releases.