Skip to content

Releases: cakephp/debug_kit

DebugKit 3.22.4

02 May 22:30
5bec3c4

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

Choose a tag to compare

Fixes

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

DebugKit 3.22.3

14 Apr 01:22
2faf742

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

Choose a tag to compare

  • Removed usage of deprecated CakePHP features.

DebugKit 4.1.0

03 Mar 02:46
db018a7

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

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.

DebugKit 3.22.1

06 Feb 02:47
f2ed910

Choose a tag to compare

Changes

  • Added the DebugKit.ignoreAuthorization configuration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.

DebugKit 3.21.1

27 Jan 16:18
beb1f55

Choose a tag to compare

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

16 Jan 14:51
5680528

Choose a tag to compare

Fixes

  • Mail Panel no longer double wraps mail transports in a DebugKit proxy. This fixes undefined index errors in tests.

DebugKit 4.0.4

15 Jan 21:44

Choose a tag to compare

Fixes

  • Commands provided by DebugKit are explicitly added to the console collection, skipping filesystem chatter.