Deeka Wong
|
38e1d732a4
|
Added cron support for closure-command (#6495)
|
2024-01-24 14:16:09 +08:00 |
|
death satan
|
23ca774bee
|
Fixed bug that swagger validation collector cannot collect query parameters. (#6491)
|
2024-01-23 09:28:43 +08:00 |
|
guandeng
|
b3216efee1
|
Removed the low version conditions of php and swoole (#6489)
|
2024-01-22 16:45:43 +08:00 |
|
Deeka Wong
|
b63bfd9eef
|
Added the default implement for Psr\Log\LoggerInterface . (#6488)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2024-01-22 15:40:06 +08:00 |
|
Deeka Wong
|
5726bc22b8
|
Add tap function import to Schedule (#6487)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2024-01-22 14:46:37 +08:00 |
|
Deeka Wong
|
107c8ae6da
|
Update docs for crontab (#6486)
|
2024-01-22 11:35:28 +08:00 |
|
Deeka Wong
|
31cbc06a14
|
Added new ways to register crontab (#6483)
|
2024-01-22 10:37:52 +08:00 |
|
宣言就是Siam
|
8aec615546
|
Optimize log for crontab task skipped. (#6480)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2024-01-22 09:56:08 +08:00 |
|
Deeka Wong
|
bb69f09a1b
|
Add Sentry component (#6481)
|
2024-01-19 13:29:35 +08:00 |
|
Deeka Wong
|
759858eec2
|
Updated the default mutex expiration time to 60 seconds. (#6479)
|
2024-01-19 09:51:43 +08:00 |
|
李铭昕
|
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 |
|
guandeng
|
4339e4e62f
|
Upgrade docs about skip_cache_results cache config (#6465)
|
2024-01-18 11:33:27 +08:00 |
|
Deeka Wong
|
adafd67c2d
|
Update crontab docs (#6469)
|
2024-01-16 14:09:38 +08:00 |
|
Deeka Wong
|
51998aa0a3
|
Added support for Crontab specified operating environments (#6468)
|
2024-01-16 11:48:35 +08:00 |
|
pandaLIU
|
d9377392c3
|
Optimized code for socketio decode. (#6462)
|
2024-01-13 08:44:06 +08:00 |
|
李铭昕
|
04f465aa94
|
Upgrade the documents. (#6460)
* Translate comments to English
* 容器运行添加-w参数指定工作目录
* 3.0版本后增加的可以在全局配置关闭amqp进程自启
* Upgrade async-queue support max_messages config
Co-authored-by: Sharif <54396379+developersharif@users.noreply.github.com>
Co-authored-by: baicaiit <42630572+baicaiit@users.noreply.github.com>
Co-authored-by: Tina.Lee <1016963252@qq.com>
Co-authored-by: guandeng <guandeng@Hotmail.com>
|
2024-01-12 09:57:51 +08:00 |
|
pandaLIU
|
6053771087
|
Reduce memory replication for socketio decode. (#6459)
|
2024-01-12 09:39:07 +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 |
|
guandeng
|
13b837d90d
|
Upgrade doc about model translation into English (#6444)
|
2024-01-06 16:05:21 +08:00 |
|
guandeng
|
c47dcffed1
|
Upgrade docs about return type of consumeMessage to Result (#6439)
|
2024-01-06 16:04:14 +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 |
|
guandeng
|
1501e79961
|
Upgrade docs about use camelcase naming convention for gRPC methods (#6430)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2024-01-04 10:06:27 +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 |
|
guandeng
|
0367a7e629
|
Upgrade docs about replacing utils with support (#6425)
Co-authored-by: sy-records <52o@qq52o.cn>
|
2024-01-01 19:52:20 +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 |
|
Wen
|
cd9692d03b
|
Upgrade docs about class namespaces. (#6417)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-12-28 14:12:15 +08:00 |
|
李铭昕
|
a7c5f7b3c9
|
Fixed bug that test cases cannot be passed for error handler. (#6424)
|
2023-12-28 12:30:32 +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 |
|
xingyunxlm
|
5f3d52f3e3
|
update upgrade 3.1 doc (#6410)
Co-authored-by: yanyingmen <yanyingmen@addcn.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>
|
2023-12-22 15:34:55 +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 |
|
李铭昕
|
3995478511
|
Added dosc for withHeaders . (#6408)
Co-authored-by: huangdijia <huangdijia@users.noreply.github.com>
|
2023-12-21 20:31:46 +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 |
|
Demin Yin
|
78c072d0ba
|
support customized local configuration files for PHPStan and PHPUnit (#6405)
|
2023-12-20 09:50:39 +08:00 |
|
guandeng
|
bb6cc833a1
|
Upgrade doc (#6401)
Co-authored-by: Lu Fei <52o@qq52o.cn>
|
2023-12-19 17:03:20 +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 |
|
Vlad Zinko
|
3658d62bba
|
Update service-register.md (#6397)
|
2023-12-19 07:36:37 +08:00 |
|
宣言就是Siam
|
a2e4285678
|
Optimize docs for annotation route (#6393)
|
2023-12-18 09:37:16 +08:00 |
|