Skip to content

2.0.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jean85 Jean85 released this 23 Jun 07:24
· 91 commits to master since this release
2.0.0-BETA1
656bd45

This is a new major version. Refer to the UPGRADE-2.0.md for guidance during the upgrade.

Added

  • Support DBAL v3
  • Add GoneAwayDetector interface and MySQLGoneAwayDetector class implementation

Changed

  • Changed Connection constructor and method signatures to follow DBAL v3 changes

Removed

  • Drop support for DBAL v2
  • Removed Driver classes
  • Removed ConnectionTrait, now everything is inside Connection
  • Removed Connection::refresh() method (due to drop in DBAL v3)
  • Removed Connection::isUpdateQuery() method (logic is now behind the GoneAwayDetector interface)
  • Removed specialized MasterSlaveConnection and PrimaryReadReplicaConnection (due to drop of corresponding classes in DBAL v3)