1.1.0
- Added an optional
ClientConnectContext
parameter toConnection::connect()
. - Fixed an issue when using this library with
amphp/postgres
that caused the sameConnector
object to be returned by theconnector()
function in both libraries.
ClientConnectContext
parameter to Connection::connect()
.amphp/postgres
that caused the same Connector
object to be returned by the connector()
function in both libraries.