From d81efcb4949f54b742e246af16c718e67a84d6a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Nov 2023 08:54:28 +0100 Subject: update to 0.93.1 --- PHPINFO | 6 +++--- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index ad82fe0..0bbb0b2 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 => disabled -Version => 0.93.0 +Version => 0.93.1 DATADOG TRACER CONFIGURATION => { - "date": "2023-10-30T11:45:42Z", + "date": "2023-11-01T06:33:57Z", "os_name": "Linux builder.remirepo.net 6.5.8-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Oct 20 16:11:27 UTC 2023 x86_64", "os_version": "6.5.8-100.fc37.x86_64", - "version": "0.93.0", + "version": "0.93.1", "lang": "php", "lang_version": "8.1.25", "env": null, diff --git a/REFLECTION b/REFLECTION index da8a24e..389911c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 ddtrace version 0.93.0 ] { +Extension [ extension #126 ddtrace version 0.93.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -822,7 +822,7 @@ Extension [ extension #126 ddtrace version 0.93.0 ] { Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.93.0 } + Constant [ string DD_TRACE_VERSION ] { 0.93.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 2369d3a..88c3729 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -35,7 +35,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.93.0 +Version: 0.93.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # bundled rust ext are MIT AND Apache-2.0 @@ -297,6 +297,9 @@ fi %changelog +* Wed Nov 1 2023 Remi Collet - 0.93.1-1 +- update to 0.93.1 + * Mon Oct 30 2023 Remi Collet - 0.93.0-1 - update to 0.93.0 -- cgit