李铭昕
|
37ef3ea00a
|
Fixed bug that the model cache cannot created when using find many to get non-exists models. (#5642)
|
2023-04-14 18:32:41 +08:00 |
|
李铭昕
|
d663d7b6e6
|
Support deeply nested cache relations for model-cache . (#5641)
|
2023-04-14 16:13:58 +08:00 |
|
Deeka Wong
|
90feb186c2
|
Adds Redis::pipeline() and Redis::transaction() support (#5639)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-04-14 10:09:08 +08:00 |
|
Deeka Wong
|
6377ea76f2
|
Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str (#5634)
|
2023-04-13 11:56:00 +08:00 |
|
李铭昕
|
9b0ac29bc2
|
Release v3.0.16 (#5632)
|
2023-04-12 16:07:44 +08:00 |
|
Deeka Wong
|
c31c25c175
|
Refactor Hyperf\Utils\Arr that let it extends \Hyperf\Collection\Arr (#5629)
|
2023-04-12 15:03:37 +08:00 |
|
pandaLIU
|
b24afd637e
|
Fixed issue where coroutine context was not destroyed in Context::destroy method (#5627)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-04-12 14:10:21 +08:00 |
|
Deeka Wong
|
d9eaddd0a7
|
Split hyperf/stringable from hyperf/utils (#5625)
|
2023-04-12 13:39:56 +08:00 |
|
Deeka Wong
|
2c16179940
|
Split Channel utils from hyperf/utils to hyperf/coroutine (#5624)
|
2023-04-12 13:34:25 +08:00 |
|
Deeka Wong
|
7b9d5c944d
|
Use Hyperf\Coroutine\Coroutine instead of Hyperf\Utils\Coroutine (#5623)
|
2023-04-12 12:36:10 +08:00 |
|
Deeka Wong
|
2af1f59ada
|
Split CoroutineProxy from hyperf/utils to hyperf/context (#5622)
|
2023-04-12 09:10:55 +08:00 |
|
李铭昕
|
c422dad528
|
Use Hyperf\Context\ApplicationContext instead of Hyperf\Utils\ApplicationContext . (#5621)
|
2023-04-11 15:57:32 +08:00 |
|
Deeka Wong
|
7d97774f99
|
Deprecate Coroutine classes and functions in hyperf/utils (#5620)
|
2023-04-11 12:28:46 +08:00 |
|
Deeka Wong
|
399c85fcce
|
Split hyperf/coroutine from hyperf/utils (#5619)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-04-11 09:38:53 +08:00 |
|
Deeka Wong
|
8f212533db
|
Split ApplicationContext from hyperf/utils to hyperf/context (#5616)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-04-10 17:52:07 +08:00 |
|
李铭昕
|
e3dddc7547
|
Support set the default router for swagger. (#5618)
|
2023-04-10 17:44:00 +08:00 |
|
Deeka Wong
|
677ef3efb0
|
Removed the requirement hyperf/guzzle from hyperf/consul . (#5617)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2023-04-10 14:43:22 +08:00 |
|
李铭昕
|
25b85ac35f
|
Revert "Removed the default header Server: Hyperf from response. (#5614)"
This reverts commit 90b70be1d8 .
|
2023-04-10 10:12:10 +08:00 |
|
李铭昕
|
90b70be1d8
|
Removed the default header Server: Hyperf from response. (#5614)
|
2023-04-09 14:15:38 +08:00 |
|
李铭昕
|
af620a0b43
|
Release v3.0.15 (#5611)
|
2023-04-07 16:46:41 +08:00 |
|
张城铭
|
d5012f87a4
|
Adding send_channel_capacity parameters to the rpc-multiplex document (#5612)
|
2023-04-07 16:29:20 +08:00 |
|
李铭昕
|
9b6d4c6054
|
Don't throw exceptions when using safe client. (#5610)
|
2023-04-07 15:31:15 +08:00 |
|
李铭昕
|
e1b50351b9
|
Added server.options.send_channel_capacity to control whether to use safe socket. (#5606)
|
2023-04-07 14:21:41 +08:00 |
|
李铭昕
|
6e903a2bc4
|
Support the version 2.x of psr/http-message . (#5602)
|
2023-04-04 21:03:06 +08:00 |
|
Deeka Wong
|
775c184e8c
|
Use Hyperf\Pipeline\Pipeline instead of Hyperf\Utils\Pipeline (#5599)
|
2023-04-03 13:29:35 +08:00 |
|
李铭昕
|
3d4c25465d
|
Fixed bug that Hyperf\Utils\Collection cannot loaded when only using Hyperf\Collection\Collection . (#5598)
|
2023-04-03 13:20:34 +08:00 |
|
Deeka Wong
|
92f294fdf5
|
Split hyperf/pipeline from hyperf/utils (#5596)
|
2023-04-03 09:27:20 +08:00 |
|
李铭昕
|
4e3662aef4
|
Use Hyperf\Collection\Arr instead of Hyperf\Utils\Arr . (#5594)
|
2023-04-02 21:17:26 +08:00 |
|
李铭昕
|
fe0742eee8
|
Use Hyperf\Collection\Collection instead of Hyperf\Utils\Collection . (#5593)
* Format code
* Use `Hyperf\Collection\Collection` instead of `Hyperf\Utils\Collection`.
* Use `Hyperf\Collection\collect` instead of `collect`.
|
2023-04-01 15:19:29 +08:00 |
|
李铭昕
|
6d3b1a59d4
|
Release v3.0.14 (#5592)
|
2023-04-01 00:17:42 +08:00 |
|
李铭昕
|
786e3e8aa4
|
Don't run cs when php version < 8.1 (#5589)
|
2023-03-30 20:12:52 +08:00 |
|
李铭昕
|
fcd4661ee9
|
Removed the requirement consul from service-governance . (#5585)
|
2023-03-30 13:49:34 +08:00 |
|
Deeka Wong
|
49c80123c9
|
Adds test cases for Optional (#5584)
|
2023-03-30 13:02:55 +08:00 |
|
Deeka Wong
|
2f5eae9801
|
Deprecate Tappable trait in favor of Hyperf\Tappable\Tappable (#5583)
|
2023-03-29 17:29:32 +08:00 |
|
宣言就是Siam
|
4b44dc9421
|
Add docs for swagger (#5581)
|
2023-03-29 09:36:04 +08:00 |
|
Deeka Wong
|
0e750e8545
|
Split hyperf/conditionable and hyperf/tappable from hyperf/utils (#5580)
|
2023-03-28 23:02:39 +08:00 |
|
huangdijia
|
4cab5ccd2c
|
Fix test
|
2023-03-28 20:16:28 +08:00 |
|
李铭昕
|
fba0dfb0b7
|
change license.
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
d58c340f08
|
Hyperf\Utils\Collection Instead
|
2023-03-28 20:16:28 +08:00 |
|
李铭昕
|
c5a1f6a844
|
Added type hint for Hyperf\Collection\Arr .
|
2023-03-28 20:16:28 +08:00 |
|
李铭昕
|
83369af7ce
|
Optimized composer.json
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
e84615af20
|
Adds .github and License
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
fd293b5a73
|
Adds @deprecated comments
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
8693065b76
|
Adds test cases
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
169dc36c34
|
Adds some helper functions
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
65fd6f99b8
|
Adds collection helper function in Hyperf\Collection
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
4482d5ca09
|
Update class reference in HigherOrderCollectionProxy.php comment.
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
f1f9508957
|
Update CHANGELOG-3.0.md
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
7caae38a9b
|
Remove unused import in Server.php
|
2023-03-28 20:16:28 +08:00 |
|
Deeka Wong
|
403c5db238
|
Adds deprecated comment
|
2023-03-28 20:16:28 +08:00 |
|