-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed documentation references that had 8.0 version instead of 8.1
Change-Id: I0c05595d38888ba5d85bd751b70cdfaeefc313b1
- Loading branch information
Showing
3 changed files
with
14 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 1,14 @@ | ||
Connector/NET 8.0 Release Notes | ||
Connector/NET 8.1 Release Notes | ||
------------------------------------ | ||
Welcome to the release notes for Connector/NET 8.0 | ||
Welcome to the release notes for Connector/NET 8.1 | ||
|
||
What's new in 8.0 | ||
What's new in 8.1 | ||
-------------------- | ||
Connector/NET has implemented the new X DevAPI that enables communication | ||
using the X Protocol with a MySQL Server running the X Plugin, released | ||
with MySQL 5.7.x. With the X DevAPI you can write code that treats | ||
MySQL Server as a document database, using a NoSQL-like syntax that does | ||
not assume previous experience writing traditional SQL. | ||
To learn more about how to write applications using X DevAPI see | ||
http://dev.mysql.com/doc/x-devapi-userguide/en/index.html. | ||
|
||
This version also includes the support for .NET Core Framework, which enables | ||
MySQL Connector/NET > = 7.0.4 to be run in all the platforms supported for this | ||
framework. Entity Framework Core support is also included. | ||
|
||
For General documentation about how to get started using MySQL as a document | ||
database, see http://dev.mysql.com/doc/refman/5.7/en/document-database.html. | ||
Connector/NET has an implementation of OpenTelemetry. | ||
OpenTelementry (OTel) standardizes instrumentation, generation, | ||
collecting and exporting telemetry data to be consumed by an Observability backend, | ||
for more details visit its official site(https://opentelemetry.io/). | ||
To learn more about how to enable OpenTelementry in Connector/NET see | ||
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-telemetry.html | ||
|