Skip to content

Commit 033abea

Browse files
committed
Release 2.3.6.
1 parent 1d508bc commit 033abea

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2024-01-20
2+
lastmod: 2024-03-20
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,6 +11,21 @@ weight: 30
1111

1212
# Version History
1313

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.
20+
* Optimization: cache `START TRANSACTION` payloads.
21+
* Add transaction logging: [#1411](https://github.com/mysql-net/MySqlConnector/issues/1411).
22+
* 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+
1429
### 2.3.5
1530

1631
* DLL files within the NuGet packages are now digitally signed.

0 commit comments

Comments
 (0)