You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+76
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,82 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
## [Unreleased]
9
9
* ...
10
10
11
+
## [2.0.0] - 2023-06-08
12
+
This is the final, stable release of the new version of this library, supporting DBAL 3.6+; unfortunately, DBAL 3.0 to 3.5 is unsupported (but upgrading to 3.6 should not be an issue).
13
+
14
+
If you're upgrading from a 1.x version, please refer to the [UPGRADE-2.0.md](./UPGRADE-2.0.md) document.
15
+
16
+
The version has no changes from 2.0.0-BETA4; the following is the detailed changelog from the 1.x series:
17
+
18
+
### Added
19
+
* Support DBAL v3.6+
20
+
* Add `GoneAwayDetector` interface and `MySQLGoneAwayDetector` class implementation
21
+
* Add `setGoneAwayDetector` method to the connections
22
+
* Add handling of AWS MySQL RDS connection loss
23
+
* Add validation to `x_reconnect_attempts`
24
+
* Add mutation testing with Infection
25
+
26
+
### Changed
27
+
* Change `Connection` method signatures to follow [DBAL v3 changes](https://github.com/doctrine/dbal/blob/3.3.x/UPGRADE.md#upgrade-to-30):
@@ -37,7 +38,7 @@ class Connection extends DBALConnection
37
38
// ...
38
39
}
39
40
```
40
-
*Changed`Statement` constructor and method signatures to follow [DBAL v3 changes](https://github.com/doctrine/dbal/blob/3.3.x/UPGRADE.md#upgrade-to-30):
41
+
*Change`Statement` constructor and method signatures to follow [DBAL v3 changes](https://github.com/doctrine/dbal/blob/3.3.x/UPGRADE.md#upgrade-to-30):
0 commit comments