Apache SkyWalking PHP Agent.
The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.
License: Apache-2.0
Version | Release | Download |
0.8.0 | 2024-12-03 | skywalking_agent-0.8.0.tgz |
0.7.0 | 2023-09-23 | skywalking_agent-0.7.0.tgz |
0.6.0 | 2023-08-22 | skywalking_agent-0.6.0.tgz |
0.5.0 | 2023-05-06 | skywalking_agent-0.5.0.tgz |
0.4.0 | 2023-03-25 | skywalking_agent-0.4.0.tgz |
Version | Message |
0.8.0 |
## What's Changed * Fix swoole server on request param. by @jmjoy in https://github.com/apache/skywalking-php/pull/100 * Update NOTICE by @jmjoy in https://github.com/apache/skywalking-php/pull/103 * Bump phpseclib/phpseclib from 3.0.19 to 3.0.35 in /tests/php by @dependabot in https://github.com/apache/skywalking-php/pull/104 * Inject skywalking context. by @jmjoy in https://github.com/apache/skywalking-php/pull/107 * Defined instance_name by @Almot77 in https://github.com/apache/skywalking-php/pull/111 * Add TLS by @heyanlong in https://github.com/apache/skywalking-php/pull/112 * Add feature sasl for rdkafka by @jmjoy in https://github.com/apache/skywalking-php/pull/116 * Refactor worker to standalone crate by @jmjoy in https://github.com/apache/skywalking-php/pull/118 * Add standalone reporter type and standalone skywalking worker by @jmjoy in https://github.com/apache/skywalking-php/pull/119 * Adapt to `Swoole\Coroutine\Http\Server` by @jmjoy in https://github.com/apache/skywalking-php/pull/120 * Adapt to `Swoole\Http\Server` by @jmjoy in https://github.com/apache/skywalking-php/pull/121 * Update document by @jmjoy in https://github.com/apache/skywalking-php/pull/122 * Release SkyWalking PHP 0.8.0 by @jmjoy in https://github.com/apache/skywalking-php/pull/123 ## New Contributors * @Almot77 made their first contribution in https://github.com/apache/skywalking-php/pull/111 **Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.7.0...v0.8.0 |
0.7.0 |
## What's Changed * Start 0.7.0 development. by @jmjoy in https://github.com/apache/skywalking-php/pull/90 * Add more info for error log. by @jmjoy in https://github.com/apache/skywalking-php/pull/91 * Fix amqplib and predis argument problems. by @jmjoy in https://github.com/apache/skywalking-php/pull/92 * Add Memcache plugin. by @jmjoy in https://github.com/apache/skywalking-php/pull/93 * Refactor mysqli plugin, support procedural api. by @jmjoy in https://github.com/apache/skywalking-php/pull/94 * Fix target address in cross process header. by @jmjoy in https://github.com/apache/skywalking-php/pull/95 * Release SkyWalking PHP 0.7.0 by @jmjoy in https://github.com/apache/skywalking-php/pull/96 **Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.6.0...v0.7.0 |
0.6.0 |
## What's Changed * Polish doc about Swoole by @wu-sheng in https://github.com/apache/skywalking-php/pull/73 * Start 0.6.0 development. by @jmjoy in https://github.com/apache/skywalking-php/pull/74 * Fix hook for Doctrine PDO class by @matikij in https://github.com/apache/skywalking-php/pull/76 * Log Exception in tracing span when throw. by @jmjoy in https://github.com/apache/skywalking-php/pull/75 * Upgrade dependencies and adapt. by @jmjoy in https://github.com/apache/skywalking-php/pull/77 * Fix required rust version and add runing php-fpm notice in docs. by @jmjoy in https://github.com/apache/skywalking-php/pull/78 * Bump openssl from 0.10.48 to 0.10.55 by @dependabot in https://github.com/apache/skywalking-php/pull/79 * Fix the situation where the redis port is string. by @jmjoy in https://github.com/apache/skywalking-php/pull/80 * Optionally enable zend observer api for auto instrumentation. by @jmjoy in https://github.com/apache/skywalking-php/pull/81 * Fix the empty span situation in redis after hook. by @jmjoy in https://github.com/apache/skywalking-php/pull/82 * Add mongodb pluhgin. by @jmjoy in https://github.com/apache/skywalking-php/pull/83 * Update rust nightly toolchain in CI and format. by @jmjoy in https://github.com/apache/skywalking-php/pull/84 * Add notice document for `skywalking_agent.enable`. by @jmjoy in https://github.com/apache/skywalking-php/pull/85 * Upgrade dependencies. by @jmjoy in https://github.com/apache/skywalking-php/pull/86 * Fix docs by @heyanlong in https://github.com/apache/skywalking-php/pull/87 * Add kafka reporter. by @jmjoy in https://github.com/apache/skywalking-php/pull/88 * Release SkyWalking PHP Agent 0.6.0 by @jmjoy in https://github.com/apache/skywalking-php/pull/89 ## New Contributors * @matikij made their first contribution in https://github.com/apache/skywalking-php/pull/76 **Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.5.0...v0.6.0 |
0.5.0 |
## What's Changed * Bump openssl from 0.10.45 to 0.10.48 by @dependabot in https://github.com/apache/skywalking-php/pull/60 * Make the `SKYWALKING_AGENT_ENABLE` work in the request hook as well. by @jmjoy in https://github.com/apache/skywalking-php/pull/61 * Support tracing `curl_multi_*` api. by @jmjoy in https://github.com/apache/skywalking-php/pull/62 * Fix parent endpoint and peer in segment ref and tag url in entry span. by @jmjoy in https://github.com/apache/skywalking-php/pull/63 * Bump h2 from 0.3.15 to 0.3.17 by @dependabot in https://github.com/apache/skywalking-php/pull/65 * Add amqplib plugin for producer. by @jmjoy in https://github.com/apache/skywalking-php/pull/64 * Upgrade and adapt phper. by @jmjoy in https://github.com/apache/skywalking-php/pull/66 * Refactor script create_package_xml. by @jmjoy in https://github.com/apache/skywalking-php/pull/67 * Refactor predis plugin to hook Client. by @jmjoy in https://github.com/apache/skywalking-php/pull/68 * Canonicalize unknown. by @jmjoy in https://github.com/apache/skywalking-php/pull/69 * Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 in /tests/php by @dependabot in https://github.com/apache/skywalking-php/pull/70 * Enhance support for Swoole. by @jmjoy in https://github.com/apache/skywalking-php/pull/71 * Bump to 0.5.0. by @jmjoy in https://github.com/apache/skywalking-php/pull/72 **Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.4.0...v0.5.0 |
0.4.0 |
## What's Changed * Bump tokio from 1.24.1 to 1.24.2 by @dependabot in https://github.com/apache/skywalking-php/pull/52 * Bump to 0.4.0-dev by @heyanlong in https://github.com/apache/skywalking-php/pull/53 * Avoid potential panic for logger. by @jmjoy in https://github.com/apache/skywalking-php/pull/54 * Fix the curl plugin hook curl_setopt by mistake. by @jmjoy in https://github.com/apache/skywalking-php/pull/55 * Update documents. by @jmjoy in https://github.com/apache/skywalking-php/pull/56 * Upgrade dependencies and adapt the codes. by @jmjoy in https://github.com/apache/skywalking-php/pull/57 * Add sub components licenses in dist material. by @jmjoy in https://github.com/apache/skywalking-php/pull/58 * Bump to 0.4.0. by @jmjoy in https://github.com/apache/skywalking-php/pull/59 ## New Contributors * @dependabot made their first contribution in https://github.com/apache/skywalking-php/pull/52 **Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.3.0...v0.4.0 |