You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Releases.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,15 @@ This page tracks major changes included in any update starting with version 4.0.
8
8
#### Unreleased
9
9
-**New**:
10
10
- Support for strict CSP (dynamic inline styles removed) ([#634](https://github.com/MiniProfiler/dotnet/pull/634) - thanks [rwasef1830](https://github.com/rwasef1830))
11
-
-Adds `net8.0`build with no `Newtonsoft.Json` dependency ([#641](https://github.com/MiniProfiler/dotnet/pull/641))
11
+
-Moved .NET Core to `net8.0` with no `Newtonsoft.Json` dependency ([#641](https://github.com/MiniProfiler/dotnet/pull/641) & [#679](https://github.com/MiniProfiler/dotnet/pull/679))
12
12
-**Fixes/Changes**:
13
13
- Upgraded MongoDB driver, allowing automatic index creation and profiler expiration ([#613](https://github.com/MiniProfiler/dotnet/pull/613) - thanks [IanKemp](https://github.com/IanKemp))
14
14
- Fixed [#652](https://github.com/MiniProfiler/dotnet/issues/652): Respect `PopupDecimalPlaces` in all cases ([#655](https://github.com/MiniProfiler/dotnet/pull/655))
15
15
-**Removed**:
16
-
- Support for rarely used `MiniProfiler.EFC7`, `MiniProfiler.Providers.RavenDB`, and `MiniProfiler.Providers.SqlServerCe` providers
16
+
- Support for rarely used providers ([#679](https://github.com/MiniProfiler/dotnet/pull/679))
0 commit comments