Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 380 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 380 Bytes

v1.2.0

  • Use middleware instead of listener
  • Require doctrine/dbal >= 3.2
  • Require symfony >= 6.x

v1.1.0

  • Drop compatibility workaround for PostgreSQL 10 on PHP 5.x
  • Require doctrine/dbal >= 2.7 (for proper upstream PostgreSQL >= 10 support)
  • Support doctrine/dbal 3.x

v1.0.1

  • Fix errors on DSN-style (e.g. url: pgsql://host:port/dbname) connection configurations