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+
1115.1.6
212
313- added Monolog 2.x compatible handler (idea by mahagr, thanks!)
Original file line number Diff line number Diff line change 1515class Clockwork
1616{
1717 // Clockwork library version
18- const VERSION = '5.1.6 ' ;
18+ const VERSION = '5.1.7 ' ;
1919
2020 // Array of data sources, these objects collect metadata for the current application run
2121 protected $ dataSources = [];
You can’t perform that action at this time.
0 commit comments