github k911/swoole-bundle v0.4.0

latest releases: v0.10.0, v0.9.0, v0.8.3...
pre-release5 years ago

Bug Fixes

  • command: Graceful shutdown (7e6c9a4)

Code Refactoring

  • di: Simplify registering configurators (#14) (a34d59c)

Features

  • hmr: Implement HMR with Inotify (97e88bb)

BREAKING CHANGES

  • Server\HttpServerFactory should not be instantiated anymore, due to
    removed hard coupling with Server\Configurator\ConfiguratorInterface, and make() method
    becomig static. Now use directly: Server\HttpServerFactory::make()
  • Configuring server (using object implementing Server\Configurator\ConfiguratorInterface)
    now happens in execute method of AbstractServerStartCommand
  • Server\Configurator\ChainConfigurator is now replaced by Server\Configurator\GeneratedChainConfigurator

Don't miss a new swoole-bundle release

NewReleases is sending notifications on new releases.