Releases: dotnet/ef6
Releases · dotnet/ef6
EF 6.5.2
What's Changed
- Update Microsoft.Data.SqlClient to 5.1.6 by @AndriySvyryd in #2284
- Port .NET 10 first-class span support fix by @Copilot in #2365
- Fix HierarchyId parsing for numbers outside Int32 range by @Copilot in #2362
- Allow the tools to run on the newest SDK by @AndriySvyryd in #2396
Full Changelog: v6.5.1...v6.5.2
EF 6.6.0-preview1
What's Changed
- Update Microsoft.Data.SqlClient version by @AndriySvyryd in #2329
- Add fix for .NET 10 first-class span support by @ericsampson in #2345
- Correct spelling mistake in doc comments by @Alainx277 in #2351
- Fix HierarchyId to support numbers outside Int32 range by @Copilot in #2359
- Enable symbols packages and deterministic builds for source-stepping by @Copilot in #2358
New Contributors
- @ericsampson made their first contribution in #2345
- @Alainx277 made their first contribution in #2351
Full Changelog: v6.5.1...v6.6.0-preview1
EF 6.5.1
EF 6.5.0
What's Changed
- New SQL Server / Azure SQL Database provider (contributed by the community) - Microsoft.EntityFramework.SqlServer. This new provider uses the modern SQL Server client Microsoft.Data.SqlClient. For more information about configuration of this provider, see Microsoft.EntityFramework.SqlServer Guide.
- The
ef6utility was updated to only support .NET 6 and newer. It was also updated to support reading from app.config files, and support Windows ARM64. - The System.Data.SqlClient driver was updated to version 4.8.6.
Full Changelog: https://github.com/dotnet/ef6/compare/v6.4.4..v6.5.0
EF 6.4.4
N/A
EF 6.4
The primary goal of EF 6.4 is to polish the features and scenarios we delivered in EF 6.3. To this end we have fixed important issues found in EF 6.3 to create a more stable release.
.NET Core 3.1.0-preview3
v6.4.0-preview1-19506-01
Merge pull request #1352 from aspnet/darc-release/6.4-preview1-201e42…