|
Vert.x v4.0.3 and upstream vertx-sql-client v4.0.3 were released on March 12, 2021.
It contains "Vertx pool Idle timeout": https://github.com/eclipse-vertx/vertx-sql-client/pull/883
This is almost the same as our pull request "connectionReleaseDelay PoolOption": https://github.com/eclipse-vertx/vertx-sql-client/pull/710
We still need our fork because the other fix hasn't been merged upstream yet:
"Unsigned long HexSequence for name of PgPreparedStatement" https://github.com/eclipse-vertx/vertx-sql-client/pull/737
Task
Release our fork of vertx-sql-client using upstream v4.0.3 and our HexSequence patch. Out fork should no longer contain our connectionReleaseDelay patch but the upstream implementation.
|