We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d969674 commit 283b10bCopy full SHA for 283b10b
CHANGELOG
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+* v2.5.9 (2025-10-15)
5
+
6
+ - Prevent committing debug code
7
8
* v2.5.8 (2025-08-13)
9
10
- Fix Client's retry logic
src/Blackfire/Client.php
@@ -28,7 +28,7 @@ class Client
28
{
29
const MAX_RETRY = 60;
30
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
31
- const VERSION = '2.5.8';
+ const VERSION = '2.5.9';
32
33
private $config;
34
private $collabTokens;
0 commit comments