Closed gwynne closed 5 months ago
These changes are now available in 4.5.1
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).
EventLoopFuture.wait()
Also updates dependency version requirements.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.87%. Comparing base (26f142d) to head (fc67041).
26f142d
fc67041
These changes are now available in 4.5.1
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.