Skip to content

v4.2.1

Compare
Choose a tag to compare
@NickCraver NickCraver released this 30 Nov 15:27
· 92 commits to main since this release

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 and MiniProfiler.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:
  • MySQL Storage:
    • Updates MySqlConnector to 0.60.1 for misc fixes (#432 - thanks @bgrainger!)
  • Redis Storage
    • Moves from StackExchange.Redis.StrongName to StackExchange.Redis 2.1.30 (#473)

New Contributors

Full Changelog: v4.1.0...v4.2.1