Commit Graph

120 Commits

Author SHA1 Message Date
李铭昕
0c864c5de4
Release v3.1.6 (#6478) 2024-01-18 18:28:11 +08:00
Deeka Wong
0cb5f42a66
Optimized serverMutex and taskMutex binding method (#6477) 2024-01-18 18:11:31 +08:00
guandeng
b21c3208e8
Added method Arr::remove. (#6471) 2024-01-18 13:41:28 +08:00
Bosun Egberinde
f33aaf3f8f
Optimized code about DispatcherFactory which use require instead of require_once for loading routes. (#6472)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-01-18 12:33:08 +08:00
Deeka Wong
d7153fecbd
Added Crontab::setOptions() and Crontab::getOptions() (#6474) 2024-01-18 11:48:01 +08:00
李铭昕
dafcb5684b
Auto mkdir folder when using command gen:swagger-schema. (#6473) 2024-01-18 11:40:27 +08:00
Deeka Wong
51998aa0a3
Added support for Crontab specified operating environments (#6468) 2024-01-16 11:48:35 +08:00
pandaLIU
7ec9050772
Optimized code of Hyperf\SocketIOServer\Parser\Decoder::decode(). (#6440)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-01-09 14:13:16 +08:00
宣言就是Siam
618521b4a5
Added method ReflectionManager::getAllClassesByFinder. (#6449) 2024-01-08 21:45:10 +08:00
李铭昕
6f7ef874ab
Release v3.1.5 (#6438) 2024-01-04 21:54:55 +08:00
李铭昕
d6b4c299d2
Sort type for model update visitor. (#6437) 2024-01-04 21:47:09 +08:00
Liu
0bb4cca221
Fixed bug that the generator which be used to generate amqp consumer cannot work. (#6436) 2024-01-04 21:25:56 +08:00
李铭昕
28de1f1e0a
Optimized model generator which can generate property comments with use. (#6435) 2024-01-04 12:19:18 +08:00
李帅西
f9da6dbfaf
Added UnsetContextInTaskWorkerListener which can be used to unset connection context when using non-coroutine task worker.
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-01-04 10:42:11 +08:00
Nash Gao
c699f0f745
Fixed bug that the timezone of crontab task cannot work. (#6423)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-01-01 20:01:33 +08:00
李铭昕
58799cce2b
Release v3.1.4 (#6427) 2023-12-29 09:30:38 +08:00
李铭昕
835480c356
Added Annotation RewriteReturnType which used to rewrite the return type when generating models. 2023-12-28 16:46:40 +08:00
szutoutou
9ed7d0276e
Fixed bug that prepareHandler cannot work sometimes for circuit-breaker. (#6419) 2023-12-28 11:36:50 +08:00
guandeng
c1b7d6ae42
Throw InvalidArgumentException instead of TypeError for decoding an empty string when using Base62::decode. (#6415)
Co-authored-by: Lu Fei <52o@qq52o.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-25 14:07:48 +08:00
李铭昕
0182f4a60e
Release v3.1.3 (#6409) 2023-12-21 20:57:52 +08:00
chenkby
96e2764c4f
Added template_suffix configuration to twig engine. (#6402)
Co-authored-by: sy-records <52o@qq52o.cn>
2023-12-21 20:34:18 +08:00
Gang Wu
5a15726600
Fixed bug that Hyperf\Scout\Searchable don't import namespace of function config. (#6406) 2023-12-20 18:27:21 +08:00
Nash Gao
cec648106d
Added timezone parameter to hyperf/crontab component. (#6398)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>
2023-12-19 17:01:35 +08:00
李铭昕
009c364d61
Fixed bug that es version cannot be found when the index is null. (#6389) 2023-12-15 14:55:23 +08:00
李铭昕
18725acd09
Release v3.1.2 (#6387) 2023-12-15 09:36:36 +08:00
李铭昕
8b90b8ed89
Fixed bug that scout cannot work when using elasticsearch(which version is less than 7) without index. (#6384) 2023-12-14 17:32:53 +08:00
宣言就是Siam
ff4451014a
Support collect swagger validation rules and attribute for mediaType request body. (#6380) 2023-12-14 12:05:10 +08:00
李铭昕
5748c8dc15
Support to read custom attribute for validation when using swagger. (#6379) 2023-12-12 17:40:33 +08:00
Deeka Wong
f8ccb927b5
Don't need to close swoole short name when don't use swoole or don't require hyperf/polyfill-coroutine (#6376)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-12 16:06:45 +08:00
xiechenghua
d11c018daf
Fixed bug that Hyperf\RateLimit\Aspect\RateLimitAnnotationAspect::getWeightingAnnotation() cannot work. (#6374)
Co-authored-by: xiechenghua <chenghua.xie@ehang.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-12 16:00:41 +08:00
guandeng
5f22575ae8
Support ping method for grpc client. (#6373) 2023-12-12 15:37:26 +08:00
张城铭
fdf3934ad8
Fixed bug that AOP not working when using variadic parameters. (#6372)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-11 11:14:01 +08:00
Binary Alan
6fc5e179b4
🛠️refactor(scanHandler): handle fork process execution failure (#6369) 2023-12-11 09:53:47 +08:00
李铭昕
b7f8b587fd
Support symfony 7.x for some components such as command config devtool di and server. (#6368) 2023-12-08 11:15:29 +08:00
李铭昕
d8bb4303ed
Release v3.1.1 (#6367) 2023-12-08 09:44:24 +08:00
Binary Alan
7e2e019ed5
🛠️refactor(circuit-breaker) remove unnecessary condition (#6364) 2023-12-07 11:40:41 +08:00
张城铭
7f03249ed7
Add callable type support to the fallback property of CircuitBreaker Attribute (#6363)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-12-07 11:25:12 +08:00
xiechenghua
af608b8e4a
Fixed bug that Hyperf\SocketIOServer\Emitter\Future cannot be resolved.
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-06 13:31:17 +08:00
宣言就是Siam
cb609975e0
Added response content-type header for swagger server. (#6360)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-06 09:35:06 +08:00
guandeng
50b7fa9f37
Fixed bug that the recv channel cannot be found, because GrpcClient::runReceiveCoroutine will unset streamId before recv method. (#6350) 2023-12-05 14:15:56 +08:00
李铭昕
823596fbe0
Fixed bug that nacos config center cannot work when using grpc protocol. (#6352) 2023-12-05 10:11:19 +08:00
Binary Alan
0a4fe46065
🛠️refactor(view-engine) fix header setting in view function (#6347)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-12-04 16:39:23 +08:00
Deeka Wong
de0fdd9078
Added Coroutine::fork() and Coroutine::pid() (#6342) 2023-12-01 14:59:45 +08:00
李铭昕
861ce7aee7
Release v3.1.0 (#6340) 2023-12-01 00:00:30 +08:00
宣言就是Siam
09a4127ee3
Added config processors for swagger. (#6338)
Co-authored-by: Lu Fei <52o@qq52o.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-11-30 17:23:17 +08:00
李铭昕
05530c98bd
Changed the branch-alias of all components to 3.1-dev. (#6320) 2023-11-24 11:10:53 +08:00
宣言就是Siam
d11673381f
Improve storage switcher for rate-limit. (#6301) 2023-11-23 20:55:38 +08:00
李铭昕
4ce77bc1c8
Fixed bug that logger cannot work in LoadBalancerInterface::refresh(). (#6260) 2023-11-03 16:32:47 +08:00
李铭昕
0481f6979c
Support to use model builder as the column in Hyperf\Database\Query\Builder\addSelect. (#6259) 2023-11-03 15:28:43 +08:00
李铭昕
fdd501d96d
Optimized code that you can get request from BadRequestHttpException. (#6247) 2023-11-01 11:22:10 +08:00