Skip to content

Releases: jbrinkman/dnnGlimpse

v1.1.0

12 Aug 15:04
f95fe70
Compare
Choose a tag to compare

Support DNN 9.3.0 and higher

v1.0.10

27 Nov 23:29
Compare
Choose a tag to compare

This version includes the following changes:

  • Don't show Glimpse in pop-ups
  • Upgraded Glimpse.AspNet to 1.9.2 (featherwight release)
  • Added support for AspNetSynchronizationContext
  • Added support for Build Mode detection of assemblies in Environment tab

v1.0.9

28 Oct 14:38
Compare
Choose a tag to compare
  • Upgraded Glimpse.Core to 1.8.6 (featherwight release)
    • Add button which makes it easy to launch glimpse for service only sites
    • Improve how client renders for those using Zurb Foundation
  • Upgraded Glimpse.AspNet to 1.9.1 (featherweight release)
    • Fix issue for ajax requests that are using “Bufferless input streams”
    • Show non-MvcRoute route types in route tab
  • Upgraded Glimpse.WebForms to 1.1.1 (featherweight release)
    • Fix issue to make Glimpse checks if it is enabled in DataBoundControlAdapter
  • Upgraded Glimpse.Ado to 1.7.3 (featherweight release)
    • Fix bug with EF 6.1.1
    • Ensure ADO inspector does quotes AnsiString parameters in query output
    • Ensure that all parameters in CreateDbCommandDefinition are forwarded through
    • Prevent command sanitizer from replacing partial matches of parameters

Previous changes include:

  • Added Support for non Host Users
    • When the request is local (127.0.0.1), or when a Host setting is true, Glimpse will be enabled for all users. This allows developers to determine the behavior of the site for anonymous and regular users