hyperf/CHANGELOG-2.2.md

21 lines
531 B
Markdown
Raw Normal View History

# 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.
2021-05-15 17:46:42 +08:00
## Added
- [#3589](https://github.com/hyperf/hyperf/pull/3589) Added DAG component.