Releases: PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
5.0.0-alpha.2
This prerelease is compatible with .NET Standard 2.1, EF Core 5.0.0, MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 1.1.0.
For all new features and bugfixes contained in this prerelease, see related issues and pull requests.
5.0.0-alpha.1
This prerelease is compatible with .NET Standard 2.1, EF Core 5.0.0-rc.2, MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 1.0.1.
For all new features and bugfixes contained in this prerelease, see related issues and pull requests.
3.2.4
This release is compatible with .NET Standard 2.0, EF Core 3.1.8 (but <5.0.0), MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 0.69.9 (but <1.0.0).
For all new features and bugfixes contained in this release, see related issues and pull requests.
3.2.3
This release is compatible with .NET Standard 2.0, EF Core 3.1.8 (but <5.0.0), MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 0.69.9 (but <1.0.0).
For all new features and bugfixes contained in this release, see related issues and pull requests.
3.2.2
This release is compatible with .NET Standard 2.0, EF Core 3.1.8 (but <5.0.0), MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 0.69.9 (but <1.0.0).
For all new features and bugfixes contained in this release, see related issues and pull requests.
3.2.1
This release is compatible with .NET Standard 2.0, EF Core 3.1.8 (but <5.0.0), MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 0.69.9 (but <1.0.0).
Minor features include:
- Extended spatial distance calculation support
For all new features and bugfixes contained in this release, see related issues and pull requests.
3.2.0
This release is compatible with .NET Standard 2.0, EF Core 3.1.8, MySQL 8.0/5.7, MariaDB 10.5/10.4/10.3 and MySqlConnector 0.69.9 (but <1.0.0).
Major features include:
- Full spatial support via NetTopologySuite (NTS) using the new package
Pomelo.EntityFrameworkCore.MySql.NetTopologySuite
- Full JSON support via:
System.Text.Json
(Microsoft) using the new packagePomelo.EntityFrameworkCore.MySql.Json.Microsoft
Newtonsoft.Json
(JSON.NET) using the new packagePomelo.EntityFrameworkCore.MySql.Json.Newtonsoft
For all new features and bugfixes contained in this release, see related issues and pull requests.
3.1.2
This release is compatible with .NET Standard 2.0, EF Core 3.1, MySQL 5.7/8.0, MariaDB 10.3/10.4 and MySqlConnector 0.61.0+ (but <1.0.0).
The only difference to 3.1.1 is, that this release restricts the MySqlConnector version to below 1.0.0, due to (breaking) namespace changes.