Skip to content

Commit 31f0f71

Browse files
committed
Release 1.3.0 Beta 4.
1 parent 7c47afe commit 31f0f71

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2021-02-06
2+
lastmod: 2021-02-14
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,20 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.3.0 Beta 4
14+
15+
* Adler32 checksum (for compressed packets) uses hardware acceleration: [#865](https://github.com/mysql-net/MySqlConnector/issues/865).
16+
* Report `CommandTimeoutExpired` consistently: [#939](https://github.com/mysql-net/MySqlConnector/issues/939).
17+
* `MySqlException.IsTransient` is now `false` for `CommandTimeoutExpired`: [#940](https://github.com/mysql-net/MySqlConnector/issues/940).
18+
* Support `MemoryStream` as a value for `MySqlParameter.Value`: [#943](https://github.com/mysql-net/MySqlConnector/issues/943).
19+
* Throw `OperationCanceledException` from `OpenAsync` when the `CancellationToken` is cancelled: [#931](https://github.com/mysql-net/MySqlConnector/issues/931).
20+
* Support community protocol for server redirection: [#945](https://github.com/mysql-net/MySqlConnector/issues/945).
21+
* Fix nested `MySqlException` (thrown in some scenarios from `ExecuteReader`).
22+
* Remove public constructor for `MySqlConversionException`.
23+
* Implement serialization for exceptions.
24+
* Use .NET 5.0 methods to load PEM certificates.
25+
* Thanks to [Oleksandr Novak](https://github.com/novak-as) for contributions to this release.
26+
1327
### 1.3.0 Beta 3
1428

1529
* Implement Azure Server Redirection: [#789](https://github.com/mysql-net/MySqlConnector/issues/789).

0 commit comments

Comments
 (0)