v4.2.1
What's Changed
- Added RavenDB Storage provider (#483 - thanks @lillo42!)
- Added
<script nonce="..." />
to rendering for CSP support (#465]) - Added dark and "auto" (system preference decides) color themes, total is "Light", "Dark", and "Auto" (#451)
- Generally moves to CSS 3 variables, for easier custom themes as well (#451)
- Added
SqlServerFormatter.IncludeParameterValues
for excluding actual values in output if desired (#463) - Added "debug" mode (via
.EnableDebugMode
) that outputs stack dumps for every timing (expensive/heavy, and not intended for normal operation - #482) - Added
.OnInternalError
API to options (Action<Exception>
), for logging when an exception during a MiniProfiler occurs (#486).- This also means save errors are "swallowed" now (and accessible via this API when desired).
- (.NET Core only) Added
MiniProfilerOptions.ResultsAuthorizeAsync
andMiniProfiler.ResultsAuthorizeListAsync
(#472) - (.NET Core only) Added profiling to all diagnostic events (views, filters, etc. - #475 & #482)
- New options around this are in the ASP.NET Core docs on the left.
- Fixes/Changes:
- Fix for 'i.Started.toUTCString is not a function' when global serializer options are changed.
- Removed jQuery (built-in) dependency (#442)
- (Major) Drops IE 11 support
- Fix for missing
IMemoryCache
depending on config (#440)
- MySQL Storage:
- Updates
MySqlConnector
to 0.60.1 for misc fixes (#432 - thanks @bgrainger!)
- Updates
- Redis Storage
- Moves from
StackExchange.Redis.StrongName
toStackExchange.Redis
2.1.30 (#473)
- Moves from
New Contributors
- @duncansmart made their first contribution in #436
- @luhis made their first contribution in #445
- @hemiaoio made their first contribution in #476
- @lillo42 made their first contribution in #483
- @sebastienros made their first contribution in #487
- @JesperTreetop made their first contribution in #494
- @jeffpapp made their first contribution in #495
Full Changelog: v4.1.0...v4.2.1