Commit Graph

7808 Commits

Author SHA1 Message Date
李铭昕
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
李铭昕
38aff2c1fb
Release v3.0.33 (#6054) 2023-08-18 11:54:00 +08:00
李铭昕
4c4b852fbd
Fixed bug that Arr::has with integer keys cannot work as expected. (#6053) 2023-08-18 11:42:33 +08:00
李铭昕
cb9409d411
Added how to use swagger with validation. (#6050) 2023-08-18 10:22:49 +08:00
张城铭
da32a0ee6c
Removed deprecated Hyperf\Coroutine\Traits\Container. (#6043) 2023-08-17 14:22:08 +08:00
张城铭
82cb64f126
Make Hyperf\Coroutine\Traits\Container as deprecated. (#6044)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-17 14:16:35 +08:00
Albert Chen
4ca7b2fa8a
[feat] Support buffer mechanism in standalone process of metric (#6030)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-17 10:00:28 +08:00
李铭昕
b6538c14da
Removed some deprecated methods from Hyperf\Di\Annotation\AbstractAnnotation. (#6040) 2023-08-16 20:45:43 +08:00
Albert Chen
056f72a36d
Support semantic crontab rules.
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-16 18:08:51 +08:00
李铭昕
6275c12090
Added docs about how to use multiple configurations for async-queue. (#6038) 2023-08-16 17:19:58 +08:00
李铭昕
8bb956c0f4
Upgrade docs about cache, command and logger. (#6037) 2023-08-16 16:20:08 +08:00
李铭昕
aa6fe7d1e6
Fixed bug that RequestContext and ResponseContext cannot get instance from another coroutines. (#6033) 2023-08-16 13:50:12 +08:00
gaichao168
665da738b4
删除过时文档内容 (#6032) 2023-08-16 11:57:35 +08:00
Albert Chen
b407d08e91
Changed the methods of Container and DefinitionSource to protected (#6031)
* chore: make properties in Container protected for overriding in in child classes

* chore: make properties in DefinitionSource protected for overriding in child class
2023-08-16 10:24:59 +08:00
Deeka Wong
dc0d749b0f
Optimized the tracing in coroutine (#6027)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-16 09:43:28 +08:00
Deeka Wong
bcdb50817b
Allow using the tracer instance from context, append Trace-Id to Response Header (#6023) 2023-08-15 18:33:38 +08:00
guandeng
4773ff4c8e
When using Base62::decode to decode the incorrect data, it will be thrown InvalidArgumentException instead of TypeError. (#6022)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-15 16:48:23 +08:00
李铭昕
db444a7195 Merge branch 'master' into 3.1-merge 2023-08-15 15:22:32 +08:00
李铭昕
5aedacf269
Removed useless docs. (#6024) 2023-08-15 15:16:14 +08:00
李铭昕
739407485c
Make some useless methods to deprecated in AbstractAnnotation. (#6025)
Co-authored-by: yu.wang <i@yii6.com>
2023-08-15 15:08:10 +08:00
1kb
e7d1529141
Added docs about how to use getInstance().
Co-authored-by: Lu Fei <52o@qq52o.cn>
2023-08-11 10:23:42 +08:00
Lu Fei
44fecd259b
Remove PHPUnit badge for rpn (#6014) 2023-08-11 09:44:28 +08:00
Deeka Wong
371da40c59
Fixed the bug that no_aspect is overridden (#6013) 2023-08-10 23:12:44 +08:00
Chance
3d9361a433
Fixed the issue where validation for invocable controller route requests was not working (#6011)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-10 15:43:04 +08:00
她和她的猫
3ab5329ae3
Throw exception when cast class is not existed. (#6010)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-09 12:19:05 +08:00
李铭昕
5046faef1c Merge branch 'master' into 3.1
# Conflicts:
#	src/cache/tests/Cases/StringHelperTest.php
#	src/command/src/Command.php
2023-08-09 11:33:15 +08:00
李铭昕
fa03df6c92
Release v3.0.32 (#6009) 2023-08-09 10:44:04 +08:00
szutoutou
4fe3bd05dc
Allowed return statusCode via handle method. (#6004)
Co-authored-by: huangdijia <huangdijia@gmail.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-08-09 10:34:55 +08:00
gaichao168
a6e1014f70
Optimized the code for pgsql. 2023-08-09 09:55:43 +08:00
宣言就是Siam
a634a9c42d
Optimize method name (#6006) 2023-08-08 21:15:53 +08:00
Deeka Wong
3041aa2340
Support aspect to GuzzleHttp\Client::request() (#5996) 2023-08-04 10:40:33 +08:00
Deeka Wong
8293491fde
Adds events of crontab lifecycle (#5994) 2023-08-02 13:01:51 +08:00
guandeng
02f57186eb
Add StringHelper model test (#5986) 2023-07-31 14:38:45 +08:00
Deeka Wong
08f131c6d8
Support set skip_cache_results in the config of hyperf/cache (#5985)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-31 14:37:29 +08:00
Deeka Wong
329a04ad24
Adds skipCacheResults to annotations of hyperf/cache (#5983)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-28 23:26:37 +08:00
李铭昕
4803bf4049 Merge branch 'master' into 3.1-merge
# Conflicts:
#	src/stringable/tests/StrTest.php
2023-07-27 22:17:04 +08:00
李铭昕
9cebccfc23
Release v3.0.31 (#5979) 2023-07-27 22:02:29 +08:00
Deeka Wong
f21eb6dda7
Update CHANGELOG-3.1.md (#5976)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-27 10:25:49 +08:00
Deeka Wong
dc331072b7
Simplified the handlers definition of logger (#5973)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-26 16:20:38 +08:00
Deeka Wong
9a59c57f37
Collection::except() with null returns all (#5972) 2023-07-26 09:25:51 +08:00