Skip to content

Commit 283b10b

Browse files
committed
Bump php-sdk to version v2.5.9
1 parent d969674 commit 283b10b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
* v2.5.9 (2025-10-15)
5+
6+
- Prevent committing debug code
7+
48
* v2.5.8 (2025-08-13)
59

610
- Fix Client's retry logic

src/Blackfire/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Client
2828
{
2929
const MAX_RETRY = 60;
3030
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
31-
const VERSION = '2.5.8';
31+
const VERSION = '2.5.9';
3232

3333
private $config;
3434
private $collabTokens;

0 commit comments

Comments
 (0)