Skip to content

Commit d603869

Browse files
authored
1.1.0beta1 release preparation (#148)
1 parent a9b57b6 commit d603869

File tree

2 files changed

+45
-6
lines changed

2 files changed

+45
-6
lines changed

ext/package.xml

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2024-05-04</date>
20-
<time>00:03:28</time>
19+
<date>2024-08-29</date>
20+
<time>23:46:59</time>
2121
<version>
22-
<release>1.0.3</release>
22+
<release>1.1.0beta1</release>
2323
<api>1.0</api>
2424
</version>
2525
<stability>
26-
<release>stable</release>
26+
<release>beta</release>
2727
<api>stable</api>
2828
</stability>
2929
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
30-
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3</notes>
30+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta1</notes>
3131
<contents>
3232
<dir baseinstalldir="/" name="/">
3333
<file baseinstalldir="/" name=".clang-format" role="src"/>
@@ -93,6 +93,31 @@
9393
<file name="return_reduced_params.phpt" role="test"/>
9494
<file name="static_method.phpt" role="test"/>
9595
<file name="unwind_exit.phpt" role="test"/>
96+
<dir name="mocks">
97+
<file name="SpanAttribute.php" role="test"/>
98+
<file name="WithSpanHandlerDumpAttributes.php" role="test"/>
99+
<file name="WithSpanHandler.php" role="test"/>
100+
<file name="WithSpan.php" role="test"/>
101+
</dir>
102+
<dir name="with_span">
103+
<file name="attribute_named_params_passed_to_pre_hook.phpt" role="test"/>
104+
<file name="attribute_on_method.phpt" role="test"/>
105+
<file name="attribute_on_interface.phpt" role="test"/>
106+
<file name="attribute_params_skipped_if_hooked.phpt" role="test"/>
107+
<file name="disable.phpt" role="test"/>
108+
<file name="attribute_on_function.phpt" role="test"/>
109+
<file name="attribute_on_interface_with_params.phpt" role="test"/>
110+
<file name="attribute_params_passed_to_pre_hook.phpt" role="test"/>
111+
<file name="customize_handlers.phpt" role="test"/>
112+
<file name="invalid_callback.phpt" role="test"/>
113+
</dir>
114+
<dir name="span_attribute">
115+
<file name="attribute_on_interface.phpt" role="test"/>
116+
<file name="function_params_non_simple.phpt" role="test"/>
117+
<file name="function_params.phpt" role="test"/>
118+
<file name="method_params.phpt" role="test"/>
119+
<file name="span_attribute_attribute_priority.phpt" role="test"/>
120+
</dir>
96121
</dir>
97122
</dir>
98123
</contents>
@@ -361,5 +386,19 @@
361386
<license>Apache 2.0</license>
362387
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3beta1</notes>
363388
</release>
389+
<release>
390+
<date>2024-05-04</date>
391+
<time>00:03:28</time>
392+
<version>
393+
<release>1.0.3</release>
394+
<api>1.0</api>
395+
</version>
396+
<stability>
397+
<release>stable</release>
398+
<api>stable</api>
399+
</stability>
400+
<license>Apache 2.0</license>
401+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.3</notes>
402+
</release>
364403
</changelog>
365404
</package>

ext/php_opentelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)
2222

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

25-
#define PHP_OPENTELEMETRY_VERSION "1.0.3"
25+
#define PHP_OPENTELEMETRY_VERSION "1.1.0beta1"
2626

2727
#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
2828
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)