dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.56k stars 1.94k forks source link

Updates to What's New #4672

Closed ajcvickers closed 2 months ago

ajcvickers commented 2 months ago

These are the release notes for https://github.com/dotnet/efcore/releases/.


The team has been working primarily on EF Core internals, so there are no new big features in EF Core 9 (EF9) Preview 2. However, this means we really need people like you to run your code on these new internals and report back what you find. We want to fix bugs in the new internals as soon as possible in order to have a strong GA release later in the year.

That being said, there are several smaller enhancements included in preview 2, many contributed by our community. For full details, see What's new in EF Core 9. To discuss the EF9 release, go to Try EF Core 9 now! on GitHub.

Improved queries

Improved model building

Improved tooling

Everything else in preview 2

Preview 2 contains:

EF Core 9 preview 2 (and Microsoft.Data.Sqlite) contains work from the EF Team at Microsoft (@roji @AndriySvyryd @maumar @ajcvickers) as well as contributions from the EF Core community. The community PRs in EF9 Preview 1 are:

ErikEJ commented 2 months ago

@ajcvickers The link text for improved tooling section seems wrong

roji commented 2 months ago

Love the new release notes! It also really neatly solves the problem of understanding what was introduced in which previews, without cluttering the "9.0 what's new" docs with per-preview info that most viewers probably don't need when reading it.

roji commented 2 months ago

Also love the contributor PR mentions!