Skip to content

Releases: xielei/swoole-worker

2.0.1

20 Dec 08:03
f7a5b73
Compare
Choose a tag to compare

修复 #5 Tcp发送16进制错误

2.0.0

22 Aug 02:18
Compare
Choose a tag to compare

升级指导

2.x主要是对配置项做了优化,配置项修改即生效,无须重启~

这样做的好处是在正式项目中,需要变更配置的时候,无须重启服务,做到用户无感知~

具体可以看脚手架【https://github.com/xielei/project】项目,每条均有详细注明

Register

  • debugregister_secretreload_watch等参数放入配置文件

Gateway

  • debugregister_secretreload_watch等放入配置文件
  • 新增自定义命令配置项command_extra_list,原来的自定义命令方式废弃
  • 新增路由配置项router,原来的路由设置方式废弃
  • 限流相关配置项throttlethrottle_intervalthrottle_timesthrottle_close放入配置文件

Worker

  • debugregister_secretreload_watch等参数放入配置文件
  • worker_filetask_file等参数放入配置文件
  • 新增tag_list配置项,设置worker的标签,在gateway中可以根据此标签增强路由分配

1.0.10

04 Aug 09:52
472557f
Compare
Choose a tag to compare

升级指导

  • 将auto_reload_dir改为auto_reload_watch

1.0.9

31 Jul 02:17
4738fca
Compare
Choose a tag to compare

新增

  • 可开启或关闭限流服务

变更

  • 限流服务由针对fd变更为针对ip

1.0.8

14 Jul 03:56
b477bd7
Compare
Choose a tag to compare
Update Service.php

1.0.7

12 Jul 07:54
7f4c002
Compare
Choose a tag to compare
Update Service.php

1.0.6

09 Jul 09:20
e1f9ede
Compare
Choose a tag to compare
Update 16.开启SSL.md

1.0.5

23 Jun 09:24
2d343fb
Compare
Choose a tag to compare

修复 bindUid