Skip to content

1.1.1

Choose a tag to compare

@trowski trowski released this 04 Mar 18:21
6bd462b
  • Simultaneous connection creation is now prevented in ConnectionPool. Attempting to create many connections simultaneously was causing unresponsive connection attempts with amphp/postgres, PHP 7.4, and Postgres 12. Each connection attempt now waits for any prior connection attempts to complete.