张城铭
|
82cb64f126
|
Make Hyperf\Coroutine\Traits\Container as deprecated. (#6044)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-08-17 14:16:35 +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 |
|
李铭昕
|
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 |
|
李铭昕
|
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 |
|
宣言就是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 |
|
guandeng
|
02f57186eb
|
Add StringHelper model test (#5986)
|
2023-07-31 14:38:45 +08:00 |
|
李铭昕
|
9cebccfc23
|
Release v3.0.31 (#5979)
|
2023-07-27 22:02:29 +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 |
|
李铭昕
|
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 |
|
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 |
|
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 |
|
李铭昕
|
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 |
|
李铭昕
|
087eb2cb61
|
Release v3.0.29 (#5938)
|
2023-07-14 12:03:56 +08:00 |
|
szutoutou
|
7e7b79d764
|
docs(collection):fix unique/uniqueStrict param $key callback type (#5937)
|
2023-07-14 11:41:52 +08:00 |
|
Deeka Wong
|
de77989564
|
Hide the abnormal output when the worker exited (#5924)
|
2023-07-11 08:58:15 +08:00 |
|
李铭昕
|
64ee18be50
|
Fixed bug that nacos grpc client cannot be closed friendly when worker exit. (#5923)
|
2023-07-10 19:13:41 +08:00 |
|
fengyikang88
|
868dfdca53
|
Fix the bug that cannot found ApplicationContext (#5922)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
|
2023-07-10 18:56:04 +08:00 |
|
李铭昕
|
b5bc9aa818
|
Fixed bug that http2-client cannot be closed when didn't open heartbeat. (#5921)
|
2023-07-10 16:13:12 +08:00 |
|
李铭昕
|
d04db7c927
|
Release v3.0.28 (#5913)
|
2023-07-08 21:03:37 +08:00 |
|
李铭昕
|
e34ff47bf4
|
Fixed bug that nacos grpc client cannot reconnect when closed. (#5912)
|
2023-07-08 20:54:58 +08:00 |
|
李铭昕
|
68e3064da5
|
Fixed bug that nacos grpc client auth failed. (#5911)
|
2023-07-08 11:41:56 +08:00 |
|
Deeka Wong
|
ca60fb587b
|
Optimize NacosClientFactory (#5910)
|
2023-07-07 18:26:26 +08:00 |
|
李铭昕
|
238d625cd2
|
Fixed bug that acm client::$servers must be accessed before initialization. (#5909)
|
2023-07-07 11:00:37 +08:00 |
|
szutoutou
|
b7d1086caf
|
fix(lazy loader):config path error (#5908)
|
2023-07-06 08:10:55 +08:00 |
|
MorriosL
|
c2fee049f1
|
Updated the definition of command as annotation. (#5900)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-07-04 09:47:50 +08:00 |
|
Rafael Melo
|
2cba3cfc2f
|
Support strict mode for Integer and Boolean (#5895)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
|
2023-07-03 12:37:00 +08:00 |
|
李铭昕
|
c679a703d6
|
Release v3.0.27 (#5891)
|
2023-06-30 09:33:46 +08:00 |
|
李铭昕
|
92e191480d
|
Added some exception messages which used to reconnect PDO connection. (#5890)
|
2023-06-30 09:20:59 +08:00 |
|
Alex Pu
|
077602814b
|
Added pudongping/hyperf-throttle-requests to awesome-components . (#5870)
* Add pudongping/hyperf-throttle-requests component
* Update awesome-components.md
---------
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-06-28 17:42:51 +08:00 |
|
李铭昕
|
f4aa7fd3d9
|
Throw exception (executing sql failed) when used clickhouse for hyperf/db . (#5886)
|
2023-06-28 10:35:27 +08:00 |
|
Deeka Wong
|
3fe8f2041c
|
Move ConfirmableTrait /DisableEventDispatcher /NullDisableEventDispatcher to Concerns (#5882)
|
2023-06-27 07:53:52 +08:00 |
|
Ganey
|
e581051921
|
Fix links in en install docs (#5881)
|
2023-06-27 07:15:30 +08:00 |
|
李铭昕
|
d08d5191d8
|
Fixed bug that start server failed caused by swagger server name isn't string. (#5880)
|
2023-06-26 18:57:03 +08:00 |
|
liaochao
|
817e22a4eb
|
chore(str): add deprecated comment (#5875)
|
2023-06-25 14:10:37 +08:00 |
|
李铭昕
|
346033d421
|
Release v3.0.27 (#5873)
|
2023-06-24 15:27:27 +08:00 |
|
李铭昕
|
6f85d4bb91
|
Fixed bug that CoroutineMemory::clearPrefix() cannot work as expected. (#5861)
|
2023-06-19 19:35:29 +08:00 |
|
宣言就是Siam
|
65fc771cae
|
Throw exception when column id is not existed (#5858)
|
2023-06-19 18:09:21 +08:00 |
|
Liu
|
98c5bd1145
|
Update changelog.md (#5854)
|
2023-06-19 12:04:07 +08:00 |
|