mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 04:37:46 +08:00
768 B
768 B
master
Added
- Added WebSocket Client.
Changed
- Moved framework requirement
hyperf/di
,hyperf/command
andhyperf/dispatcher
into suggest.
Removed
- Nothing.
Fixed
- Fixed http server start failed, when include
hyperf/websocket-server
.
v1.0.2 - 2019-06-25
Added
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.