|
1 | | -5.1.13 |
| 1 | +5.2 |
2 | 2 |
|
3 | 3 | - added new security protection - running Clockwork is now restricted to local domains unless explicitly enabled |
4 | 4 | - added Redis storage implementation (implemented by christopherh0rn, thanks!) |
|
8 | 8 | - improved Laravel installation process to be able to use "clockwork" tag for publishing the config file |
9 | 9 | - improved default Laravel config to ignore Telescope Toolbar requests by default (implemented by lloricode, thanks!) |
10 | 10 | - improved Eloquent data source to support Crate PDO (implemented by JulianMar, thanks!) |
| 11 | +- improved Slim integration to support retrieving latest requests in the rest api (implemented by UlrichEckhardt, thanks!) |
11 | 12 | - fixed compatibility with Laravel <5.5 when collecting database queries (reported by sbahr001, thanks!) |
| 13 | +- fixed compatibility with Laravel 5.6 when client-metrics or toolbar is enabled (reported by Smolinsky, thanks!) |
12 | 14 | - fixed checking of notification type when collecting Laravel notifications (reported by faraweilyas, idea by jameshulse, thanks!) |
13 | 15 | - fixed collecting of Slack notifications content in Laravel (implemented by maximepvrt, thanks!) |
14 | 16 | - fixed collecting of Laravel cache expiration times (implemented by FeBe95, thanks!) |
15 | 17 | - fixed ability to use custom should-collect and should-record callbacks (implemented by thattomperson, thanks!) |
16 | 18 | - fixed a possible crash with SQL storage when creating backup table or inserting duplicate ids (reported by davidp-celtra, thanks!) |
| 19 | +- fixed an exception being thrown when Clockwork metadata path is not writable even when Clockwork was disabled (reported by joelharkes, thanks!) |
| 20 | +- fixed an issue with file storage causing some non-http requests might not be shown in the app (reported by mattvb91, thanks!) |
17 | 21 | - fixed compatibility with using Filebeat to collect Clockwork metadata (implemented by JConseil, thanks!) |
| 22 | +- fixed Request::addModelAction method not storing the action properly (reported by UlrichEckhardt, thanks!) |
18 | 23 |
|
19 | 24 | *BREAKING* |
20 | 25 |
|
|
0 commit comments