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: docs/content/overview/version-history.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
lastmod: 2024-01-20
2
+
lastmod: 2024-03-20
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -11,6 +11,21 @@ weight: 30
11
11
12
12
# Version History
13
13
14
+
### 2.3.6
15
+
16
+
* Fix `VerifyCA` incompatibility with AWS Aurora: [#1462](https://github.com/mysql-net/MySqlConnector/issues/1462).
17
+
* Verify that the server's root certificate is present (in the list of provided CA certificates) when using the `SslCa` connection string option and `SslMode` is `VerifyCA` or `VerifyFull`.
18
+
* Optimization: Use pipelining to begin a transaction: [#1286](https://github.com/mysql-net/MySqlConnector/issues/1286).
19
+
* Use `Pipelining = False;` in your connection string to disable this optimization if there are compatibility issues.
* Fix incompatibility with MySQL Server 5.1: [#1445](https://github.com/mysql-net/MySqlConnector/issues/1445).
23
+
* This fixes a regression introduced in 2.3.0.
24
+
25
+
#### MySqlConnector.DependencyInjection
26
+
27
+
* Add overload of `AddMySqlDataSource` that takes an `Action<IServiceProvider, MySqlDataSourceBuilder>` action to configure the `MySqlDataSourceBuilder` instance: [#1316](https://github.com/mysql-net/MySqlConnector/issues/1316).
28
+
14
29
### 2.3.5
15
30
16
31
* DLL files within the NuGet packages are now digitally signed.
0 commit comments