-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.0beta3 update package.xml and version in .h file
- Loading branch information
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="/"> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters