Skip to content

Commit df52c7c

Browse files
committed
Bumped version to 5.2, updated changelog.
1 parent ccdcaee commit df52c7c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.1.13
1+
5.2
22

33
- added new security protection - running Clockwork is now restricted to local domains unless explicitly enabled
44
- added Redis storage implementation (implemented by christopherh0rn, thanks!)
@@ -8,13 +8,18 @@
88
- improved Laravel installation process to be able to use "clockwork" tag for publishing the config file
99
- improved default Laravel config to ignore Telescope Toolbar requests by default (implemented by lloricode, thanks!)
1010
- 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!)
1112
- 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!)
1214
- fixed checking of notification type when collecting Laravel notifications (reported by faraweilyas, idea by jameshulse, thanks!)
1315
- fixed collecting of Slack notifications content in Laravel (implemented by maximepvrt, thanks!)
1416
- fixed collecting of Laravel cache expiration times (implemented by FeBe95, thanks!)
1517
- fixed ability to use custom should-collect and should-record callbacks (implemented by thattomperson, thanks!)
1618
- 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!)
1721
- 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!)
1823

1924
*BREAKING*
2025

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class Clockwork
1717
{
1818
// Clockwork library version
19-
const VERSION = '5.1.12';
19+
const VERSION = '5.2';
2020

2121
// Array of data sources, these objects collect metadata for the current application run
2222
protected $dataSources = [];

0 commit comments

Comments
 (0)