From 6fffce154b6cefcc0d85e203e6192d0d28df226b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 15:29:36 +0200 Subject: update to 1.4.2 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 3a094cf..09abdfe 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 1.4.1 +Version => 1.4.2 DATADOG TRACER CONFIGURATION => { - "date": "2024-10-14T14:16:05Z", - "os_name": "Linux builder.remirepo.net 6.10.12-100.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Sep 30 21:36:56 UTC 2024 x86_64", - "os_version": "6.10.12-100.fc39.x86_64", - "version": "1.4.1", + "date": "2024-10-21T13:21:05Z", + "os_name": "Linux builder.remirepo.net 6.11.3-100.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Oct 10 20:49:51 UTC 2024 x86_64", + "os_version": "6.11.3-100.fc39.x86_64", + "version": "1.4.2", "lang": "php", "lang_version": "8.2.24", "env": null, diff --git a/REFLECTION b/REFLECTION index 42b7f1e..9f37afc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 ddtrace version 1.4.1 ] { +Extension [ extension #125 ddtrace version 1.4.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -973,7 +973,7 @@ Extension [ extension #124 ddtrace version 1.4.1 ] { Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 1.4.1 } + Constant [ string DD_TRACE_VERSION ] { 1.4.2 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 8e77eeb..2841c4d 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -30,7 +30,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.4.1 +%global upstream_version 1.4.2 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -280,6 +280,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 21 2024 Remi Collet - 1.4.2-1 +- update to 1.4.2 + * Mon Oct 14 2024 Remi Collet - 1.4.1-1 - update to 1.4.1 -- cgit