Skip to content

v4.3.8

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

What's Changed

  • New:
    • Added an option to control SpacesAfterCommas to InlineSqlFormatter and SqlServerFormatter (#549 - thanks @Turnerj)
    • Performance improvement: caching assembly names to reduce allocations during stack trace snippet generation (#605 - thanks @benbryant0)
    • Added MiniProfiler.Minimal headless package with is a standalone bare-bones build with no depENdencies and no UI, useful for mass scale applications that are viewing the results elsewhere (#636)
    • Add Nullable Reference Type annotations to the entire codebase (#640)
    • Add MiniProfilerOptions.TimingInstrumentationProvider allowing to hook when Timings are created, e.g. to drive Activity if desired (#650 - thanks @m0sa)
  • Fixes/Changes:
    • Fixed /results-index ordering (should be newest to oldest) (#550 - thanks @spaduret)
    • Fixed nonce attribute propagation to generated <link> style element for full CSP support (#565)
    • Changed popup to show 2 decimal places for timings by default, with a new PopupDecimalPlaces option to control this (present everywhere settings are) (#580)
    • Fix for time duration precision on Linux (#602 - thanks @benbryant0)
    • Fixed #578: Making SQLite data types compatible for more use cases (#582 - thanks @MarkZither)

New Contributors

Full Changelog: v4.2.22...v4.3.8