Skip to content

Commit 1341887

Browse files
committed
Changed documentation references that had 8.0 version instead of 8.1
Change-Id: I0c05595d38888ba5d85bd751b70cdfaeefc313b1
1 parent 0ffe46d commit 1341887

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

Documentation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## MySQL Connector/NET and X DevAPI
22

3-
MySQL Connector/NET 8.0 supports X Protocol, which enables you to use X DevAPI with the .NET language of choice to develop applications that communicate with a MySQL server functioning as a document store, relational database, or both.
3+
MySQL Connector/NET 8.1 supports X Protocol, which enables you to use X DevAPI with the .NET language of choice to develop applications that communicate with a MySQL server functioning as a document store, relational database, or both.
44

55
To get started, review the following main classes:
66

@@ -16,7 +16,7 @@ For an introduction to X DevAPI concepts, see the [X DevAPI User Guide](https://
1616

1717
## MySQL Connector/NET
1818

19-
MySQL Connector/NET 8.0 also supports the development of .NET, .NET Core and .NET Framework applications that require secure, high-performance data connectivity with MySQL through the classic protocol. It supports ADO.NET, Entity Framework and various web providers.
19+
MySQL Connector/NET 8.1 also supports the development of .NET, .NET Core and .NET Framework applications that require secure, high-performance data connectivity with MySQL through the classic protocol. It supports ADO.NET, Entity Framework and various web providers.
2020

2121
To get started, review the following main classes:
2222

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ MySQL provides connectivity for client applications developed in .NET compatible
66

77
MySQL Connector/NET is a library compatible with .NET Framework and .NET Core, for specific versions see [MySQL Connector/NET Versions](https://dev.mysql.com/doc/connector-net/en/connector-net-versions.html). The driver is a pure C# implementation of the MySQL protocol and does not rely on the MySQL client library.
88

9-
From MySQL Connector/NET 8.0, the driver also containt an implementation of [MySQL X DevAPI](https://dev.mysql.com/doc/x-devapi-userguide/en/), an Application Programming Interface for working with [MySQL as a Document Store](https://dev.mysql.com/doc/refman/8.0/en/document-store.html) through CRUD-based, NoSQL operations.
9+
From MySQL Connector/NET 8.0, the driver also contains an implementation of [MySQL X DevAPI](https://dev.mysql.com/doc/x-devapi-userguide/en/), an Application Programming Interface for working with [MySQL as a Document Store](https://dev.mysql.com/doc/refman/8.0/en/document-store.html) through CRUD-based, NoSQL operations.
10+
11+
From MySQL Connector/NET 8.1, the driver contains an implementation of [OpenTelemetry](https://dev.mysql.com/doc/connector-net/en/connector-net-programming-telemetry.html) which requires the use of the [MySql.Data.OpenTelemetry](https://www.nuget.org/profiles/MySQL/) Nuget package to enable the generation of telemetry data.
1012

1113
For detailed information please visit the official [MySQL Connector/NET documentation.](https://dev.mysql.com/doc/connector-net/en/)
1214

Release Notes.txt

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
Connector/NET 8.0 Release Notes
1+
Connector/NET 8.1 Release Notes
22
------------------------------------
3-
Welcome to the release notes for Connector/NET 8.0
3+
Welcome to the release notes for Connector/NET 8.1
44

5-
What's new in 8.0
5+
What's new in 8.1
66
--------------------
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.
147

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
2114

0 commit comments

Comments
 (0)