Skip to content

Commit 956cf0a

Browse files
author
Leandre
authored
Merge pull request #111 from nly/master
prepare for v3.0.4
2 parents 4c62c24 + f4110f6 commit 956cf0a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

changes.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.0.4 ==================================================================================================================
2+
3cb4d61 - niulingyun + 增加队列支持,目前支持redis、rabbitMQ、kafka
3+
32fc570 - niulingyun + http client 支持keep-alive缓存
4+
7a37e9d - niulingyun + http client 支持gzip
5+
009477c - xudianyang * 路由路径问题修复
6+
10024c7 - xudianyang * 修复打印数组的bug,同时去掉只打印100个元素的限制
7+
2e02052 - niulingyun * 调整获取ip的顺序,修复负载器后获取ip的bug
8+
095b746 - fengxingchao * 模版渲染引擎挑战为使用官方
9+
1b50d2f - niulingyun * 修复RPC重复unpack参数bug
10+
1575443 - xudianyang * 优化协程异常捕获逻辑
11+
5e9ac71 - niulingyun * 修复两处redis的bug
12+
bf743cc - niulingyun * 修复 task 构造函数传参问题和mysql删除操作的bug
13+
f5d3068 - zhangguangjia * checkRedisProxy新增redis密码授权
14+
d93e727 - xudianyang * 修复Post传递Query参数的问题
15+
43dffd1 - niulingyun * 支持直接在url之后带参数形式的GET请求
16+
7bc5bbb - zhanglu * 修改input:getAllPostGet返回get+post的参数
17+
118
3.0.3 ==================================================================================================================
219
9a31436 - xudianyang * 调整processType标识
320
4b7df57 - niulingyun * 异步redis set过期时间增加EX标识

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract class Server extends Child
3030
/**
3131
* 版本
3232
*/
33-
const version = "3.0.3";
33+
const version = "3.0.4";
3434

3535
/**
3636
* 运行方式(web/console)

0 commit comments

Comments
 (0)