Commit Graph

6477 Commits

Author SHA1 Message Date
蔡政
410817858a
Try to connect to another one when connected redis sentinel failed. (#4530) 2022-02-16 13:07:38 +08:00
李铭昕
b262874558
Release v2.1.23 (#3803) 2021-07-12 09:13:04 +08:00
chenjian-cpu
4578c371a7
Initialize PSR Response first to avoid problems caused by the failure of building PSR Request. (#3787)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-07 16:58:05 +08:00
沈唁
807fedbbf5
Translate document
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-06 18:54:56 +08:00
millet109
ca8ca583b2
Fixed multiple handlers description error for logger.
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-06 18:50:01 +08:00
沈唁
a8f5a34fd0
Fixed typo for logger document. 2021-07-06 17:34:40 +08:00
沈唁
950ea5a162
Update config.md (#3765) 2021-06-29 18:11:38 +08:00
李铭昕
42366aa6c1
fetch current branch automatically (#3756) 2021-06-28 09:36:00 +08:00
李铭昕
fe7356b9a9
Release v2.1.22 (#3755) 2021-06-28 09:13:15 +08:00
沈唁
0941efcff2
Update view-engine.md (#3747) 2021-06-26 17:57:43 +08:00
manks0127
7b185a37a7
Update amqp.md (#3740) 2021-06-25 13:15:23 +08:00
黄朝晖
bafefe8022
Fixed bug that RequiredIf can be exploited to generate gadget chains for deserialization vulnerabiltiies. (#3724) 2021-06-23 08:33:27 +08:00
黄朝晖
4f2fa87eb9
Fixed the active_url rule for validation in input fails to correctly check. (#3723)
Fixed the active_url rule for validation in input fails to correctly check  dns record with dns_get_record resulting in bypassing the validation

Ref: https://huntr.dev/bounties/2-laravel/framework/
2021-06-23 08:19:26 +08:00
Vinchan
5ad3d649ef
Fixed the in and not in rule for validation in input fails to correctly check in:00 rule when passing 0. (#3721)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2021-06-23 08:15:28 +08:00
李铭昕
155b5d2888
Release v2.1.21 (#3719) 2021-06-21 16:07:34 +08:00
黄朝晖
dff98cf8e3
Merge pull request #3713 from sy-records/typo
Fix typo
2021-06-20 00:11:20 +08:00
sy-records
0ae17e024a
Fix typo 2021-06-19 22:25:09 +08:00
黄朝晖
f4b6e0a548
Merge pull request #3696 from Mine-MuYan/patch-1
Validation 文档自定义验证器监听器的示例代码增加缺失 Listener 注解
2021-06-14 01:32:03 +08:00
huangzhhui
ed9a473eab Fixed multi-language docs 2021-06-14 01:30:52 +08:00
黄朝晖
06cac333e1
Remove useless content 2021-06-14 01:26:02 +08:00
沐沫
ba619fec06
增加listener的注解。 2021-06-12 15:59:19 +08:00
李铭昕
38ebf7d000
Update test-components.yml (#3693) 2021-06-10 20:53:30 +08:00
fangjianwei
f00a0c659e
Fixed the wrong judgment of counter or duration for circuit breaker. (#3684) 2021-06-07 20:00:41 +08:00
Nash Gao
69ff4eb6cc
Fixed bug that property $workerId does not works in annotation @Task. (#3674) 2021-06-06 15:53:55 +08:00
李铭昕
085f1cd671
Fixed bug that the crontab rule without backslash like 10-12 does not works. (#3669) 2021-06-05 09:55:37 +08:00
Demin Yin
c6e7addf26 fix the implementation for PHP 7.3 2021-06-05 09:03:06 +08:00
Demin Yin
f2c7327828 fix AWS API calls to fetch credentials from the instance metadata service from inside an ECS container 2021-06-05 09:03:06 +08:00
pandaLIU
0e5d09e0d6
Fixed rule like 10-12/1,14-15/1 does not works for crontab. (#3667)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-06-04 23:40:31 +08:00
李铭昕
67948a0455
Added document for using enable in @Crontab. (#3666) 2021-06-04 21:33:16 +08:00
fangjianwei
f846d25424
Fixed undefined index: Port for AbstractServiceClient::getNodesFromConsul(). (#3663)
Co-authored-by: fangjw <fangjw@wecut.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-06-04 14:49:56 +08:00
戒尺
1a2c954bd0
Fixed typo 2021-06-04 14:34:53 +08:00
李铭昕
a0146e53d0
Release v2.1.19 (#3637) 2021-05-31 09:44:47 +08:00
黄朝晖
2c40ec01b7
Added Hyperf\Rpc\PathGenerator\DotPathGenerator. (#3626)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-05-30 12:51:48 +08:00
张城铭
b8d504c6a4
Fixed bug that class_map does not works in Hyperf\Di\Annotation\Scanner. (#3625)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-05-27 19:43:27 +08:00
nonetallt
f3306fd42b
Add view and view-engine english documentation (#3624) 2021-05-27 11:27:46 +08:00
李维山
dbb2b0ed41
Fix typo: Undefined variable $count (#3622)
Co-authored-by: 李维山 <msllws@163.com>
2021-05-26 10:58:33 +08:00
yandycom
f258bfa255
Fixed nsq max idle time. (#3621)
* Fixed nsq max idle time.

* Update nsq.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-05-25 20:39:16 +08:00
李铭昕
5eada19fb0
Fixed routes with same path but different methods will be merged when using describe:routes. (#3618) 2021-05-25 12:14:41 +08:00
沈唁
987d3087e8
Fix typo 2021-05-24 15:45:42 +08:00
李铭昕
4234f9d791
Release v2.1.18 (#3613) 2021-05-24 09:46:08 +08:00
李铭昕
d9d799b211
Removed useless @mixin (#3612) 2021-05-22 20:27:40 +08:00
SuSuSoo
de7ba7b300
Fixed bug that fromSub() and joinSub() don't work with table prefix. (#3610)
* fix #3602

* Added test cases

Co-authored-by: WeGiao <wegiao@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-05-21 23:05:07 +08:00
沈唁
4f03575e94
Fix typo (#3608) 2021-05-21 17:16:08 +08:00
李铭昕
f6e9ff2213
Fixed bug that coroutine won't destruct when using onOpen in coroutine style websocket server. (#3607) 2021-05-21 14:56:36 +08:00
李铭昕
6d97e438c2
Fixed bug that increment/decrement does not works as expect when used in transaction. (#3598) 2021-05-18 21:00:26 +08:00
李铭昕
6f66dbcffd
Added crontab test cases into phpunit.xml (#3594)
* Added crontab test cases into phpunit.xml

* Update ParserTest.php
2021-05-17 17:03:58 +08:00
李铭昕
ebead50863
Release v2.1.17 (#3590) 2021-05-17 14:59:01 +08:00
yansongda
faed954ce4
The enable parameter of the @Crontab supports array, which you can dynamically control whether the task is executed or not. (#3329)
* support crontab annotation `enable` bool or array

* Format code

* Update CHANGELOG-2.1.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-05-15 18:14:24 +08:00
李铭昕
8b13089b12
Fixed bug that coroutine won't destruct for keepalive request in swow server. (#3586) 2021-05-14 12:44:23 +08:00
李铭昕
373bf01d25
lock the version of phpstan to 0.12.86 (#3583) 2021-05-14 09:07:30 +08:00