Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions content/events/release-apache-skywalking-php-1-1-0/index.md
Original file line number Diff line number Diff line change
@@ -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)
8 changes: 4 additions & 4 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading