hyperf/CHANGELOG.md
2019-06-26 11:09:47 +08:00

768 B

master

Added

  • Added WebSocket Client.

Changed

  • Moved framework requirement hyperf/di, hyperf/command and hyperf/dispatcher into suggest.

Removed

  • Nothing.

Fixed

  • Fixed http server start failed, when include hyperf/websocket-server.

v1.0.2 - 2019-06-25

Added

  • Added Travis Ci. #25
  • Added some paramater of Redis::connect. #29

Fixed

  • Fixed http server will be affected of websocket server.
  • Fixed proxy class
  • Fixed database pool will be fulled in testing.
  • Fixed co-phpunit work not expected.
  • Fixed model event creating, updating ... not work expected.
  • Fixed flushContext not work expected for testing.