File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 5.1.7
2
+
3
+ - added support for authentiaction in the Vanilla integration
4
+ - added support for compressed Xdebug profiles
5
+ - improved collecting of Laravel Artisan commands to support abbreviated commands (implemented by mike-peters90, thanks!)
6
+ - fixed doubled backslashes in collected Laravel database query bindings (reported by pys1992, thanks!)
7
+ - fixed compatibility with PostgreSQL in SQL storage (implemented by screw, thanks!)
8
+ - fixed possible crash during file storage cleanup when used with Laravel Octane (reported by flexchar, thanks!)
9
+ - fixed infinite loop when collecting queries in Doctrine 3.x (reported by N-M, thanks!)
10
+
1
11
5.1.6
2
12
3
13
- added Monolog 2.x compatible handler (idea by mahagr, thanks!)
Original file line number Diff line number Diff line change 15
15
class Clockwork
16
16
{
17
17
// Clockwork library version
18
- const VERSION = '5.1.6 ' ;
18
+ const VERSION = '5.1.7 ' ;
19
19
20
20
// Array of data sources, these objects collect metadata for the current application run
21
21
protected $ dataSources = [];
You can’t perform that action at this time.
0 commit comments