2.0.0-BETA1
版本发布时间: 2022-06-23 15:24:40
facile-it/doctrine-mysql-come-back最新发布版本:3.0.0(2024-03-10 19:33:47)
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)