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 676041e60c8 Release SkyWalking PHP 1.1.0 (#814)
676041e60c8 is described below

commit 676041e60c8ef416c535f2f6a06c3813a083a5ce
Author: jmjoy <[email protected]>
AuthorDate: Mon Mar 16 10:32:55 2026 +0800

    Release SkyWalking PHP 1.1.0 (#814)
---
 .../release-apache-skywalking-php-1-1-0/index.md   | 26 ++++++++++++++++++++++
 data/docs.yml                                      |  8 +++----
 data/releases.yml                                  | 14 ++++++------
 3 files changed, 37 insertions(+), 11 deletions(-)

diff --git a/content/events/release-apache-skywalking-php-1-1-0/index.md 
b/content/events/release-apache-skywalking-php-1-1-0/index.md
new file mode 100644
index 00000000000..64e50ea7004
--- /dev/null
+++ b/content/events/release-apache-skywalking-php-1-1-0/index.md
@@ -0,0 +1,26 @@
+---
+title: Release Apache SkyWalking PHP 1.1.0
+date: 2026-03-16
+author: SkyWalking Team
+description: "Release Apache SkyWalking PHP 1.1.0."
+---
+
+SkyWalking PHP 1.1.0 is released. Go to [downloads](/downloads) page to find 
release tars.
+
+## What's Changed
+
+* chore(ci): Replace archived actions-rs actions by @assignUser in 
[#133](https://github.com/apache/skywalking-php/pull/133)
+* Update dependencies and refactor Kafka reporter by @jmjoy in 
[#134](https://github.com/apache/skywalking-php/pull/134)
+* Update phper dependencies to support PHP 8.5 by @jmjoy in 
[#137](https://github.com/apache/skywalking-php/pull/137)
+* Enable zend observer by default for PHP 8+ by @jmjoy in 
[#138](https://github.com/apache/skywalking-php/pull/138)
+* Release SkyWalking PHP 1.1.0 by @jmjoy in 
[#140](https://github.com/apache/skywalking-php/pull/140)
+
+## New Contributors
+
+* @assignUser made their first contribution in 
[#133](https://github.com/apache/skywalking-php/pull/133)
+
+**Full Changelog**: 
[v1.0.0...v1.1.0](https://github.com/apache/skywalking-php/compare/v1.0.0...v1.1.0)
+
+## PECL
+
+[skywalking_agent 1.1.0](https://pecl.php.net/package/skywalking_agent/1.1.0)
diff --git a/data/docs.yml b/data/docs.yml
index 234a853a0c9..4a78818a986 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -189,10 +189,10 @@
           link: /docs/skywalking-php/next/readme/
         - version: Latest
           link: /docs/skywalking-php/latest/readme/
-          commitId: d1114e7be5d89881eec76e5b56e69ff844691e35
-        - version: v1.0.0
-          link: /docs/skywalking-php/v1.0.0/readme/
-          commitId: d1114e7be5d89881eec76e5b56e69ff844691e35
+          commitId: 5a09c4b68868b88b545de4ef3cc8a51dff5bf383
+        - version: v1.1.0
+          link: /docs/skywalking-php/v1.1.0/readme/
+          commitId: 5a09c4b68868b88b545de4ef3cc8a51dff5bf383
     - name: Client JavaScript
       icon: js-agent
       description: Apache SkyWalking Client-side JavaScript exception and 
tracing library.
diff --git a/data/releases.yml b/data/releases.yml
index 563ddf63cd1..02b20331983 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -413,18 +413,18 @@
       icon: php-agent
       description: The PHP Agent for Apache SkyWalking, which provides the 
native tracing abilities for PHP projects.
       source:
-        - version: v1.0.0
-          date: Apr. 22th, 2025
+        - version: v1.1.0
+          date: Mar. 16th, 2026
           downloadLink:
             - name: tar
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/php/1.0.0/skywalking_agent-1.0.0.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/php/1.1.0/skywalking_agent-1.1.0.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/php/1.0.0/skywalking_agent-1.0.0.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/php/1.1.0/skywalking_agent-1.1.0.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/php/1.0.0/skywalking_agent-1.0.0.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/php/1.1.0/skywalking_agent-1.1.0.tgz.sha512
       distribution:
-        - version: v1.0.0
-          date: Apr. 22th, 2025
+        - version: v1.1.0
+          date: Mar. 16th, 2026
           downloadLink:
             - name: Install via PECL
               link: https://pecl.php.net/package/skywalking_agent

Reply via email to