Skip to content

Releases: cakephp/debug_kit

DebugKit 4.3.0

19 Jul 02:51
801086c
Compare
Choose a tag to compare

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

10 Jun 01:39
940a021
Compare
Choose a tag to compare

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

31 May 20:47
a0b70d1
Compare
Choose a tag to compare

Fixes

  • Improved save & cleanup methods to not fail during concurrent requests.

DebugKit 4.1.2

02 May 22:29
14d6b6b
Compare
Choose a tag to compare

Fixes

  • The sqlite db that caches requests is cleared more consistently to avoid large file sizes.

DebugKit 3.22.4

02 May 22:30
5bec3c4
Compare
Choose a tag to compare

Fixes

  • The sqlite db that caches requests is cleared more consistently to avoid large file sizes.

DebugKit 4.1.1

14 Apr 02:28
Compare
Choose a tag to compare

Fixes

  • Improved consistency of timer names.
  • Removed an unnecessary dependency.

DebugKit 3.22.3

14 Apr 01:22
2faf742
Compare
Choose a tag to compare

Fixes

  • Timer names are no longer translated. This fixes errors when step debugging is used and debugkit is active.

DebugKit 3.22.2

10 Mar 00:37
fbe68d1
Compare
Choose a tag to compare
  • Removed usage of deprecated CakePHP features.

DebugKit 4.1.0

03 Mar 02:46
db018a7
Compare
Choose a tag to compare
  • 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

28 Feb 01:42
2cbe8b4
Compare
Choose a tag to compare
  • Improved documentation.
  • Added the DebugKit.ignoreAuthorization configuration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.