2019-06-26 20:51:33 +08:00
|
|
|
# v1.0.3 - TBD
|
2019-06-25 16:27:31 +08:00
|
|
|
|
2019-06-25 18:43:34 +08:00
|
|
|
## Added
|
|
|
|
|
2019-06-26 20:50:44 +08:00
|
|
|
- [#48](https://github.com/hyperf-cloud/hyperf/pull/48) Added WebSocket Client.
|
2019-06-26 20:51:24 +08:00
|
|
|
- [#51](https://github.com/hyperf-cloud/hyperf/pull/51) Added property `enableCache` to `DefinitionSource` to enable annotation cache.
|
2019-06-25 18:43:34 +08:00
|
|
|
|
|
|
|
## Changed
|
|
|
|
|
2019-06-26 20:50:44 +08:00
|
|
|
- [#46](https://github.com/hyperf-cloud/hyperf/pull/46) Removed hyperf/framework requirement of `hyperf/di`, `hyperf/command` and `hyperf/dispatcher`.
|
2019-06-25 18:43:34 +08:00
|
|
|
|
|
|
|
## Removed
|
|
|
|
|
|
|
|
- Nothing.
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
|
2019-06-26 20:50:44 +08:00
|
|
|
- [#45](https://github.com/hyperf-cloud/hyperf/pull/55) Fixed http server start failed, when the skeleton included `hyperf/websocket-server`.
|
|
|
|
- [#55](https://github.com/hyperf-cloud/hyperf/pull/55) Fixed the method level middleware annotation.
|
2019-06-25 18:43:34 +08:00
|
|
|
|
|
|
|
# v1.0.2 - 2019-06-25
|
2019-06-25 16:27:31 +08:00
|
|
|
|
|
|
|
## Added
|
|
|
|
|
2019-06-26 20:50:44 +08:00
|
|
|
- [#25](https://github.com/hyperf-cloud/hyperf/pull/25) Added Travis CI.
|
|
|
|
- [#29](https://github.com/hyperf-cloud/hyperf/pull/29) Added some paramater of `Redis::connect`.
|
2019-06-25 16:27:31 +08:00
|
|
|
|
|
|
|
## 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.
|