Skip to content

Commit

Permalink
1.1.0beta1 release preparation (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Aug 30, 2024
1 parent a9b57b6 commit d603869
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
49 changes: 44 additions & 5 deletions ext/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-05-04</date>
<time>00:03:28</time>
<date>2024-08-29</date>
<time>23:46:59</time>
<version>
<release>1.0.3</release>
<release>1.1.0beta1</release>
<api>1.0</api>
</version>
<stability>
<release>stable</release>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3</notes>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta1</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name=".clang-format" role="src"/>
Expand Down Expand Up @@ -93,6 +93,31 @@
<file name="return_reduced_params.phpt" role="test"/>
<file name="static_method.phpt" role="test"/>
<file name="unwind_exit.phpt" role="test"/>
<dir name="mocks">
<file name="SpanAttribute.php" role="test"/>
<file name="WithSpanHandlerDumpAttributes.php" role="test"/>
<file name="WithSpanHandler.php" role="test"/>
<file name="WithSpan.php" role="test"/>
</dir>
<dir name="with_span">
<file name="attribute_named_params_passed_to_pre_hook.phpt" role="test"/>
<file name="attribute_on_method.phpt" role="test"/>
<file name="attribute_on_interface.phpt" role="test"/>
<file name="attribute_params_skipped_if_hooked.phpt" role="test"/>
<file name="disable.phpt" role="test"/>
<file name="attribute_on_function.phpt" role="test"/>
<file name="attribute_on_interface_with_params.phpt" role="test"/>
<file name="attribute_params_passed_to_pre_hook.phpt" role="test"/>
<file name="customize_handlers.phpt" role="test"/>
<file name="invalid_callback.phpt" role="test"/>
</dir>
<dir name="span_attribute">
<file name="attribute_on_interface.phpt" role="test"/>
<file name="function_params_non_simple.phpt" role="test"/>
<file name="function_params.phpt" role="test"/>
<file name="method_params.phpt" role="test"/>
<file name="span_attribute_attribute_priority.phpt" role="test"/>
</dir>
</dir>
</dir>
</contents>
Expand Down Expand Up @@ -361,5 +386,19 @@
<license>Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3beta1</notes>
</release>
<release>
<date>2024-05-04</date>
<time>00:03:28</time>
<version>
<release>1.0.3</release>
<api>1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>Apache 2.0</license>
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion ext/php_opentelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)

#define OTEL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(opentelemetry, v)

#define PHP_OPENTELEMETRY_VERSION "1.0.3"
#define PHP_OPENTELEMETRY_VERSION "1.1.0beta1"

#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down

0 comments on commit d603869

Please sign in to comment.