Commit Graph

7997 Commits

Author SHA1 Message Date
crayxn
21e0c03379
Add support gRPC protocol for consul (#6121) 2023-09-02 13:54:27 +08:00
crayxn
746ff790aa
Fixed bug that grpc client cannot able to be reused. (#6117)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-02 13:52:38 +08:00
李铭昕
29711db2ae Merge branch 'master' into 3.1-merge 2023-09-01 10:06:03 +08:00
李铭昕
3dfba1867e
Release v3.0.35 (#6119) 2023-09-01 10:02:26 +08:00
陈文锋
ef4ef4bff8
Docs validate (#6103) 2023-08-31 19:57:55 +08:00
陈文锋
d1323e9707
Added new rules to the validation (#6106) 2023-08-31 19:56:59 +08:00
Hestia Allen
a48b67f53b
Fixed docs for config-center. (#6114) 2023-08-31 14:37:23 +08:00
Deeka Wong
c7ee471d9a
Adds sendAsync and sendBatchAsync methods for Hyperf\Kafka\Producer (#6112) 2023-08-31 14:36:51 +08:00
她和她的猫
3425f00bd6
Fixed bug that configuration of other processes were not updated when using nacos grpc client (#6110) 2023-08-31 14:12:54 +08:00
Deeka Wong
f7297f0432
Allowed output log when an exception occurs (#6111) 2023-08-31 13:56:23 +08:00
1kb
52a2e97ac7
Docs:fix typos (#6105)
* Docs:fix typos

* Docs:fix typos
2023-08-31 11:00:59 +08:00
宣言就是Siam
96e2c8b213
Optimized describe:routes command, sort middleware by MiddlewareMan… (#6108)
* Optimized `describe:routes` command, sort middleware by MiddlewareManager

* CHANGELOG
2023-08-31 09:58:20 +08:00
Deeka Wong
a7f4e898a5
Optimize the HttpClientFactory of tracer (#6100) 2023-08-30 14:22:20 +08:00
李铭昕
7da2da17c3 Fixed bug that collect() cannot be found. 2023-08-30 13:39:38 +08:00
李铭昕
d57affbb69 Merge branch 'master' into 3.1-merge 2023-08-30 11:45:07 +08:00
李铭昕
f2933a77f6
Update docs about how to use async io in process. (#6104) 2023-08-30 09:35:31 +08:00
宣言就是Siam
54a98c678c
Added some validation rules such as ExcludeIf and ProhibitedIf. (#6094) 2023-08-29 21:09:06 +08:00
Deeka Wong
b3db5cd692
Optimize kafka reporter of tracer (#6098) 2023-08-29 13:04:11 +08:00
李铭昕
5f913f5593
Fixed bug that ConstantFrequency cannot work when using redis. (#6099)
* Fixed bug that `ConstantFrequency` cannot work when using `redis`.

* Update CHANGELOG-3.0.md
2023-08-29 09:57:52 +08:00
宣言就是Siam
e56fe6073d
Added requirement hyperf/stdlib. (#6092)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-28 15:05:06 +08:00
Deeka Wong
393488414b
Adds getThrowable method to request events and crontab event (#6096)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-28 14:15:18 +08:00
Deeka Wong
32645231f9
Fix the bug that cannot stop the command from terminating gracefully (#6090) 2023-08-28 13:51:29 +08:00
crayxn
5d661b5f3a
Fix error that using non-zipkin driver of tracer (#6097)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-08-28 13:16:02 +08:00
李铭昕
5cfbc7e26a
Added requirement hyperf/stdlib into hyperf/http-server. (#6091) 2023-08-25 23:48:23 +08:00
李铭昕
566c983ce3
Added requirement hyperf/stdlib into hyperf/server. (#6089) 2023-08-25 23:35:09 +08:00
Deeka Wong
cce5b0086f
Optimize Hyperf\Support\Composer (#6088)
* Optimize `Hyperf\Support\Composer`

* Optimize codes
2023-08-25 23:16:32 +08:00
李铭昕
bb90f0d7ab Merge branch 'master' into 3.1-merge
# Conflicts:
#	src/http-server/tests/Router/DispatcherFactoryTest.php
2023-08-25 22:09:08 +08:00
李铭昕
d4f14fd945
Added an error count to the database connection to ensure that the connection can be reset when occur too many exceptions. (#6085) 2023-08-25 21:34:08 +08:00
李铭昕
83ac692313
Release v3.0.34 (#6087) 2023-08-25 18:46:42 +08:00
宣言就是Siam
958d735b2e
Optimize middleware priority (#6084) 2023-08-25 18:12:34 +08:00
宣言就是Siam
46a7c486be
Add Middleware priority (#6083)
Co-authored-by: xuanyanwow <hzh@addcn.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-25 15:31:42 +08:00
Deeka Wong
5d2d69a80b
Adds hyperf/stdlib component (#6082)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-25 11:55:47 +08:00
Deeka Wong
a83de3ccdb
Adds Composer::hasPackage() method (#6078) 2023-08-24 10:11:28 +08:00
alexzy228
16966c5925
Don't show deprecated notice when using #[Constants]. (#6077)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-23 23:57:06 +08:00
Raj Siva-Rajah
cfe7616660
Docs: add S3 adapter for Flysystem v3.0 (#5981) 2023-08-23 14:15:25 +08:00
Deeka Wong
3b50eef78f
Optimize kafka reporter (#6075) 2023-08-23 14:03:59 +08:00
Deeka Wong
71f987d586
Added Kafka reporter for zipkin (#6069) 2023-08-23 11:41:14 +08:00
Deeka Wong
fa4403c1c0
Added php_serialize protocol for rpc-multilex (#6070) 2023-08-22 10:49:04 +08:00
张城铭
84a2551399
Optimized code
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-22 10:23:39 +08:00
李铭昕
08a70af20a
Added docs about how to use default commands in async-queue. (#6068) 2023-08-21 22:34:31 +08:00
gaichao168
383933bd94
Optimized code for hyperf/amqp. (#6045)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-21 22:33:48 +08:00
李铭昕
79d0d2bd6e Added test cases for Context::override and Context::getOrSet. 2023-08-20 23:18:54 +08:00
李铭昕
1412b50567 Merge branch 'master' into 3.1-merge 2023-08-20 23:09:31 +08:00
Alex Pu
ab6d4a1872
Fixed bug that Context::override and Context::getOrSet cannot work when using $coroutineId. (#6065) 2023-08-20 23:07:17 +08:00
Deeka Wong
777d15e03c
Added $server property to request events. (#6063) 2023-08-20 20:59:27 +08:00
Deeka Wong
d953902415
Supplement the missing tag configuration items (#6060)
* Supplement the missing tag configuration items

* Update CHANGELOG-3.0.md
2023-08-19 23:00:35 +08:00
Deeka Wong
9f767ea17a
Enhance server config to support key-value mode (#6061) 2023-08-19 22:53:30 +08:00
Deeka Wong
72f4610729
Using the tracer instance from coroutine context (#6046) 2023-08-18 17:52:41 +08:00
李铭昕
54ea6fcdcd
Fixed bug that Hyperf\HttpServer\Request::hasFile don't support Swow. (#6056) 2023-08-18 15:28:12 +08:00
李铭昕
fa5488e07a Merge branch 'master' into 3.1
# Conflicts:
#	src/coroutine/src/Traits/Container.php
2023-08-18 12:04:39 +08:00