Releases: facile-it/doctrine-mysql-come-back
Releases · facile-it/doctrine-mysql-come-back
v1.8
Fixed
- Fixed issue about loss of state for Statement class on retry (#34)
Added
- Added DBAL's MasterSlaveConnection support (#33)
v1.7
Fixed
- Compatibility with doctrine/dbal up to version 2.9 (#32)
v1.6.5
Changed
- Changed the version constraint o
doctrine/dbal
to ^2.3
to allow v2.7 (#26)
[1.6.4] - 2017-09-01
Added
- Compatibility with doctrine/dbal up to version 2.6 (#22)
Changed
- Bumped minimum PHP version to 5.6 (#21)
- Updated various dev dependecies
- Simplified the Travis CI build matrix
[1.6.3] - 2016-10-04
Changed
- Changed PHP requirement with upper bound 7.0
- #17 Changed behaviour on how to check if a query can be retried
- Changed
ServerGoneAwayExceptionsAwareInterface
splitting select and updates exceptions
Fixed
- #17 Fixed an issue that could retry update queries on
Lost connection to MySQL server during query
error.
1.6.2
Merge pull request #15 from Algatux/late_notation
Referencing class with ::class does not work with PHP 5.4
v1.4: Merge pull request #3 from peelandsee/master