File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1183.0.3 ==================================================================================================================
2199a31436 - xudianyang * 调整processType标识
3204b7df57 - niulingyun * 异步redis set过期时间增加EX标识
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments