Skip to content

Commit

Permalink
1.0.0beta3 preparation (#50)
Browse files Browse the repository at this point in the history
1.0.0beta3 update package.xml and version in .h file
  • Loading branch information
brettmc authored Apr 1, 2023
1 parent 3dc12db commit ef23396
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
42 changes: 36 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,34 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2023-03-30</date>
<date>2023-04-01</date>
<time>00:32:40</time>
<version>
<release>1.0.0beta2</release>
<api>1.0.0</api>
<release>1.0.0beta3</release>
<api>1.0</api>
</version>
<stability>
<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 and https://github.com/open-telemetry/opentelemetry-php-instrumentation
<notes>opentelemetry 1.0.0beta3

* rename extension from otel_instrumentation to opentelemetry (#49)
* display extension version in phpinfo (#48)
* Fix #46 add doc, license and tests to pecl package (#47)
* changes to allow build/upload to pecl (#44)
* update package.xml and docs in preparation for pecl release (#43)
* store scope in the context (#42)
* moving bin directory to contrib (#39)
* fixing script names (#38)
* get list of auto packages through packagist api (#37)
* adding new symfony and laravel auto instrumentation packages (#36)
* execute composer require in non-interactive mode (#35)
* deny plugins for php-http/discovery by default (#34)
* windows is not supported yet due to configure script code generation error (#33)
* install and setup auto-instrumentation with one command (#29)
* docs: update/sync(opentelemetry.io) installation description (#27)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -74,7 +90,21 @@
</required>
</dependencies>
<providesextension>opentelemetry</providesextension>
<extsrcrelease/>
<extsrcrelease></extsrcrelease>
<changelog>
<release>
<date>2023-03-30</date>
<time></time>
<version>
<release>1.0.0beta2</release>
<api>1.0.0</api>
</version>
<stability>
<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 and https://github.com/open-telemetry/opentelemetry-php-instrumentation</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion php_opentelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)

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

# define PHP_OPENTELEMETRY_VERSION "1.0.0beta2"
# define PHP_OPENTELEMETRY_VERSION "1.0.0beta3"

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

0 comments on commit ef23396

Please sign in to comment.