You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/02/02 09:07:35 UTC

[skywalking-website] branch master updated: Release php agent 0.3.0. (#566)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dc1b257ea9 Release php agent 0.3.0. (#566)
4dc1b257ea9 is described below

commit 4dc1b257ea93c5083307bc9ac7c8bdcfecf8c7c8
Author: jmjoy <jm...@apache.org>
AuthorDate: Thu Feb 2 17:07:29 2023 +0800

    Release php agent 0.3.0. (#566)
---
 .../release-apache-skwaylking-php-0-3-0/index.md   | 37 ++++++++++++++++++++++
 data/docs.yml                                      |  6 ++--
 data/releases.yml                                  | 14 ++++----
 3 files changed, 47 insertions(+), 10 deletions(-)

diff --git a/content/events/release-apache-skwaylking-php-0-3-0/index.md b/content/events/release-apache-skwaylking-php-0-3-0/index.md
new file mode 100644
index 00000000000..767bf605521
--- /dev/null
+++ b/content/events/release-apache-skwaylking-php-0-3-0/index.md
@@ -0,0 +1,37 @@
+---
+title: Release Apache SkyWalking PHP 0.3.0
+date: 2023-02-02
+author: SkyWalking Team
+description: "Release Apache SkyWalking PHP 0.3.0"
+---
+
+SkyWalking PHP 0.3.0 is released. Go to [downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+## What's Changed
+* Make explicit rust version requirement by @wu-sheng in https://github.com/apache/skywalking-php/pull/35
+* Update dependencies version limitation. by @jmjoy in https://github.com/apache/skywalking-php/pull/36
+* Startup 0.3.0 by @heyanlong in https://github.com/apache/skywalking-php/pull/37
+* Support PHP 8.2 by @heyanlong in https://github.com/apache/skywalking-php/pull/38
+* Fix php-fpm freeze after large amount of request. by @jmjoy in https://github.com/apache/skywalking-php/pull/39
+* Lock develop rust version to 1.65, upgrade deps. by @jmjoy in https://github.com/apache/skywalking-php/pull/41
+* Fix worker unexpected shutdown. by @jmjoy in https://github.com/apache/skywalking-php/pull/42
+* Update docs about installing rust. by @jmjoy in https://github.com/apache/skywalking-php/pull/43
+* Retry cargo test when failed in CI. by @jmjoy in https://github.com/apache/skywalking-php/pull/44
+* Hack dtor for mysqli to cleanup resources. by @jmjoy in https://github.com/apache/skywalking-php/pull/45
+* Report instance properties and keep alive. by @jmjoy in https://github.com/apache/skywalking-php/pull/46
+* Add configuration option `skywalking_agent.runtime_dir`. by @jmjoy in https://github.com/apache/skywalking-php/pull/47
+* Add authentication support. by @jmjoy in https://github.com/apache/skywalking-php/pull/48
+* Support TLS. by @jmjoy in https://github.com/apache/skywalking-php/pull/49
+* Periodic reporting instance properties. by @jmjoy in https://github.com/apache/skywalking-php/pull/50
+* Bump to 0.3.0. by @jmjoy in https://github.com/apache/skywalking-php/pull/51
+
+### Breaking
+* Remove `http://` scheme in `skywalking_agent.server_addr`.
+
+## New Contributors
+* @wu-sheng made their first contribution in https://github.com/apache/skywalking-php/pull/35
+
+**Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.2.0...v0.3.0
+
+## PECL
+https://pecl.php.net/package/skywalking_agent/0.3.0
diff --git a/data/docs.yml b/data/docs.yml
index 46f634a96e0..5c22bfaf879 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -157,9 +157,9 @@
       docs:
         - version: Next
           link: /docs/skywalking-php/next/readme/
-        - version: v0.2.0
-          link: /docs/skywalking-php/v0.2.0/readme/
-          commitId: 2d97e7593e69e97f907dd4449d2ed90f24a92cfb
+        - version: v0.3.0
+          link: /docs/skywalking-php/v0.3.0/readme/
+          commitId: d35646ed9eed844da67a4b6cb412bc900ee82572
 
     - name: SkyWalking Satellite
       icon: skywalking-satellite
diff --git a/data/releases.yml b/data/releases.yml
index 3129d687714..3ba8f55cec6 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -345,18 +345,18 @@
       icon: php-agent
       description: The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.
       source:
-        - version: v0.2.0
-          date: Nov. 28th, 2022
+        - version: v0.3.0
+          date: Feb. 2nd, 2023
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/php/0.2.0/skywalking_agent-0.2.0.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/php/0.3.0/skywalking_agent-0.3.0.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/php/0.2.0/skywalking_agent-0.2.0.tgz.asc
+              link: https://downloads.apache.org/skywalking/php/0.3.0/skywalking_agent-0.3.0.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/php/0.2.0/skywalking_agent-0.2.0.tgz.sha512
+              link: https://downloads.apache.org/skywalking/php/0.3.0/skywalking_agent-0.3.0.tgz.sha512
       distribution:
-        - version: v0.2.0
-          date: Nov. 28th, 2022
+        - version: v0.3.0
+          date: Feb. 2nd, 2023
           downloadLink:
             - name: Install via PECL
               link: https://pecl.php.net/package/skywalking_agent