hyperf/src
2021-06-23 08:33:27 +08:00
..
amqp Fixed connection exhausted, when connect amqp server failed. (#3233) 2021-02-01 13:43:16 +08:00
async-queue Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
cache Fixed bug that the value of ttl will be converted to 0 when you don't set it. (#3301) 2021-02-24 08:36:57 +08:00
circuit-breaker Fixed the wrong judgment of counter or duration for circuit breaker. (#3684) 2021-06-07 20:00:41 +08:00
command Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
config Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
config-aliyun-acm Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
config-apollo Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
config-etcd Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
config-zookeeper Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
constants Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
consul Fixed bug that consult couldn't force a node into the left state. (#3510) 2021-04-21 19:20:56 +08:00
contract Use reactorId instead of fromId (#3509) 2021-04-21 17:16:31 +08:00
crontab Fixed bug that the crontab rule without backslash like 10-12 does not works. (#3669) 2021-06-05 09:55:37 +08:00
database Removed useless @mixin (#3612) 2021-05-22 20:27:40 +08:00
db Allow custom driver which you can used to register your own driver (#3316) 2021-02-26 19:09:30 +08:00
db-connection Fixed typo 2021-04-02 19:24:08 +08:00
devtool Fixed routes with same path but different methods will be merged when using describe:routes. (#3618) 2021-05-25 12:14:41 +08:00
di Fixed bug that class_map does not works in Hyperf\Di\Annotation\Scanner. (#3625) 2021-05-27 19:43:27 +08:00
dispatcher v2.1.6 (#3257) 2021-02-08 14:23:40 +08:00
elasticsearch Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
etcd Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
event Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
exception-handler v2.1.6 (#3257) 2021-02-08 14:23:40 +08:00
filesystem Optimized config of cos for hyperf/filesystem. (#3239) 2021-02-03 16:29:12 +08:00
framework Optimized schema for composer.json 2020-12-29 16:17:31 +08:00
graphql Format code. 2020-12-28 11:05:18 +08:00
grpc Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
grpc-client Upgrade jean85/pretty-package-versions to v2.0 2021-01-30 16:08:16 +08:00
grpc-server v2.1.1 (#3067) 2021-01-04 11:03:02 +08:00
guzzle fix the implementation for PHP 7.3 2021-06-05 09:03:06 +08:00
http-message Format code. 2020-12-28 11:05:18 +08:00
http-server Added method Hyperf\HttpServer\Request::clearStoredParsedData(). (#3514) 2021-04-22 16:11:01 +08:00
json-rpc Use reactorId instead of fromId (#3509) 2021-04-21 17:16:31 +08:00
kafka Set different client ids based on different kafka consumers. (#3258) 2021-02-18 19:04:12 +08:00
load-balancer Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
logger Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
memory Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
metric Optimized code. 2021-01-04 10:12:17 +08:00
model-cache Fixed bug that increment/decrement does not works as expect when used in transaction. (#3598) 2021-05-18 21:00:26 +08:00
model-listener Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
nacos Removed useless code 2021-03-19 16:53:19 +08:00
nats Fixed nats connection closed accidentally when socket timeout is smaller than max idle time. (#3513) 2021-04-22 13:56:31 +08:00
nsq Fixed nsq max idle time. (#3621) 2021-05-25 20:39:16 +08:00
paginator Format code. 2020-12-28 11:05:18 +08:00
phar docs(en): kafka component (#3463) 2021-04-09 11:45:20 +08:00
pool Optimized code that get connection from pool. (#3319) 2021-02-27 13:31:07 +08:00
process Fix typo (#3282) 2021-02-19 19:18:45 +08:00
protocol Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
rate-limit Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
reactive-x Update Runtime::enableCoroutine param 2021-01-12 17:24:27 +08:00
redis update comments in the Redis component (#3127) 2021-01-14 09:38:13 +08:00
resource Format code. 2020-12-28 11:05:18 +08:00
resource-grpc Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
retry Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
rpc Added Hyperf\Rpc\PathGenerator\DotPathGenerator. (#3626) 2021-05-30 12:51:48 +08:00
rpc-client Fixed undefined index: Port for AbstractServiceClient::getNodesFromConsul(). (#3663) 2021-06-04 14:49:56 +08:00
rpc-server Use reactorId instead of fromId (#3509) 2021-04-21 17:16:31 +08:00
scout Fixed PHPStan 2021-03-19 15:23:49 +08:00
server Fixed bug that coroutine won't destruct for keepalive request in swow server. (#3586) 2021-05-14 12:44:23 +08:00
service-governance Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
session Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
signal Fix typo (#3282) 2021-02-19 19:18:45 +08:00
snowflake Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
socket Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
socketio-server add deprecated to getClientCallbackTimeout() 2021-04-01 09:53:26 +08:00
super-globals Fixed bug that super globals does not work when request don't persist to context. (#3380) 2021-03-17 16:42:19 +08:00
swagger Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
swoole-tracker Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
task Fixed bug that property $workerId does not works in annotation @Task. (#3674) 2021-06-06 15:53:55 +08:00
testing Optimized code for co-phpunit. (#3422) 2021-03-26 22:19:19 +08:00
tracer Fixed bug that server crash when tracer flush failed in defer. (#3228) 2021-01-30 19:47:11 +08:00
translation Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
utils docs(en): kafka component (#3463) 2021-04-09 11:45:20 +08:00
validation Fixed bug that RequiredIf can be exploited to generate gadget chains for deserialization vulnerabiltiies. (#3724) 2021-06-23 08:33:27 +08:00
view Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
view-engine Added method ComponentAttributeBag::has() for view-engine. (#3123) 2021-01-14 12:00:25 +08:00
watcher Fixed constants which defined in bin/hyperf.php does not works.. (#3363) 2021-03-12 20:14:44 +08:00
websocket-client Changed branch-alias of dev-master to 2.1-dev (#3038) 2020-12-27 14:12:45 +08:00
websocket-server Fixed bug that coroutine won't destruct when using onOpen in coroutine style websocket server. (#3607) 2021-05-21 14:56:36 +08:00