From 524b821019e16c578609d6f367fd1949e2df9095 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jul 2023 10:52:37 +0200 Subject: update to 0.89.0 --- PHPINFO | 11 ++++++----- REFLECTION | 7 +++++-- php-pecl-datadog-trace.spec | 11 ++++------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index b6bde06..171a47a 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.88.1 +Version => 0.89.0 DATADOG TRACER CONFIGURATION => { - "date": "2023-06-19T08:54:39Z", - "os_name": "Linux builder.remirepo.net 6.3.7-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 9 15:21:15 UTC 2023 x86_64", - "os_version": "6.3.7-100.fc37.x86_64", - "version": "0.88.1", + "date": "2023-07-04T06:22:32Z", + "os_name": "Linux builder.remirepo.net 6.3.8-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 15 01:51:54 UTC 2023 x86_64", + "os_version": "6.3.8-100.fc37.x86_64", + "version": "0.89.0", "lang": "php", "lang_version": "8.1.20", "env": null, @@ -62,6 +62,7 @@ datadog.dogstatsd_port => 8125 => 8125 datadog.env => no value => no value datadog.autofinish_spans => Off => Off datadog.trace.url_as_resource_names_enabled => On => On +datadog.http_server_route_based_naming => On => On datadog.integrations_disabled => default => default datadog.priority_sampling => On => On datadog.service => no value => no value diff --git a/REFLECTION b/REFLECTION index 9ae5711..e0629b5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 ddtrace version 0.88.1 ] { +Extension [ extension #123 ddtrace version 0.89.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -42,6 +42,9 @@ Extension [ extension #123 ddtrace version 0.88.1 ] { Entry [ datadog.trace.url_as_resource_names_enabled ] Current = 'true' } + Entry [ datadog.http_server_route_based_naming ] + Current = 'true' + } Entry [ datadog.integrations_disabled ] Current = 'default' } @@ -732,7 +735,7 @@ Extension [ extension #123 ddtrace version 0.88.1 ] { 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.88.1 } + Constant [ string DD_TRACE_VERSION ] { 0.89.0 } 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 8a55885..3bc57b4 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -13,12 +13,6 @@ %global _root_bindir %{_bindir} %endif -# Defined in Fedora >= 37 and RHEL >= 10, in PHP >= 7.4 for remirepo -%{!?__phpize: %global __phpize %{_bindir}/phpize} -%{!?__ztsphpize: %global __ztsphpize %{_bindir}/zts-phpize} -%{!?__phpconfig: %global __phpconfig %{_bindir}/php-config} -%{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config} - # pecl name %global proj_name datadog_trace # no underscore for package name @@ -33,7 +27,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.88.1 +Version: 0.89.0 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 @@ -293,6 +287,9 @@ fi %changelog +* Tue Jul 4 2023 Remi Collet - 0.89.0-1 +- update to 0.89.0 + * Mon Jun 19 2023 Remi Collet - 0.88.1-1 - update to 0.88.1 - open https://github.com/DataDog/dd-trace-php/issues/2115 -- cgit