You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Pomelo.EntityFrameworkCore.MySql` is tested against all actively maintained versions of `MySQL` and `MariaDB`. Older versions (e.g. MySQL 5.7) and other server implementations (e.g. Amazon Aurora) are usually compatible to a high degree as well, but are not tested as part of our CI.
34
+
`Pomelo.EntityFrameworkCore.MySql` is tested against all actively maintained versions of `MySQL` and `MariaDB`. Older versions (e.g. MySQL 5.7) and other server implementations (e.g. Amazon Aurora) are usually compatible to a high degree as well, but are not tested as part of our CI. You can find the versions a release was tested against within its [release](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/releases) notes.
35
35
36
-
Officially supported versions are:
36
+
Currently tested versions are:
37
37
38
38
- MySQL 8.0
39
39
- MariaDB 11.3
@@ -51,7 +51,7 @@ Milestone | Status | Release Date
51
51
----------|----------|-------------
52
52
9.0.0 | Planned | 2025-03 (see [#1841](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1841))
53
53
9.0.0-preview.3.efcore.9.0.0 | Released | 2025-02-23
54
-
8.0.2 | Released | 2024-03-16
54
+
8.0.3 | Released | 2025-03-02
55
55
7.0.0 | Released | 2023-01-16
56
56
6.0.3 | Released | 2024-03-16
57
57
5.0.4 | Released | 2022-01-22
@@ -96,7 +96,7 @@ All `.pdb` files use Source Link.
96
96
Ensure that your `.csproj` file contains the following reference:
0 commit comments