Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 3.22.4
Fixes
- The sqlite db that caches requests is cleared more consistently to avoid large file sizes.
DebugKit 4.1.1
Fixes
- Improved consistency of timer names.
- Removed an unnecessary dependency.
DebugKit 3.22.3
Fixes
- Timer names are no longer translated. This fixes errors when step debugging is used and debugkit is active.
DebugKit 3.22.2
- Removed usage of deprecated CakePHP features.
DebugKit 4.1.0
- Improved the Cache panel. In addition to the summary metrics the cache panel also collects logging information about all cache operations that happen in a request.
DebugKit 4.0.6
- Improved documentation.
- Added the
DebugKit.ignoreAuthorizationconfiguration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.
DebugKit 3.22.1
Changes
- Added the
DebugKit.ignoreAuthorizationconfiguration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.
DebugKit 3.21.1
Changes
- Added a new dashboard page.
- Fixed notice and warning contexts referencing the wrong file/frame.
- Reverted the subquery used to truncate request history as MySQL doesn't support subqueries in delete queries.
DebugKit 4.0.5
Fixes
- Mail Panel no longer double wraps mail transports in a DebugKit proxy. This fixes undefined index errors in tests.
DebugKit 4.0.4
Fixes
- Commands provided by DebugKit are explicitly added to the console collection, skipping filesystem chatter.