Skip to content

Commit 077de03

Browse files
committed
Release 1.2.1.
1 parent 9bbcfff commit 077de03

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2020-07-20
2+
lastmod: 2020-12-11
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,11 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.2.1
14+
15+
* Fix bug in extracting PEM data when there's extra data in the certificate file: [#912](https://github.com/mysql-net/MySqlConnector/issues/912).
16+
* Thanks to [Laurents Meyer](https://github.com/lauxjpn) for contributions to this release.
17+
1318
### 1.2.0
1419

1520
* Add `TlsCipherSuites` connection string option for fine-grained control of TLS cipher suites: [#904](https://github.com/mysql-net/MySqlConnector/issues/904).
@@ -18,7 +23,7 @@ weight: 30
1823

1924
### 1.1.0
2025

21-
* Support .NET 5.0
26+
* Support .NET 5.0.
2227
* Cancel query (server-side) when `CommandTimeout` expires: [#455](https://github.com/mysql-net/MySqlConnector/issues/455).
2328
* Add `CancellationTimeout` connection string option.
2429
* Implementation details discussed in [this comment](https://github.com/mysql-net/MySqlConnector/issues/455#issuecomment-702424012).

0 commit comments

Comments
 (0)