|
1 |
| -Connector/NET 8.0 Release Notes |
| 1 | +Connector/NET 8.1 Release Notes |
2 | 2 | ------------------------------------
|
3 |
| -Welcome to the release notes for Connector/NET 8.0 |
| 3 | +Welcome to the release notes for Connector/NET 8.1 |
4 | 4 |
|
5 |
| -What's new in 8.0 |
| 5 | +What's new in 8.1 |
6 | 6 | --------------------
|
7 |
| -Connector/NET has implemented the new X DevAPI that enables communication |
8 |
| -using the X Protocol with a MySQL Server running the X Plugin, released |
9 |
| -with MySQL 5.7.x. With the X DevAPI you can write code that treats |
10 |
| -MySQL Server as a document database, using a NoSQL-like syntax that does |
11 |
| -not assume previous experience writing traditional SQL. |
12 |
| -To learn more about how to write applications using X DevAPI see |
13 |
| -http://dev.mysql.com/doc/x-devapi-userguide/en/index.html. |
14 | 7 |
|
15 |
| -This version also includes the support for .NET Core Framework, which enables |
16 |
| -MySQL Connector/NET > = 7.0.4 to be run in all the platforms supported for this |
17 |
| -framework. Entity Framework Core support is also included. |
18 |
| - |
19 |
| -For General documentation about how to get started using MySQL as a document |
20 |
| -database, see http://dev.mysql.com/doc/refman/5.7/en/document-database.html. |
| 8 | +Connector/NET has an implementation of OpenTelemetry. |
| 9 | +OpenTelementry (OTel) standardizes instrumentation, generation, |
| 10 | +collecting and exporting telemetry data to be consumed by an Observability backend, |
| 11 | +for more details visit its official site(https://opentelemetry.io/). |
| 12 | +To learn more about how to enable OpenTelementry in Connector/NET see |
| 13 | +https://dev.mysql.com/doc/connector-net/en/connector-net-programming-telemetry.html |
21 | 14 |
|
0 commit comments