Skip to content

Releases: dotnet/efcore

NET Core 3.0.0

23 Sep 16:05
b403b17
Compare
Choose a tag to compare

.NET Core 3.0.0 RC1

16 Sep 19:25
d2654d9
Compare
Choose a tag to compare

.NET Core 3.0.0-preview9

04 Sep 19:05
f900e47
Compare
Choose a tag to compare

NET Core 3.0.0-preview8

NET Core 3.0.0-preview7

v2.2.7

11 Sep 16:47
Compare
Choose a tag to compare
Fix DiagnosticListener memory leak

When IsConfigured is called, it applies all services. This caused a
DiagnosticListener to get instantiated on each DbContext instantiation,
and since it wasn't disposed it caused a leak.

Fixes #15173

(cherry picked from commit 904ad9cd6ec357e491936924b0704416e37afc32)

v2.2.6

09 Jul 18:07
Compare
Choose a tag to compare
Fix DiagnosticListener memory leak

When IsConfigured is called, it applies all services. This caused a
DiagnosticListener to get instantiated on each DbContext instantiation,
and since it wasn't disposed it caused a leak.

Fixes #15173

(cherry picked from commit 904ad9cd6ec357e491936924b0704416e37afc32)

.NET Core 3.0.0-preview6

28 Jun 23:48
a71fcc9
Compare
Choose a tag to compare

v2.1.13

11 Sep 16:46
Compare
Choose a tag to compare
Switch to non `-Int` pools and clear NuGet caches

- aspnet/AspNetCore-Internal#2436
- aspnet/AspNetCore#9767

v2.1.12

09 Jul 18:12
Compare
Choose a tag to compare
Switch to non `-Int` pools and clear NuGet caches

- aspnet/AspNetCore-Internal#2436
- aspnet/AspNetCore#9767