宣言就是Siam
e6d19f837a
Revert form request ( #6229 )
2023-10-24 11:14:35 +08:00
Deeka Wong
0fc239be15
Make rules method in FormRequest optional ( #6228 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-10-24 10:09:30 +08:00
guandeng
f5a3814879
Don't send response when the connection of grpc server has been closed. ( #6226 )
2023-10-23 09:56:37 +08:00
宣言就是Siam
ebf08d6698
Adds charset param and html method for Response. ( #6224 )
2023-10-21 15:21:01 +08:00
李铭昕
d2c963b2d5
Release v3.0.40 ( #6225 )
2023-10-20 18:27:02 +08:00
Deeka Wong
910716d0c4
Added Str::replaceMatches()
( #6220 )
2023-10-17 20:12:57 -05:00
Hestia Allen
5cb46cb801
Fixed bug that Str::replaceLast
with empty search cannot work as expected. ( #6217 )
2023-10-16 02:53:07 -05:00
Deeka Wong
24b4ed652f
Support for phpredis 6.x ( #6209 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-10-13 08:04:18 -05:00
李铭昕
934eec34a9
Release v3.0.39 ( #6210 )
2023-10-12 21:00:54 -05:00
szutoutou
9c717fc756
Added exception_callback
option for hyperf/kafka
( #6207 )
...
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-10-12 20:43:45 -05:00
lixinhan
94194bb22f
Added Hyperf\Tracer\Aspect\GrpcAspect
( #6203 )
...
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-10-12 02:55:30 -05:00
Deeka Wong
16b1c82a17
Added switch for ElasticserachAspect
and CoroutineAspect
. ( #6200 )
2023-10-10 03:02:54 -05:00
Deeka Wong
71312060c7
Added RpcAspect and use it instead of JsonRpcAspect ( #6198 )
2023-10-09 20:39:23 -05:00
李铭昕
7ff9b12a6f
Support http and websocket protocols at the same port for swow server. ( #6193 )
...
* Fixed bug that swow server cannot support http and ws protocol at the same port.
* Update CHANGELOG-3.0.md
2023-10-08 10:14:41 -05:00
Deeka Wong
a5cd1fd8a1
Added Redis options name to support string type ( #6188 )
2023-10-07 01:16:14 -05:00
李铭昕
f1c40efcf1
Release v3.0.38 ( #6187 )
2023-10-05 03:50:33 -05:00
李铭昕
b20273d342
Added test case for Swoole 5.1.0
. ( #6186 )
2023-10-05 03:42:04 -05:00
李铭昕
7179f4a183
Fixed bug that cleanUpExpiredOnce
failed when sids is empty when using socketio-server
. ( #6185 )
2023-10-05 02:21:30 -05:00
宣言就是Siam
719e8d2b00
Fixed PriorityMiddleware for testing. ( #6183 )
2023-09-30 19:21:49 +08:00
张城铭
5281bee874
Update Base62.php ( #6177 )
2023-09-30 14:00:08 +08:00
李铭昕
898f80196e
Release v3.0.37 ( #6170 )
2023-09-22 13:15:07 +08:00
Deeka Wong
4fbd82e29a
Optimize KafkaClientFactory
of hyperf/tracer
( #6167 )
2023-09-21 12:06:36 +08:00
Deeka Wong
1bbe4601dd
Fixed bug that the mutex lock of crontab cannot not work well when th… ( #6163 )
2023-09-20 19:44:00 +08:00
Deeka Wong
ad8126d803
Fixed bug that the mutex lock of crontab
cannot not work well when the crontab executed more than one hour (the default expired time). ( #6162 )
2023-09-20 17:40:44 +08:00
Tina.Lee
ab9b9dccdc
Fixed bug that service governance still registers services even when services.enable.register
is false
. ( #6160 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-19 18:05:26 +08:00
宣言就是Siam
2fc2f40908
Record the exception message only by opening the exception switch and closing the ignore switch when using trace
. ( #6157 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-18 20:44:58 +08:00
宣言就是Siam
ade75a00a2
Enhance stringable ( #6156 )
...
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
2023-09-18 18:17:32 +08:00
Deeka Wong
3536de6d53
Use PHP native json_validate
to validate is json if function is available ( #6154 )
2023-09-16 16:43:27 +08:00
李铭昕
403fb5a2f9
Release v3.0.36 ( #6152 )
2023-09-15 14:33:56 +08:00
szutoutou
18f2d15cb3
Optimized FailToConsume
event for hyperf/kafka
( #6151 )
...
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-09-15 14:06:19 +08:00
Hestia Allen
aa5d2bb629
Fixed bug that validateJson was incompatibility with php 8.0 ( #6146 )
...
* Fixed bug that `validateJson` cannot work when using php 8.0.
* Fixed unit cases for redis cannot work.
Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-09-14 15:24:32 +08:00
宣言就是Siam
cfe11e3af3
Added ignore_exceptions
for tracer ( #6143 )
...
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
2023-09-11 21:43:03 +08:00
Deeka Wong
683e45e556
Adds RequestTraceListener
for hyperf/tracer
( #6062 )
2023-09-05 18:19:28 +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
李铭昕
3dfba1867e
Release v3.0.35 ( #6119 )
2023-09-01 10:02:26 +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
宣言就是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
宣言就是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
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
李铭昕
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
a83de3ccdb
Adds Composer::hasPackage()
method ( #6078 )
2023-08-24 10:11:28 +08:00