From 7055b51d3236fa6a8d433ea510af492dba2f017b Mon Sep 17 00:00:00 2001 From: Julien Jean Date: Fri, 3 Nov 2023 16:54:00 +0100 Subject: [PATCH] bump PHP-SDK to version 2.3.5 --- CHANGELOG | 5 +++++ src/Blackfire/Client.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8254837..5d4ed3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ Blackfire PHP-SDK Changelog =========================== +* 2.3.5 (2023-11-03) + + * enforce undefined step name when none is provided + * fix `BlackfiredHttpClient` sampling + * 2.3.4 (2023-10-30) * Ensure profiles processing is complete before binding them to a build diff --git a/src/Blackfire/Client.php b/src/Blackfire/Client.php index 6a183d6..f738226 100644 --- a/src/Blackfire/Client.php +++ b/src/Blackfire/Client.php @@ -27,7 +27,7 @@ class Client { const MAX_RETRY = 60; const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000'; - const VERSION = '2.3.4'; + const VERSION = '2.3.5'; private $config; private $collabTokens;