李铭昕
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
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
guandeng
f202ed555e
Added Str::containsIgnoreCase()
( #5971 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-25 20:44:39 +08:00
guandeng
cbe62b7f65
Fixed bug that Str::startsWith
and Str::endsWith
will cause the error result when the $needles
is [null]
. ( #5970 )
...
Co-authored-by: 范冠登 <guandeng@addcn.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-25 09:40:20 +08:00
李铭昕
d750365bed
Fixed bug that Str::contains
with null
will case the error result. ( #5969 )
...
* Fixed bug that `Str::contains` with `null` will case the wrong result.
* Update
2023-07-24 20:06:56 +08:00
李铭昕
9fd7752de6
Added component hyperf/migration-generator
which used to generate migrations from databases. ( #5967 )
2023-07-23 20:01:33 +08:00
Deeka Wong
be4669e1bd
Using enum
instead of class
( #5961 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-23 16:17:10 +08:00
李铭昕
1111ee8fef
Merge branch 'master' into 3.1-merge
...
# Conflicts:
# src/service-governance-nacos/src/ClientFactory.php
2023-07-21 11:40:35 +08:00
李铭昕
60000f2327
Release v3.0.30 ( #5963 )
2023-07-21 11:33:23 +08:00
李铭昕
db7dfe5b04
Support modify the context of sub coroutine when using test components. ( #5962 )
2023-07-21 11:15:25 +08:00
Deeka Wong
b3119a2349
Allow set poolName in Annotation ( #5960 )
2023-07-19 16:52:12 +08:00
Raj Siva-Rajah
0cb5adacfb
Added Hyperf\Codec\Packer\IgbinarySerializerPacker
. ( #5957 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-18 20:10:42 +08:00
crayxn
171b9548cd
Support access_key
and access_secret
for nacos service governance.
2023-07-18 19:07:24 +08:00
szutoutou
e4468cbb67
Optimized the model generator to generate correct property comments. ( #5954 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-17 20:16:22 +08:00
Deeka Wong
dfecb0fe72
Adds Job::setMaxAttempts
and dispatch
helper function ( #5950 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-17 19:31:14 +08:00
Raj Siva-Rajah
370d000806
Added SameSite
support to session cookies. ( #5951 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-17 18:00:56 +08:00
李铭昕
1e6be7c4cf
Optimized Hyperf\Coroutine\Locker
. ( #5948 )
2023-07-15 09:09:38 +08:00
李铭昕
47e2561342
Fixed bug that lock failed when using more than one pool for amqp. ( #5947 )
...
* Fixed bug that lock failed when using more than one pool for amqp.
* Update CHANGELOG-3.0.md
2023-07-15 08:53:13 +08:00
李铭昕
d15cf83e59
Added confirm mode for nsq::publish()
. ( #5946 )
2023-07-14 23:01:55 +08:00
李铭昕
e846045984
Don't sync config frequently when listen more than one namespace for apollo config center. ( #5945 )
2023-07-14 18:43:45 +08:00
李铭昕
7c8f924545
Fixed apollo test cases ( #5944 )
2023-07-14 17:10:35 +08:00