We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa04130 commit 79d53edCopy full SHA for 79d53ed
CHANGELOG.md
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
* ...
10
### Added
11
* Centralize reconnect attempts counter
12
+* Add `Statement::fromDBALStatement` for simpler creation
13
+* Add mutation testing with Infection
14
+### Fixed
15
+* Avoid reconnection attempts if a transaction was opened (and not closed) before the "gone away" error
16
+* Avoid retrying `SAVEPOINT` statements
17
+* Handle `Statement::bindParam` and `Statement::bindValue` correctly on reconnection
18
+### Changed
19
+* Refactor `Connection` retry logic into a single method
20
+* Make `Statement::__construct` private
21
22
## [2.0.0-BETA3] - 2023-04-02
23
0 commit comments