李铭昕
bb85d29ca0
Moved Macroable
from Hyperf\Database\Model\Collection
to Hyperf\Utils\Collection
. ( #4017 )
2021-09-08 14:55:45 +08:00
李铭昕
705370fb1d
Added test cases.
2021-09-05 00:00:43 +08:00
李铭昕
ae2cf79ed4
Fixed bug that timeout property does not work in circuit breaker. ( #3979 )
2021-08-25 19:07:26 +08:00
李铭昕
3a0d267650
Release v2.2.5 ( #3968 )
2021-08-23 11:09:11 +08:00
李铭昕
6bf0f5d3da
Format code
2021-08-10 10:20:43 +08:00
李铭昕
840a55923d
Added test cases for config-center
2021-07-19 12:15:16 +08:00
李铭昕
6f9dbd713a
Removed useless code
2021-07-18 13:53:33 +08:00
李铭昕
ef7cfee3f5
Upgraded league/flysystem
to ^1.0|^2.0
.
2021-07-07 13:27:38 +08:00
李铭昕
5e515f5452
Fixed composer.json
2021-06-29 13:59:58 +08:00
李铭昕
9953486b68
Added document about how to use config center
2021-06-25 10:04:45 +08:00
huangzhhui
41fa935365
Fixed unit test
2021-06-25 10:04:45 +08:00
李铭昕
e8e1819756
Removed useless code from config-nacos
. ( #3735 )
...
* Removed useless code from `config-nacos`.
* Update composer.json
2021-06-24 17:12:15 +08:00
李铭昕
74e5c8848a
Renamed nacos-sdk
as nacos
.
2021-06-24 16:30:27 +08:00
huangzhhui
376d75ac03
Fix error
2021-06-23 09:07:42 +08:00
huangzhhui
4d6a6139bb
Fix error
2021-06-23 09:07:42 +08:00
huangzhhui
2dba169c62
Add config-center component
2021-06-23 09:07:42 +08:00
李铭昕
fc023147f6
Restructure nacos component
2021-06-22 19:49:34 +08:00
李铭昕
a280656acf
Added ide-helper component ( #3714 )
2021-06-20 10:18:28 +08:00
李铭昕
b9b921cf60
Upgraded markrogoyski/math-php
to ^2.0
( #3709 )
2021-06-18 18:42:01 +08:00
李铭昕
3d9afbf9a0
Added ci for php8 ( #3661 )
2021-06-18 18:29:57 +08:00
pandaLIU
5eb2dbfe5c
Added Nacos SDK component ( #3679 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-06-06 14:19:18 +08:00
李铭昕
17048c0128
Use promphp
instead of endclothing
for prometheus_client_php
. ( #3676 )
2021-06-05 22:39:01 +08:00
李铭昕
3be446e13c
Make tests compatible with phpunit 10. ( #3672 )
2021-06-05 12:30:59 +08:00
李铭昕
e96d722075
Adapt database component to support php8. ( #3670 )
2021-06-05 12:03:34 +08:00
李铭昕
e6650112a0
Removed roave/better-reflection
from other components. ( #3654 )
2021-06-02 13:18:33 +08:00
张城铭
ae9d1e3268
Use Fork Process strategy to replace BetterReflection strategy ( #3634 )
...
* 2.2
* Format code
* optimization
* ast parser
* temp data of scan process
* replace BetterReflection strategy
* Optimized code
* Update Scanner.php
* Fixed phpunit
* Fixed phpunit
* replace BetterReflection strategy
* Update AsyncQueueAspectTest.php
* optimization
* Update InjectTest.php
* Update CHANGELOG-2.2.md
Co-authored-by: assert <zhangchengming@kkguan.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-06-01 00:56:09 +08:00
李铭昕
723fee369e
Support multiplexing for AMQP component.
2021-05-30 10:17:07 +08:00
李铭昕
d621795dd5
Added RPN component
2021-05-20 17:05:46 +08:00
李铭昕
1af932a66c
Added DAG component. ( #3589 )
2021-05-15 17:46:42 +08:00
李铭昕
42bf89639b
domnikl/statsd
is no longer maintained, using the slickdeals/statsd
package instead.
2021-05-13 09:58:05 +08:00
李铭昕
42b9a78860
Upgraded egulias/email-validator to ^3.0 ( #3576 )
2021-05-13 09:37:44 +08:00
李铭昕
b1747fb3eb
Optimized all composer.json ( #3569 )
...
* Optimized all composer.json
* Update package-lock.json
2021-05-11 16:15:42 +08:00
李铭昕
62f7c49352
Upgraded psr/container
to ^1.0|^2.0
( #3337 )
...
* Support psr/container ^2.0
* Update composer.json
* Update CHANGELOG-2.2.md
2021-05-11 13:27:43 +08:00
李铭昕
3b097dc70a
Upgrade friendsofphp/php-cs-fixer to ^3.0 ( #3566 )
...
* Upgrade friendsofphp/php-cs-fixer to ^3.0 and format code
* Rename barnch to 2.2
* Create CHANGELOG-2.2.md
2021-05-11 12:18:49 +08:00
李铭昕
00fe0793e1
Since the 2.2.2 version, promphp/prometheus_client_php will cause fatal error
2021-03-05 20:54:24 +08:00
李铭昕
29eb4e86d5
Upgrade jean85/pretty-package-versions to v2.0
2021-01-30 16:08:16 +08:00
李铭昕
a1e25daafc
Added test cases for connecting not exist server.
2021-01-24 20:14:42 +08:00
李铭昕
f18f06ab7e
Fixed tracer
does not works in hyperf v2.1 ( #3070 )
2021-01-17 19:45:57 +08:00
pandaLIU
e6bf2d78ce
Removed useless code. ( #3109 )
...
* Updated kafka.md
* Update changelog.md
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-01-12 11:50:37 +08:00
李铭昕
4b174ac5ba
Optimized PHPUnit for kafka. ( #3107 )
2021-01-12 09:24:40 +08:00
李铭昕
455e38d0da
Fixed PHPUnit
2021-01-10 17:02:47 +08:00
李铭昕
188a6f0dbb
Added consume result for kafka.
2021-01-10 17:02:47 +08:00
李铭昕
5acfbd594e
Optimized code for kafka.
2021-01-10 17:02:47 +08:00
谷溪
e0533cb7f9
revert: flysystem v2.0 support ( #3077 )
...
* revert: flysystem v2.0 support
v2.0 is incompatible with almost all adapters available.
* Update composer.json
* Update CHANGELOG-2.1.md
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-01-06 16:01:13 +08:00
李铭昕
b3ef62833c
Optimized schema for composer.json
2020-12-29 16:17:31 +08:00
李铭昕
54765d32ce
Changed branch-alias of dev-master
to 2.1-dev
( #3038 )
...
* Update branch-alias
* Update composer.json
2020-12-27 14:12:45 +08:00
李铭昕
2ff91b21f8
Upgraded league/flysystem
to ^1.0|^2.0
( #3034 )
2020-12-27 10:24:51 +08:00
李铭昕
e56ecda54c
Fixed the broken PHPUnit with the latest opentracing. ( #3007 )
2020-12-25 09:57:01 +08:00
李铭昕
a8ea182146
Merge branch 'master' into 2.1-merge
2020-12-14 19:25:02 +08:00
黄朝晖
714e714c3f
Merge pull request #2872 from osgochina/master
...
Add phar component
2020-12-10 16:56:17 +08:00