Skip to content

Commit 2cad6c7

Browse files
committed
Bumped version to 5.1.7, updated changelog.
1 parent 51eae8d commit 2cad6c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
5.1.6
212

313
- added Monolog 2.x compatible handler (idea by mahagr, thanks!)

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class 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 = [];

0 commit comments

Comments
 (0)