mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
ae9d1e3268
* 2.2 * Format code * optimization * ast parser * temp data of scan process * replace BetterReflection strategy * Optimized code * Update Scanner.php * Fixed phpunit * Fixed phpunit * replace BetterReflection strategy * Update AsyncQueueAspectTest.php * optimization * Update InjectTest.php * Update CHANGELOG-2.2.md Co-authored-by: assert <zhangchengming@kkguan.com> Co-authored-by: 李铭昕 <715557344@qq.com>
1.2 KiB
1.2 KiB
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 theslickdeals/statsd
package instead.
Changed
- Changed the default priority of aspect to 0.
- Changed the consumer tag of amqp to empty string.
- #3634 Use Fork Process strategy to replace BetterReflection strategy.
Deprecated
Hyperf\Utils\Resource
will be deprecated in v2.3, please useHyperf\Utils\ResourceGenerator
instead.