2.0.0-BETA1
Pre-release
Pre-release
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 andMySQLGoneAwayDetector
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 insideConnection
- Removed
Connection::refresh()
method (due to drop in DBAL v3) - Removed
Connection::isUpdateQuery()
method (logic is now behind theGoneAwayDetector
interface) - Removed specialized
MasterSlaveConnection
andPrimaryReadReplicaConnection
(due to drop of corresponding classes in DBAL v3)