mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
24 lines
870 B
Markdown
24 lines
870 B
Markdown
# v2.2.0 - TBD
|
|
|
|
## Dependencies Upgrade
|
|
|
|
- Upgraded `friendsofphp/php-cs-fixer` to `^3.0`;
|
|
- Upgraded `psr/container` to `^1.0|^2.0`;
|
|
- Upgraded `egulias/email-validator` to `^3.0`;
|
|
|
|
## Dependencies Changed
|
|
|
|
- `domnikl/statsd` is abandoned and no longer maintained. The author suggests using the `slickdeals/statsd` package instead.
|
|
|
|
## Changed
|
|
|
|
- Changed the default priority of aspect to 0.
|
|
- Changed the consumer tag of amqp to empty string.
|
|
|
|
## Added
|
|
|
|
- [#3589](https://github.com/hyperf/hyperf/pull/3589) Added DAG component.
|
|
- [#3606](https://github.com/hyperf/hyperf/pull/3606) Added RPN component.
|
|
- [#3629](https://github.com/hyperf/hyperf/pull/3629) Added `Hyperf\Utils\Channel\ChannelManager` which used to manage channels.
|
|
- [#3635](https://github.com/hyperf/hyperf/pull/3635) Added Hyperf\Utils\CodeGen\PhpParser which used to generate AST for reflection.
|