Skip to content

Commit dbadd12

Browse files
committed
Release 2.1.0.
1 parent 9c80add commit dbadd12

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/content/overview/version-history.md

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

1111
# Version History
1212

13+
### 2.1.0
14+
15+
* Opening a connection from the pool is now twice as fast: [#1089](https://github.com/mysql-net/MySqlConnector/issues/1089).
16+
* This may fail with Amazon Aurora RDS; to explicitly disable this, set `Pipelining = False;` in the connection string.
17+
* Add support for [query attributes](https://dev.mysql.com/doc/refman/8.0/en/query-attributes.html): [#930](https://github.com/mysql-net/MySqlConnector/issues/930).
18+
* This requires MySQL Server 8.0.23 (or later) for regular commands, and MySQL Server 8.0.26 (or later) for prepared commands.
19+
* Add attributes to the `MySqlCommand.Attributes` collection to send them to the server when the command is executed.
20+
* Add `MySqlDecimal` support: [#1070](https://github.com/mysql-net/MySqlConnector/issues/1070).
21+
* Improve `MySqlDataReader.GetX` exceptions for `NULL` values: [#1092](https://github.com/mysql-net/MySqlConnector/issues/1092).
22+
* Improve detection of Azure Database for MySQL proxies: [#1093](https://github.com/mysql-net/MySqlConnector/issues/1093).
23+
* Update Microsoft.SourceLink.GitHub.
24+
* Thanks to [Ed Ball](https://github.com/ejball) and [Sumit Kumar](https://github.com/sumitdvlp) for contributions to this release.
25+
26+
#### MySqlConnector.Logging.Microsoft.Extensions.Logging
27+
28+
* Logger names are now prefixed with `MySqlConnector.` by default: [#1080](https://github.com/mysql-net/MySqlConnector/issues/1080).
29+
* To return to the previous behavior, use `MicrosoftExtensionsLoggingLoggerProvider(loggingFactory, omitMySqlConnectorPrefix: true)`.
30+
* Added `.UseMySqlConnectorLogging()` extension method to add logging easily.
31+
1332
### 2.0.0
1433

1534
* Target .NET 6.0.

0 commit comments

Comments
 (0)