mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
2.3 KiB
2.3 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
- #3577
domnikl/statsd
is abandoned and no longer maintained. The author suggests using theslickdeals/statsd
package instead.
Changed
- #3580 Changed the default priority of aspect to 0.
- #3582 Changed the consumer tag of amqp to empty string.
- #3634 Use Fork Process strategy to replace BetterReflection strategy.
Deprecated
- #3636
Hyperf\Utils\Resource
will be deprecated in v2.3, please useHyperf\Utils\ResourceGenerator
instead.
Added
- #3589 Added DAG component.
- #3606 Added RPN component.
- #3629 Added
Hyperf\Utils\Channel\ChannelManager
which used to manage channels. - #3631 Support multiplexing for AMQP component.
- #3635 Added
Hyperf\Utils\CodeGen\PhpParser
which used to generate AST for reflection. - #3648 Added
Hyperf\Utils\CodeGen\PhpDocReaderManager
to managePhpDocReader
.
Fixed
- #3650 Fixed bug that
ReflectionParameter::getClass()
will be deprecated in php8.