Commit Graph

7114 Commits

Author SHA1 Message Date
张子彬
655d51e33c
Optimized code for Hyperf\Watcher\Driver\FindNewerDriver. (#4451) 2022-01-20 18:59:25 +08:00
李铭昕
059cd377cf
Fixed bug that multiplex connection don't close after running test cases. (#4474) 2022-01-20 09:52:50 +08:00
李铭昕
33f707bb8d
Fixed bug that start swow server failed. (#4468) 2022-01-19 11:19:43 +08:00
李铭昕
f6b3c3440c
Upgrade the version of hyperf/engine (#4467) 2022-01-19 10:40:54 +08:00
leeyaxing
51f95a6457
fix @var about UPDATED_AT and CREATED_AT. 2022-01-18 10:47:59 +08:00
李铭昕
81649702ad Fixed bug that install hyperf/engine failed. 2022-01-17 15:22:27 +08:00
李铭昕
b086d98a0d Merge branch 'master' into 3.0-merge
# Conflicts:
#	.github/workflows/test.yml
#	src/di/src/Annotation/Scanner.php
#	src/di/tests/InjectTest.php
2022-01-17 14:19:56 +08:00
李铭昕
9cf259a8c1
Release v2.2.23 (#4459) 2022-01-17 10:00:07 +08:00
李铭昕
55617bbccf Added ProcScanHandler which used to run application in windows.
Co-authored-by: 沈唁 <52o@qq52o.cn>
2022-01-17 09:44:56 +08:00
李铭昕
04a8057648 Format code 2022-01-17 09:44:56 +08:00
李铭昕
80259c1af8 Added Hyperf\Di\ScanHandler\ScanHandlerInterface. 2022-01-17 09:44:56 +08:00
Rock
2cfb38b5cc
Added Hyperf\Tracer\Aspect\ElasticserachAspect which used to record traces for elasticsearch. (#4453) 2022-01-14 18:21:28 +08:00
wujingke
66403099b6
Fixed bug that view cache generated failed caused by concurrent request. (#4426)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-01-14 13:27:13 +08:00
李铭昕
bcc8827223
Added command gen:view-engine-cache which used to generate cache files in advance. (#4455) 2022-01-14 11:54:28 +08:00
tegic
03d8173e29
Allow sorting on multiple criteria for Hyperf\Utils\Collection. (#4449) 2022-01-13 15:49:44 +08:00
Tall
52094d0fad
Update English document about Annotation.
- Added demo for query builder.
- Added meilisearch client into awesome components.

Co-authored-by: codelin <494020937@qq.com>
Co-authored-by: Alone88 <im@alone88.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-01-13 12:09:04 +08:00
Daffy Weng
c5283b6007
修复Model::insertOrIgnore返回Builder对象的bug , 应该返回影响行数 (#4434) 2022-01-09 10:17:07 +08:00
李铭昕
c1cbd3e54c Merge branch 'master' into 3.0-merge 2022-01-08 17:53:48 +08:00
半桶水
3e44fd5d2a
Added document about how to use cookies for testing client. (#4427)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-01-07 20:12:58 +08:00
李铭昕
db655c0281
Fixed bug that generating ide-helper failed. (#4438) 2022-01-06 12:01:55 +08:00
pandaLIU
a39e4be0cf
Upgrade the minimum php version to 8.0 for retry. (#4428)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-01-06 10:55:10 +08:00
李铭昕
89b030a75c
Release v2.2.22 (#4430)
* Release v2.2.22

* Update docs and translate

Co-authored-by: limingxinleo <limingxinleo@users.noreply.github.com>
2022-01-04 12:12:16 +08:00
李铭昕
f69ee1a0e0
Added type hint for Debug::getRefCount() which only support object. (#4429)
* Added type hint for `Debug::getRefCount()` which only support object.

* Update CHANGELOG-2.2.md
2022-01-04 11:56:53 +08:00
李铭昕
9adc68eb82 Upgrade code level to 8.0 2021-12-30 19:17:47 +08:00
李铭昕
ad5afa9073 Merge branch 'master' into 3.0-merge
# Conflicts:
#	.github/workflows/test.yml
#	phpunit.xml
#	src/amqp/src/ConnectionFactory.php
#	src/amqp/src/IO/SwooleIO.php
2021-12-30 19:04:00 +08:00
ethanzway
cb6ba3753f
Added database handler for session. (#4409)
Co-authored-by: mac <mac@macdeMacBook-Pro.local>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-30 18:52:44 +08:00
foxriver1314
3b03facc8e
Support SSL for Hyperf\Amqp\IO\SwooleIO. (#4420)
* 支持亚马逊AMQPS

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-30 16:16:01 +08:00
leeyaxing
653f1b60a1
Upgrade the phpunit.xml (#4414) 2021-12-30 11:19:18 +08:00
Rock
f1e89b509e
Added Hyperf\Tracer\Aspect\DbAspect to log db records when using hyperf/db. (#4411)
Co-authored-by: Rock <you@example.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-30 11:06:34 +08:00
moximoxi
6c7de17c15
Upgrade the minimum php version to 8.0 for rate-limit. (#4410)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-29 13:01:10 +08:00
李铭昕
12ce55b12a
Upgrade the minimum php version to 8.0 for resource. (#4407) 2021-12-29 11:21:02 +08:00
李铭昕
0e7054c304
Adapt swoole 5.0 by removing swoole classes with PSR-0. (#4406)
* Removed swoole classes with `PSR-0`

* Update CHANGELOG-2.2.md
2021-12-29 11:14:18 +08:00
nirolee
d094b80a0a
Fixed type hint for doc comments about Db::selectOne(). 2021-12-28 17:49:44 +08:00
李铭昕
ef47a76a60
Upgrade the minimum php version to 8.0 for scout. (#4400) 2021-12-27 17:14:07 +08:00
李铭昕
7cced412b1
Fixed bug that Redis::scan does not work when using redis cluster. (#4399) 2021-12-27 12:47:21 +08:00
李铭昕
e15964fd57
Fixed bug that command gen:model does not adapt 3.0 (#4398) 2021-12-27 12:18:56 +08:00
李铭昕
4b9c6da89b
Upgrade the minimum php version to 8.0 for database. (#4396) 2021-12-27 11:04:01 +08:00
李铭昕
b785dbd777
Upgrade the minimum php version to 8.0 for session and task. (#4395) 2021-12-26 14:43:59 +08:00
李铭昕
6e3eaaad52
Upgrade the minimum php version to 8.0 for service-governance. (#4394) 2021-12-26 14:02:42 +08:00
李铭昕
af4fb59d75
Upgrade the minimum php version to 8.0 for process. (#4393) 2021-12-26 13:36:20 +08:00
李铭昕
2b939e926e
Upgrade the minimum php version to 8.0 for phar and paginator. (#4392) 2021-12-26 11:12:11 +08:00
李铭昕
a18db95c62 Optimized AMQPConnection 2021-12-24 17:29:21 +08:00
李铭昕
64f35367f5 Merge branch 'master' into 3.0-merge 2021-12-24 17:25:42 +08:00
李铭昕
820d6e4c32
Upgrade the minimum php version to 8.0 for server. (#4389) 2021-12-24 17:22:11 +08:00
李铭昕
786af7a621
Upgrade the minimum php version to 8.0 for testing signal and snowflake. (#4387) 2021-12-24 16:22:58 +08:00
李铭昕
9534bc21ab
Upgrade the minimum php version to 8.0 for nsq. (#4386) 2021-12-24 14:15:25 +08:00
李铭昕
c1f3012d8b
Upgrade the minimum php version to 8.0 for rpc-server and rpn. (#4382)
* Upgrade the minimum php version to `8.0` for `rpc-server`.

* Upgrade the minimum php version to `8.0` for `rpn`.
2021-12-21 11:24:15 +08:00
Nick
c5515f824b
Fixed bug that AMQPConnection does not adapt php7.3. 2021-12-20 15:11:22 +08:00
沈唁
7e8cff6f71
Use unpkg.com 2021-12-20 13:48:40 +08:00
李铭昕
06c3f4867e Merge branch 'master' into 3.0-merge
# Conflicts:
#	.github/workflows/test-components.yml
#	.github/workflows/test.yml
#	src/amqp/src/ConnectionFactory.php
2021-12-20 09:49:29 +08:00