Skip to content

V3.0.5

Choose a tag to compare

@xudianyang xudianyang released this 26 Feb 06:36
· 15 commits to master since this release
816b416
  • 修复break()方法,协程调度返回值错乱的问题
  • 修复协程异常捕获逻辑漏洞
  • redis cluster random模式不支持eval的bug修复
  • add setnx in redis proxy
  • 异步协程shell_exec
  • 修复yield $cor场景,当$cor抛出异常未能正常捕获的问题
  • 支持Not Found Controller To Default Controller/Action, Http/Client Support All HTTP METHOD
  • 关闭服务onShutdown事件支持
  • 修复Timer进程内存泄露的问题
  • 修复事务sql出错时的bug
  • 移出tidPidTable
  • session support,but only support file adapter now
  • 添加Redis Session支持
  • 修复默认路由的bug(Cannot declare class App\Controllers\Index, because the
  • 支持beanstalkd
  • 日志时间精度提升
  • timer支持多进程模式
  • task日志的写入比例可控
  • 通过配置自定义Input类和Output类
  • 重构GET参数兼容逻辑
  • 修复goConcurrent Get请求的查询参数为string的报错
  • 优化连接池,提供max_conn,max_time,min_conn选项
  • fixed dump array value null