summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec5
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index e130533..3a094cf 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.0
+Version => 1.4.1
DATADOG TRACER CONFIGURATION => {
- "date": "2024-10-09T07:47:16Z",
+ "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.0",
+ "version": "1.4.1",
"lang": "php",
"lang_version": "8.2.24",
"env": null,
diff --git a/REFLECTION b/REFLECTION
index af0e975..42b7f1e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 ddtrace version 1.4.0 ] {
+Extension [ <persistent> extension #124 ddtrace version 1.4.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -973,7 +973,7 @@ Extension [ <persistent> extension #122 ddtrace version 1.4.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.4.0 }
+ Constant [ string DD_TRACE_VERSION ] { 1.4.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 15c9b87..8e77eeb 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.0
+%global upstream_version 1.4.1
#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 14 2024 Remi Collet <remi@remirepo.net> - 1.4.1-1
+- update to 1.4.1
+
* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 1.4.0-1
- update to 1.4.0
- raise dependency on rust 1.76