From 11050fb9fbbcc7a99e876a7eb4c41626fb310cc7 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Sun, 28 Jan 2024 08:43:53 +1100 Subject: [PATCH] 1.0.1beta2 release prep --- ext/package.xml | 52 +++++++++++++++++++++++++++-------------- ext/php_opentelemetry.h | 2 +- 2 files changed, 36 insertions(+), 18 deletions(-) diff --git a/ext/package.xml b/ext/package.xml index 9a27fb4..6432b0a 100644 --- a/ext/package.xml +++ b/ext/package.xml @@ -16,10 +16,10 @@ pdelewski@example.com yes - 2024-01-24 - + 2024-01-27 + - 1.0.1beta1 + 1.0.0beta2 1.0 @@ -27,20 +27,10 @@ stable Apache 2.0 - opentelemetry 1.0.1beta1 - * Fix modifying extra parameters, limit parameter expansion (#120) - * Fix crash by unregistering INI in MSHUTDOWN instead of RSHUTDOWN (#122) - * Support modifying named params (#121) - * adding test for post hook type error (#119) - * Isolate exception state for hooks (#118) - * Update README.md to point issues to the main repository (#117) - * Include PHP 8.3 in build matrix (#112) - * Build images whenever the actions definition changes (#115) - * adding php 8.3 dev image (#113) - * document SourceGuardian incompatibility (#111) - * create draft release on tag, publish windows and pecl builds (#109) - * adding test for post hooks after die/exit (#110) - * add pear to build (#108) + opentelemetry 1.0.0beta2 + * Fix exception raised by `php_error_docref` that hangs the process in hook (#127) + * clang format (#126) + * Fix build warnings (#125) @@ -310,5 +300,33 @@ opentelemetry 1.0.0 + + 2024-01-24 + + + 1.0.1beta1 + 1.0 + + + beta + stable + + Apache 2.0 + opentelemetry 1.0.1beta1 + * Fix modifying extra parameters, limit parameter expansion (#120) + * Fix crash by unregistering INI in MSHUTDOWN instead of RSHUTDOWN (#122) + * Support modifying named params (#121) + * adding test for post hook type error (#119) + * Isolate exception state for hooks (#118) + * Update README.md to point issues to the main repository (#117) + * Include PHP 8.3 in build matrix (#112) + * Build images whenever the actions definition changes (#115) + * adding php 8.3 dev image (#113) + * document SourceGuardian incompatibility (#111) + * create draft release on tag, publish windows and pecl builds (#109) + * adding test for post hooks after die/exit (#110) + * add pear to build (#108) + + \ No newline at end of file diff --git a/ext/php_opentelemetry.h b/ext/php_opentelemetry.h index d6cf1b3..f364a5e 100644 --- a/ext/php_opentelemetry.h +++ b/ext/php_opentelemetry.h @@ -18,7 +18,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry) #define OTEL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(opentelemetry, v) -#define PHP_OPENTELEMETRY_VERSION "1.0.1beta1" +#define PHP_OPENTELEMETRY_VERSION "1.0.1beta2" #if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY) ZEND_TSRMLS_CACHE_EXTERN()