From f838eee343ba1735f0724b2a83064a89023d1d23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 15:13:00 +0100 Subject: update to 1.13.1 --- PHPINFO | 12 ++++++------ REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0f438cb..78f4dd2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,14 +7,14 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 1.13.0 +Version => 1.13.1 DATADOG TRACER CONFIGURATION => { - "date": "2025-10-01T06:15:25Z", - "os_name": "Linux builder.remirepo.net 6.16.8-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Sep 19 16:41:07 UTC 2025 x86_64", - "os_version": "6.16.8-100.fc41.x86_64", - "version": "1.13.0", + "date": "2025-10-30T14:12:08Z", + "os_name": "Linux builder.remirepo.net 6.17.5-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Oct 23 16:51:40 UTC 2025 x86_64", + "os_version": "6.17.5-100.fc41.x86_64", + "version": "1.13.1", "lang": "php", - "lang_version": "8.3.26", + "lang_version": "8.3.27", "env": null, "enabled": true, "service": null, diff --git a/REFLECTION b/REFLECTION index dc61033..2316630 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 ddtrace version 1.13.0 ] { +Extension [ extension #148 ddtrace version 1.13.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -1112,7 +1112,7 @@ Extension [ extension #147 ddtrace version 1.13.0 ] { 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.13.0 } + Constant [ string DD_TRACE_VERSION ] { 1.13.1 } 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 cd8ebba..e0d8605 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -36,7 +36,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.13.0 +%global upstream_version 1.13.1 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -285,6 +285,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Oct 30 2025 Remi Collet - 1.13.1-1 +- update to 1.13.1 + * Wed Oct 1 2025 Remi Collet - 1.13.0-1 - update to 1.13.0 -- cgit