Skip to content

Commit

Permalink
Bumped version to 5.2, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Feb 20, 2024
1 parent ccdcaee commit df52c7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.1.13
5.2

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

*BREAKING*

Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Clockwork
{
// Clockwork library version
const VERSION = '5.1.12';
const VERSION = '5.2';

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

0 comments on commit df52c7c

Please sign in to comment.