All Versions
11
Latest Version
Avg Release Cycle
233 days
Latest Release
1400 days ago

Changelog History
Page 1

  • v4.2.1

    June 19, 2020
  • v4.1.0

    September 24, 2019
  • v4.0.138

    September 07, 2018
  • v4.0.0 Changes

    June 01, 2018

    ๐Ÿš€ Release notes have moved to https://miniprofiler.com/dotnet/Releases as of v4.0.0

  • v4.0.0-alpha8 Changes

    September 04, 2017

    ๐Ÿ”จ Large refactor of ASP.NET Core configuration, details in #210.

    ๐Ÿš€ This release supports both ASP.NET and ASP.NET Core. Full details on the v4 release are in #144.

  • v3.2.0 Changes

    August 26, 2015
    • ๐Ÿ›  Fix in place for issue where results-index wasn't working #80
    • ๐Ÿ’ป UI fix for Angular 1.3+ (UI19)
    • ๐Ÿ†• New setting to enable/disable compression #97
  • v3.1 Changes

    June 11, 2014
    • โž• Added new IAdvancedSqlFormatter interface. This extends ISqlFormatter and can be used in its place when assigning to MiniProfiler.Settings.SqlFormatter.
    • ๐Ÿ“‡ Changed VerboseSqlFormatter to inherit from IAdvancedSqlFormatter. This is used in new features to include additional meta data (which can be toggled on or off using the IncludeMetaData property in that class) from #42 and #72. This feature had been included in v3.0.11 and is not present in v3.0.12 (see #68 for more info).
    • โž• Add lock to resolved Null Reference Exception when retrieving Custom Timings in parallel (#70, #75)
    • โœจ Enhanced formatting for Stored Procedures is moved from SqlServerFormatter to VerboseSqlFormatter. Bug fix to prevent parameter prefixes from being applied unnecessarily (#69).
  • v3.0.12 Changes

    June 11, 2014
    • Reverses API changes made in v3.0.11 to the ISqlFormatter.FormatSql function, to avoid breaking the API (#68). New features based on these changes are pushed to v3.1
    • โž• Add select statement for output parameters when generating sql for profiled sql stored procedures (#65)
    • ๐Ÿ›  Fix display issues with bottom-positioned ui, other UI fixes (UI/#14)
    • ๐Ÿ‘ Better support for proxies and load balancers when defining user based on IP address (#66)
    • Ensure that the parameter prefix is only applied when necessary (and never applied twice) (#67, #69)
    • โฌ†๏ธ Upgraded MongoProfiler to Mongo CSharp Driver 1.9.1. This is included in nuget MiniProfiler.MongoDb -version 3.0.11 (#64)
  • v3.0.11 Changes

    May 27, 2014
    • ๐Ÿ’ป RequireJs support now integrated (UI#11, #47, UI#12)
    • Parameter names should mass base declaration in ActionFilterAttribute (#54)
    • ๐Ÿ†• New constructor for SqlServerStorage (#53) - instantiate with connection string
    • โž• Adding more options for SqlServer sql formatting through VerboseSqlServerFormatter. More flexibility for all formatters by including the IDbCommand in the ISqlFormatter.FormatSql method (#48, #59).
    • Do not record CustomTiming (#24) or CustomLink if MiniProfiler.IsActive == false
    • ๐Ÿ‘ Better Sql Formatting for Stored Procedures on Sql Server (#60)
    • EF6 release from beta
      • Update to EFProfiledDBProviderServices for EF6 with MySql (#63)
    • MongoDb initial nuget (through mongocsharpdriver v1.8.3)
  • v3.0.10 Changes

    May 11, 2014