Skip to content

Commit 79d53ed

Browse files
committed
Complete changelog
1 parent aa04130 commit 79d53ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
* ...
1010
### Added
1111
* 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
1221

1322
## [2.0.0-BETA3] - 2023-04-02
1423
### Added

0 commit comments

Comments
 (0)