1.1.1
- Simultaneous connection creation is now prevented in
ConnectionPool. Attempting to create many connections simultaneously was causing unresponsive connection attempts withamphp/postgres, PHP 7.4, and Postgres 12. Each connection attempt now waits for any prior connection attempts to complete.