From 62559781d7093d8f129cd33c29678a32b72e7836 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 2 Apr 2018 13:16:56 -0700 Subject: [PATCH] Prepare PECL 0.2.0 (#155) * Prepare PECL 0.2.0 * Fix time --- ext/package.xml | 29 ++++++++++++++++++++++++----- ext/php_opencensus.h | 2 +- ext/releases.yaml | 8 ++++++++ 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/ext/package.xml b/ext/package.xml index bc1fab246..a681e862c 100644 --- a/ext/package.xml +++ b/ext/package.xml @@ -12,11 +12,11 @@ This extension allows you to easily gather latency and other metadata by watchin chingor@google.com yes - 2018-03-05 - + 2018-04-02 + - 0.1.4 - 0.1.4 + 0.2.0 + 0.2.0 alpha @@ -24,7 +24,8 @@ This extension allows you to easily gather latency and other metadata by watchin Apache 2.0 -Fix handling startTime when passed to opencensus_trace_begin (#135) +- Adds Span kind (#151) +- Adds Span sameProcessAsParentSpan (#153) @@ -94,6 +95,8 @@ Fix handling startTime when passed to opencensus_trace_begin (#135) + + @@ -255,5 +258,21 @@ Fix segfault on OSX (#129) Fix handling startTime when passed to opencensus_trace_begin (#135) + + + 0.2.0 + 0.2.0 + + + alpha + alpha + + 2018-04-02 + Apache 2.0 + +- Adds Span kind (#151) +- Adds Span sameProcessAsParentSpan (#153) + + diff --git a/ext/php_opencensus.h b/ext/php_opencensus.h index fa9b664ec..811ecbafa 100644 --- a/ext/php_opencensus.h +++ b/ext/php_opencensus.h @@ -30,7 +30,7 @@ #include #endif -#define PHP_OPENCENSUS_VERSION "0.1.4" +#define PHP_OPENCENSUS_VERSION "0.2.0" #define PHP_OPENCENSUS_EXTNAME "opencensus" PHP_FUNCTION(opencensus_version); diff --git a/ext/releases.yaml b/ext/releases.yaml index 685cc7b6f..b54402637 100644 --- a/ext/releases.yaml +++ b/ext/releases.yaml @@ -66,3 +66,11 @@ releases: stability: alpha notes: |- Fix handling startTime when passed to opencensus_trace_begin (#135) + + - date: '2018-04-02' + time: 12:19:00 + version: 0.2.0 + stability: alpha + notes: |- + - Adds Span kind (#151) + - Adds Span sameProcessAsParentSpan (#153) \ No newline at end of file