v4.3.8
What's Changed
- New:
- Added an option to control
SpacesAfterCommas
toInlineSqlFormatter
andSqlServerFormatter
(#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 whenTiming
s are created, e.g. to driveActivity
if desired (#650 - thanks @m0sa)
- Added an option to control
- 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)
- Fixed
New Contributors
- @hughesjon made their first contribution in #534
- @Bouke made their first contribution in #555
- @benbryant0 made their first contribution in #557
- @spaduret made their first contribution in #550
- @pcellis made their first contribution in #581
- @michal-ciechan made their first contribution in #589
- @dirkjonker made their first contribution in #593
- @dependabot made their first contribution in #615
- @ti777777 made their first contribution in #628
- @MarkZither made their first contribution in #582
- @m0sa made their first contribution in #650
Full Changelog: v4.2.22...v4.3.8