Releases: huang-yi/shadowfax
Releases · huang-yi/shadowfax
v2.8.1
Fixed
- Fix the default value of the configuration option
controllers
v2.8.0
Added
Changed
- Change the controller server configuration key
controller
to controller_server
v2.7.1
Changed
- The cleaners under the
app/Cleaners/
directory will be loaded automatically even if the app/Cleaners/
is not added to the cleaners
configuration
v2.7.0
Added
- Add cleaner support
- Add cleaner and WebSocket handler scaffold commands
v2.6.2
Fixed
- Fix RedisManager constructor in lower Laravel versions (#17)
v2.6.1
Fixed
- Fix override redis manager (#14)
v2.6.0
Added
- Add
HuangYi\Shadowfax\HasEventDispatcher
trait
- Add
HuangYi\Shadowfax\Events\AppPushingEvent
, it will be dispatched when recycling app instance
Changed
- Remove driver support detection when creating database connection pool
v2.5.1
Fixed
- Fix determine if a connection is a pool connection
Changed
- Remove
server.task_worker_num
and server.task_enable_coroutine
from shadowfax.yml
- Add
db_pools
and redis_pools
to shadowfax.yml
v2.5.0
Added
- Add redis connection pool support
v2.4.1
Fixed
- Fix rebind abstracts named with class name