Skip to content

Commit 97537e5

Browse files
authored
Feature changelog (#1003)
* swoole version v6.1.0-rc1 * 调整cygwin 缓存策略 * 增加变更日志 * update changelog.md
1 parent e3e2a06 commit 97537e5

File tree

5 files changed

+59
-10
lines changed

5 files changed

+59
-10
lines changed

.github/workflows/windows-cygwin.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ jobs:
3030
run: |
3131
git submodule update --init
3232
33-
- name: Cache cygwin packages
34-
id: cache-cygwin
35-
uses: actions/cache@v4
36-
env:
37-
cache-name: cache-cygwin-packages
38-
with:
39-
path: C:\cygwin-packages
40-
key: ${{ runner.os }}-build-${{ env.cache-name }}
41-
4233
- name: Cache pool
4334
id: cache-cygwin-pool
4435
uses: actions/cache@v4

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
- [Swoole v6 即将增加多线程支持](https://zhuanlan.zhihu.com/p/688462525)
4646
- [phpy:连接 PHP 与 Python 互调用库,为 PHP 引入 Python 生态,PHP 也可以写 AI 了](https://zhuanlan.zhihu.com/p/670373512)
4747

48+
## [常见问题解答](https://github.com/swoole/swoole-cli/blob/main/docs/FAQ.md)
49+
4850
## 下载`swoole-cli`发行版
4951

5052
- [https://www.swoole.com/download](https://www.swoole.com/download) (recommend)

docs/ChangeLog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# [v6.1.0.0-rc1](https://github.com/swoole/swoole-cli/releases/tag/v6.1.0.0-rc1)
2+
3+
| item | value |
4+
|----------------|--------------|
5+
| branch | main |
6+
| tag | v6.1.0.0-rc1 |
7+
| swoole version | v6.1.0-rc1 |
8+
| php version | 8.1.29 |
9+
| release date | 2025-08-31 |
10+
| status | ok |
11+
12+
## [change info](https://github.com/swoole/swoole-cli/compare/v6.0.2.0...v6.1.0.0-rc1)
13+
14+
1. swoole version v6.0.2.0 upgrade to
15+
v6.1.0.0-rc1 , [swoole v6.1.0-rc1 info](https://github.com/swoole/swoole-src/releases/tag/v6.1.0-rc1)
16+
17+
# [v5.1.8.0](https://github.com/swoole/swoole-cli/releases/tag/v5.1.8.0)
18+
19+
| item | value |
20+
|----------------|------------|
21+
| branch | v5.1.x |
22+
| tag | v5.1.8.0 |
23+
| swoole version | v5.1.8 |
24+
| php version | 8.1.29 |
25+
| release date | 2025-08-23 |
26+
| status | ok |
27+
28+
## [change info](https://github.com/swoole/swoole-cli/compare/v5.1.7.0...v5.1.8.0)
29+
30+
1. swoole version v5.1.7 upgrade to
31+
v5.1.8 , [swoole v5.1.8 info](https://github.com/swoole/swoole-src/releases/tag/v5.1.8)
32+
33+
34+

docs/FAQ.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## download swoole-cli
2+
3+
```shell
4+
5+
curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtime.sh?raw=true | bash -s -- --version v5.1.8.0
6+
7+
# from https://www.swoole.com/download
8+
curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtime.sh?raw=true | bash -s -- --version v5.1.8.0 --mirror china
9+
10+
```
11+
12+
## 备注: macos环境下 首次运行提示无权限 ,解决方法
13+
14+
note : macos clearing the com.apple.quarantine extended attribute
15+
16+
```
17+
xattr ./runtime/swoole-cli/swoole-cli
18+
19+
sudo xattr -rd com.apple.quarantine ./runtime/swoole-cli/swoole-cli
20+
21+
```
22+

sapi/SWOOLE-VERSION.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
master
1+
v6.1.0-rc1

0 commit comments

Comments
 (0)