jonny77
6dfbf147bd
Update async-queue.md ( #2691 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-21 13:20:40 +08:00
djunny
d76d1f7a16
Optimized code for CastsValue ( #2680 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-21 12:36:15 +08:00
Hugh
79f810d3af
Optimized FindDriver
which can support alpine image. ( #2611 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: sy-records <52o@qq52o.cn>
2020-10-21 11:28:34 +08:00
Dleno
20710a40e5
Optimized amqp consumer which can stop safely. ( #2662 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-21 11:04:27 +08:00
谷溪
27c5ce7837
ensure span finished and flushed. ( #2690 )
...
* fix: ensure span finishes
* fix: ensure span finished and flushed
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-21 10:20:38 +08:00
djunny
f0a8d72d36
Added method getCacheTTL
for CacheableInterface
which can control cache time each models. ( #2682 )
...
Co-authored-by: dj <github@djunny.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-21 10:02:30 +08:00
沈唁
b42419714b
update max_coroutine ( #2685 )
2020-10-19 18:47:35 +08:00
李铭昕
864f500eab
v2.0.15 ( #2679 )
2020-10-19 15:08:13 +08:00
李铭昕
a2b355fd1f
Optimized code of pool to adapt hyperf engine. ( #2673 )
2020-10-16 16:10:34 +08:00
李铭昕
f615185392
Added QueueHandleListener
which can record running logs for async-queue. ( #2671 )
...
* Added QueueHandleListener for async-queue
* Update Client.php
* update
2020-10-16 15:19:13 +08:00
李铭昕
c2230f3c2f
Removed requirement ext-swoole ( #2670 )
2020-10-16 14:24:27 +08:00
李铭昕
52d2e2061c
Hyperf\Server\SwooleEvent
will be deprecated in v3.0, please use Hyperf\Server\Event
instead. (#2668 )
2020-10-16 10:14:05 +08:00
李铭昕
ed755443af
Optimized code of coroutine and coordinator to adapt hyperf engine. ( #2663 )
2020-10-15 19:42:26 +08:00
Nash Gao
6b5b36ce21
Optimized the response when parse parameters failed for json-rpc. ( #2656 )
...
* add try catch for parseParameters method in order to return valid error response to rpc client
* let parseParameter catch \InvalidArugmentException
* let parseParameter catch \InvalidArugmentException
* Format code.
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-15 12:05:56 +08:00
李铭昕
c598e21466
Support HttpServer
for Swow. ( #2659 )
2020-10-15 11:31:31 +08:00
李铭昕
7d477a9b60
Optimized code. ( #2657 )
2020-10-14 09:26:49 +08:00
李铭昕
c87e1ea319
Optimized code. ( #2652 )
2020-10-14 08:57:43 +08:00
李铭昕
cbf6ae79bc
Added method Hyperf\Utils\Resource::from
which can convert string
to resource
. ( #2654 )
...
* Added `Hyperf\Utils\Resource::resourceFor`.
2020-10-13 21:15:07 +08:00
李铭昕
58a21e941d
Create CHANGELOG-2.1.md ( #2629 )
...
* Create CHANGELOG-2.1.md
* Update CHANGELOG-2.1.md
* Create del-useless-remotes.sh
2020-10-13 12:47:58 +08:00
李铭昕
605260385e
Removed deprecated code. ( #2648 )
...
* Removed deprecated code.
* Update
2020-10-13 10:30:14 +08:00
李铭昕
50a2a171c1
Merge pull request #2646 from limingxinleo/2.1-merge
...
Merge master to 2.1
2020-10-13 09:22:39 +08:00
李铭昕
851a5c2b56
Fixed travis.
2020-10-13 09:17:00 +08:00
李铭昕
3b38cc6384
Merge branch 'master' into 2.1-merge
2020-10-13 09:09:45 +08:00
Alone88
7243b8f918
Update scout.md ( #2645 )
2020-10-13 07:26:47 +08:00
李铭昕
d8a721ffa9
Fixed undefined method unsearchable for scout:flush
. ( #2643 )
...
* Fixed scout:flush does not works.
* Update CHANGELOG-2.0.md
2020-10-12 20:02:57 +08:00
李铭昕
84e19f78de
Fixed bug that RedisSecondMetaGenerator
will generate the same meta. ( #2640 )
...
* Fixed bug that `RedisSecondMetaGenerator` will generate the same meta.
* Update RedisMetaGenerator.php
* Update CHANGELOG-2.0.md
2020-10-12 19:03:31 +08:00
李铭昕
044d827d2a
Fixed bug that RedisSecondMetaGenerator
will generate the same meta. ( #2634 )
...
* Update RedisSecondMetaGenerator.php
* Update RedisMetaGeneratorTest.php
* Update CHANGELOG-2.0.md
2020-10-12 17:10:52 +08:00
李铭昕
9c0a2af77d
Fixed exception will not be normalized for json-rpc. ( #2639 )
...
* Fixed exception will not be normalized for json-rpc.
* Update CHANGELOG-2.0.md
2020-10-12 16:00:58 +08:00
谷溪
eb1fb28e33
fix: broken interface binding in retry annotation ( #2637 )
...
* fix: broken interface binding in retry annotation
Di interface bindings are not available at the time of annotation parsing.
* Update Retry.php
* changelog
* test: fix test bindings
* Update RetryAnnotationAspectTest.php
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-12 14:13:50 +08:00
沈唁
3768a08ab3
fix redis config replace error ( #2635 )
...
* fix redis config error
* update
* update
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-12 12:02:08 +08:00
李铭昕
13d0fb58cc
v2.0.14 ( #2631 )
...
* v2.0.14
* Update translation
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-10-12 10:40:47 +08:00
李铭昕
7cedd18caf
Fixed redis cluster does not support auth. ( #2632 )
2020-10-12 10:25:20 +08:00
李铭昕
f72a7d884a
Upgrade twig to ^3.0 ( #2628 )
...
* Upgrade twig to ^3.0
* Update phpstan.neon
2020-10-10 20:13:55 +08:00
李铭昕
bdfa1e3572
Upgrade prometheus_client_php to ^1.0 ( #2626 )
...
* Upgrade prometheus_client_php to ^1.0
* Update phpstan.neon
* Update metric.md
2020-10-10 19:51:09 +08:00
李铭昕
38d12e4e5d
Fixed http client does not works when using guzzle 7.0 and curl hook for hyperf/testing
. ( #2624 )
...
* Update HttpClient.php
* Create HttpClientTest.php
* Update HttpClientTest.php
* Update CHANGELOG-2.0.md
2020-10-10 17:22:32 +08:00
李铭昕
6914d5a71f
Upgrade guzzlehttp/guzzle to ^7.0 ( #2621 )
2020-10-10 13:12:00 +08:00
李铭昕
0d599b4db5
Upgrade vlucas/phpdotenv to ^5.2 ( #2620 )
...
* Upgrade phpdotenv to ^5.2
* update
* Update ClassLoader.php
* Update
2020-10-10 07:27:12 +08:00
李铭昕
4aa5e28d61
Upgrade phpunit to 9.4 ( #2617 )
2020-10-10 01:06:25 +08:00
李铭昕
0a1f01c4b9
Upgrade 2.0 to 2.1
2020-10-09 17:12:06 +08:00
李铭昕
df2ab77895
Update LICENSE ( #2613 )
2020-10-07 16:29:23 +08:00
李铭昕
aaaef039d6
Optimized documents. ( #2610 )
2020-10-05 08:31:32 +08:00
李铭昕
55698e9dd4
Merge pull request #1969 from nfangxu/resource
...
[feature] add hyperf/resource
2020-10-04 19:03:31 +08:00
李铭昕
ad1fd279d5
Update changelog.
2020-10-04 18:59:05 +08:00
李铭昕
48ca8d1616
Format composer.json
2020-10-04 18:42:03 +08:00
李铭昕
895ba2ade7
Merge branch 'master' into pr/1969
2020-10-04 18:27:39 +08:00
李铭昕
5eb2f1f131
Fixed the wrong exception namespace. ( #2608 )
2020-10-03 07:22:37 +08:00
谷溪
5e70bad389
fix: fix memory leak in RetryAnnotationAspect ( #2607 )
...
* fix: fix memory leak in RetryAnnotationAspect
* Update CHANGELOG-2.0.md
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-03 07:11:33 +08:00
李铭昕
68ae3c38bc
Adjust composer.json for scout. ( #2606 )
...
* Adjust composer.json for scout.
* Update composer.json
2020-10-02 11:26:35 +08:00
李铭昕
f3690648b4
Merge pull request #1172 from Reasno/scout
...
Add hyperf/scout, a coroutine friendly version of laravel/scout
2020-10-02 10:29:39 +08:00
李铭昕
6a96fbaccb
Fixed documents.
2020-10-02 10:24:19 +08:00