From 542dc2114105c610d5bfad6a44b4f69e9a239ebc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2023 11:24:08 +0200 Subject: update to 0.86.3 --- PHPINFO | 6 +++--- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7ebcf50..ed81c24 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.86.2 +Version => 0.86.3 DATADOG TRACER CONFIGURATION => { - "date": "2023-04-05T06:31:36Z", + "date": "2023-04-06T08:58:54Z", "os_name": "Linux builder.remirepo.net 6.2.8-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 22 19:11:02 UTC 2023 x86_64", "os_version": "6.2.8-200.fc37.x86_64", - "version": "0.86.2", + "version": "0.86.3", "lang": "php", "lang_version": "8.1.17", "env": null, diff --git a/REFLECTION b/REFLECTION index eb92b8f..a041b56 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 ddtrace version 0.86.2 ] { +Extension [ extension #122 ddtrace version 0.86.3 ] { - Dependencies { Dependency [ json (Required) ] @@ -658,7 +658,7 @@ Extension [ extension #122 ddtrace version 0.86.2 ] { 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.86.2 } + Constant [ string DD_TRACE_VERSION ] { 0.86.3 } 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 87fc046..75ed197 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -26,7 +26,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.86.2 +Version: 0.86.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # mpack is MIT @@ -251,6 +251,9 @@ fi %changelog +* Thu Apr 6 2023 Remi Collet - 0.86.3-1 +- update to 0.86.3 + * Wed Apr 5 2023 Remi Collet - 0.86.2-1 - update to 0.86.2 -- cgit