mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
16 KiB
16 KiB
v2.2.14 - TBD
v2.2.13 - 2021-10-25
Added
- #4159 Allow
Macroable::mixin
to only add macros that do not exist yet.
Fixed
- #4158 Fixed bug that generate proxy class failed when using union type.
Optimized
v2.2.12 - 2021-10-18
Added
- #4129 Added methods
Str::stripTags()
andStringable::stripTags()
.
Fixed
- #4130 Fixed bug that generate model failed when using option
--with-ide
andscope
methods. - #4141 Fixed bug that validator factory does not support other validators.
v2.2.11 - 2021-10-11
Fixed
- #4101 Fixed bug that auth failed when password has special charsets for nacos.
Optimized
- #4114 Optimized get error code after Websocket upgrade failed.
- #4119 Optimized testing client which create the directory again when the directory does not exist.
v2.2.10 - 2021-09-26
Fixed
- #4088 Fixed bug that crontab rule convert
empty string
into0
accidentally. - #4096 Fixed bug that generate proxy class failed caused by variadic parameters with type.
v2.2.9 - 2021-09-22
Fixed
- #4061 Fixed the conflict between the latest version of prometheus_client_php and
hyperf/metric
. - #4068 Fixed bug that exit code of
Command
is incorrect when throwing an exception. - #4076 Fixed server broken caused by sending response failed.
Added
- #4014 #4080 Support
sasl
andssl
for kafka. - #4045 #4082 Support to control whether to report by
tracer
through configopentracing.enable.exception
. - #4086 Support annotation for interface.
Optimized
- #4084 Optimized the exception message when the attribute not found.
v2.2.8 - 2021-09-14
Fixed
- #4028 Fixed the success rate calculation in grafana dashboard.
- #4030 Fixed bug that async-queue broken caused by uncompressing model failed.
- #4042 Fixed coroutines deadlock caused by cleaning up expired fds in socketio-server when stop server.
Added
- #4013 Support
sameSite=None
when return response with cookies. - #4017 Added
Macroable
intoHyperf\Utils\Collection
. - #4021 Added argument
$attempts
into$callback
when using functionretry()
. - #4040 Added method
ConsumerDelayedMessageTrait::getDeadLetterExchange()
which used to rewritex-dead-letter-exchange
by yourself.
Removed
- #4017 Removed
Macroable
fromHyperf\Database\Model\Collection
because it already exists inHyperf\Utils\Collection
.
v2.2.7 - 2021-09-06
Fixed
- #3997 Fixed unexpected termination of nats consumer after timeout.
- #3998 Fixed bug that
apollo
does not supporthttps
.
Optimized
- #4009 Optimized method
MethodDefinitionCollector::getOrParse()
to avoid deprecated in PHP8.
Added
- #4002 #4012 Support method
FormRequest::scene()
which used to rewrite different rules according to different scenes. - #4011 Added some methods for
Hyperf\Utils\Str
.
v2.2.6 - 2021-08-30
Fixed
- #3969 Fixed type error when using
Hyperf\Validation\Rules\Unique::__toString()
in PHP8. - #3979 Fixed bug that timeout property does not work in circuit breaker.
- #3986 Fixed OSS hook failed when using
SWOOLE_HOOK_NATIVE_CURL
.
Added
- #3987 Support delayed message exchange for AMQP.
- #3989 #3992 Added option
command
which used to define your own start command.
v2.2.5 - 2021-08-23
Fixed
- #3959 Fixed validate rule
date
does not work as expected when the value isn't string. - #3960 Fixed bug that crontab cannot be closed safely in coroutine style server.
Added
- code-generator Added
code-generator
which used to regenerate classes withAttributes
instead ofDoctrine Annotations
.
Optimized
- #3957 Support generate the type of getAttribute with
@return
for commandgen:model
.
v2.2.4 - 2021-08-16
Fixed
- #3925 Fixed bug that heartbeat failed caused by nacos light beat enabled.
- #3926 Fixed bug that the config of
config_center.drivers.nacos.client
does not work.
Added
- #3924 Added health check parameters for consul service register.
- #3932 Support requeue the message when return
NACK
forAMQP
consumer. - #3941 Support service register for
rpc-multiplex
. - #3947 Added method
Str::mask
which used to replace chars from a string by a given char.
Optimized
- #3944 Encapsulated the code for reading aspect meta properties.
v2.2.3 - 2021-08-09
Fixed
- #3897 Fixed bug that nacos instance will be registered more than once, because heartbeat failed caused by light beat enabled.
- #3905 Fixed null pointer exception when closing AMQPConnection.
- #3906 Fixed bug that close connection failed caused by wait channels flushed.
- #3908 Fixed bug that the process couldn't be restarted caused by loop which using
CoordinatorManager
.
v2.2.2 - 2021-08-03
Fixed
- #3872 #3873 Fixed bug that heartbeat failed when using nacos without default group.
- #3877 Fixed bug that heartbeat will be registered more than once.
- #3879 Fixed bug that
watcher
does not work caused by proxies replaced.
Optimized
- #3877 Support
lightBeatEnabled
for Nacos heartbeat.
v2.2.1 - 2021-07-27
Fixed
- #3750 Fixed fatal error which caused by dispatching a non exist namespace when using
socket-io
. - #3828 Fixed bug that lazy inject does not work for
Hyperf\Redis\Redis
inPHP8.0
. - #3845 Fixed bug that
watcher
does not work forv2.2
. - #3848 Fixed bug that the usage of registering itself like
nacos v2.1
does not work. - #3866 Fixed bug that the metadata of nacos instance can't be registered successfully.
Optimized
- #3763 Support chained calls for
JsonResource::wrap()
andJsonResource::withoutWrapping()
. - #3843 Check the status code and body of the response to ensure whether the instance already be registered.
- #3854 Support RFC 5987 for
Hyperf\HttpServer\Contract\ResponseInterface::download()
which allows utf-8 encoding, percentage encoded (url-encoded).
v2.2.0 - 2021-07-19
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
; - Upgraded
markrogoyski/math-php
to^2.0
; - 3783 Upgraded
league/flysystem
to^1.0|^2.0
;
Dependencies Changed
- #3577
domnikl/statsd
is abandoned and no longer maintained. The author suggests using theslickdeals/statsd
package instead.
Changed
- #3334 Changed the return value of
LengthAwarePaginator::toArray()
to be consistent with that ofPaginator::toArray()
. - #3550 Removed
broker
andbootstrap_server
fromkafka
, please usebrokers
andbootstrap_servers
instead. - #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.
- #3676 Use
promphp/prometheus_client_php
instead ofendclothing/prometheus_client_php
. - #3694 Changed
Hyperf\CircuitBreaker\CircuitBreakerInterface
to support php8.- Changed
CircuitBreaker::inc*Counter()
toCircuitBreaker::incr*Counter()
. - Changed type hint for method
AbstractHandler::switch()
.
- Changed
- #3706 Changed the style of writing to
#[Middlewares(FooMiddleware::class)]
from@Middlewares({@Middleware(FooMiddleware::class)})
in PHP8. - #3715 Restructure nacos component, be sure to reread the documents.
- #3722 Removed config
config_apollo.php
, please useconfig_center.php
instead. - #3725 Removed config
config_etcd.php
, please useconfig_center.php
instead. - #3730 Removed config
brokers
andupdate_brokers
from kafka. - #3733 Removed config
zookeeper.php
, please useconfig_center.php
instead. - #3734 Split
nacos
intoconfig-nacos
andservice-governance-nacos
.- #3772 Fixed bug that nacos driver do not work.
- #3734 Renamed
nacos-sdk
asnacos
. - #3737 Refactor config-center and config driver
- Added
AbstractDriver
and merge the duplicate code into the abstraction class - Added
PipeMessageInterface
to uniform the message struct of config fetcher process
- Added
- #3817 #3818 Split
service-governance-consul
fromservice-governance
. - #3819 Use their own configuration below
config_center.php
for config center component which using ETCD and Nacos.
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
. - #3679 Added Nacos SDK component.
- #3712 The input parameters of
InstanceProvider::update()
are modified to make it more friendly.
- #3712 The input parameters of
- #3698 Support PHP8 Attribute which can replace doctrine annotations.
- #3714 Added ide-helper component.
- #3722 Added config-center component.
- #3728 Added support for
secret
of Apollo. - #3743 Support custom register for service governance.
- #3753 Support long pulling mode for Apollo Client.
- #3759 Added
rpc-multiplex
component. - #3791 Support setting multiple annotations by inheriting
AbstractMultipleAnnotation
, such as@Middleware
. - #3806 Added heartbeat for nacos service governance.
Optimized
- #3670 Adapt database component to support php8.
- #3673 Adapt all components to support php8.
- #3730 Optimized code for kafka component.
- Support
timeout
forProducer
to avoid requests not responding. - Removed useless code with pool.
- Throw exceptions when connect kafka failed.
- Support
- #3758 Optimized code for pool which get connection again when first failed.
Fixed
- #3650 Fixed bug that
ReflectionParameter::getClass()
will be deprecated in php8. - #3692 Fixed bug that class proxies couldn't be included when building phar.
- #3769 Fixed bug that
config-center
conflicts withmetrics
. - #3770 Fixed type error when using
Str::slug()
. - #3788 Fixed type error when using
BladeCompiler::getRawPlaceholder()
. - #3794 Fixed bug that
retry_interval
does not work forrpc-multiplex
. - #3798 Fixed bug that amqp consumer couldn't restart when rabbitmq server stopped.
- #3814 Fixed bug that
libxml_disable_entity_loader()
has been deprecated as of PHP 8.0.0.