Entity Framework Core 7.0 will not wrap single changes in a transaction where possible to improve performance. This is nice and the perf gain will increase as latency increases due to less roundtrips.
Another small but nice improvement by the Entity Framework team 💪🏻.