Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 4.3.0
Fixed
- Fixed double encoded data in the Environment panel.
- Bumped minimum required CakePHP to 4.1, as earlier versions do not work with the environment panel changes.
DebugKit 4.2.0
Added
DebugKit.ignorePathsPattern
was added. It takes a regex pattern (including delimiter) to prevent DebugKit from recording data about matching paths.
DebugKit 4.1.3
Fixes
- Improved save & cleanup methods to not fail during concurrent requests.
DebugKit 4.1.2
Fixes
- The sqlite db that caches requests is cleared more consistently to avoid large file sizes.
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.ignoreAuthorization
configuration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.