Commit Graph

7024 Commits

Author SHA1 Message Date
沈唁
90214aa6ae
Add HTTP Chunk docs (#4300) 2021-11-29 14:36:27 +08:00
李铭昕
c0a839331d
Release v2.2.18 (#4299) 2021-11-29 09:55:47 +08:00
李铭昕
541f92c661
Support generate relation comments by returning relation type when using gen:model. (#4297)
* Removed all annotations from devtool stubs.
2021-11-27 14:05:42 +08:00
Zelin Ning
7cfc929193
Added alias id() for Hyperf\Database\Schema\Blueprint::bigIncrements(). (#4295)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-27 09:31:04 +08:00
沈唁
aa519afba8
Support run with absolute paths for server:watch (#4293)
* Support run with absolute paths for `server:watch`

* Update CHANGELOG-2.2.md
2021-11-25 14:43:23 +08:00
李铭昕
4ab7faee2d Fixed Network does not found in MetricFactory. 2021-11-25 10:53:18 +08:00
李铭昕
de412c0e1a Merge branch 'master' into 3.0-merge
# Conflicts:
#	src/http-message/src/Server/Response.php
#	src/metric/src/Adapter/Prometheus/MetricFactory.php
2021-11-25 10:32:04 +08:00
weskiller
6c7f6d90f6
Support dynamic $arguments for function value(). (#4291)
* Added test cases

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-25 09:43:31 +08:00
沈唁
cc4cf11a4c
Added HTTP chunk support for hyperf/http-message (#4290)
Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: pandaLIU <563883861@qq.com>
2021-11-24 20:20:55 +08:00
李铭昕
911ab1210e Hyperf\Utils\Contracts\Arrayable will be deprecated, please use Hyperf\Contract\Arrayable instead. 2021-11-23 20:00:06 +08:00
李铭昕
355aabfa71 Upgrade the minimum php version to 8.0 for http-message. 2021-11-23 20:00:06 +08:00
沈唁
019c515ff4
Added method Hyperf\Utils\Network::ip(). (#4284)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-23 17:01:56 +08:00
李铭昕
c49e7e4474
Optimized stubs for generate commands. (#4285) 2021-11-23 16:10:41 +08:00
Leo Cavalcante
6919bf20f9
Fixed type hint error for Hyperf\Grpc\Parser::deserializeMessage() when $response->data is null.
* fix: argument #2 ($value) must be of type string, null given

* Update CHANGELOG-2.2.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-23 12:01:14 +08:00
沈唁
cf199a583a
Upgrade the minimum php version to 8.0 for swoole_tracker (#4279) 2021-11-22 15:46:47 +08:00
李铭昕
6edb9337da
Upgrade the minimum php version to 8.0 for guzzle. (#4276) 2021-11-22 11:24:46 +08:00
李铭昕
a963aafd2f
Release v2.2.17 (#4272) 2021-11-22 09:40:18 +08:00
李铭昕
a8ac403f8a
Upgrade the minimum php version to 8.0 for framework exception-handler and filesystem. (#4274) 2021-11-20 14:41:16 +08:00
李铭昕
a46742e02e
Upgrade the minimum php version to 8.0 for tracer. (#4273) 2021-11-20 12:30:24 +08:00
李铭昕
dfbd785b5f Merge branch 'master' into 3.0-merge 2021-11-20 11:07:11 +08:00
朱梦阳
e1544beec5
Update all documents about annotations. (#4264)
Co-authored-by: zmy <my.zhu@knowyourself.cc>
Co-authored-by: 沈唁 <52o@qq52o.cn>
Co-authored-by: 李铭昕 <l@hyperf.io>
2021-11-20 10:58:02 +08:00
José Carlos Chávez
d38a678ba3
Added PHP8 support for hyperf/tracer. (#4109)
* chore: upgrades to Zipkin Opentracing 2.x.

* chore: fixes zipkin-opentracing version

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-19 09:40:33 +08:00
李铭昕
804c237b87
Changed the default priority of listener to 0 from 1. (#4269) 2021-11-18 11:07:53 +08:00
李铭昕
5e668afc61 Upgrade the minimum php version to 8.0 for etcd. 2021-11-18 09:45:47 +08:00
李铭昕
fb20985692 Support swow for hyperf/elasticsearch. 2021-11-18 09:45:47 +08:00
沈唁
dcaa7601e6
Upgrade swoole version to 4.8.2 in github actions (#4266) 2021-11-17 19:20:49 +08:00
geteng-zyp
293ac3da4b
Fixed the bug that key sort of the result is inconsistent with $callables for parallel. (#4243)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-16 12:47:00 +08:00
李铭昕
f7cc4cc027
Added force index for hyperf/database. (#4260) 2021-11-16 12:03:12 +08:00
李铭昕
5a50800b7d Merge branch 'master' into 3.0-merge 2021-11-15 11:34:22 +08:00
李铭昕
ee98ef979a
Release v2.2.16 2021-11-15 10:27:27 +08:00
沈唁
9a73aa912c
Skip class which is not found by class loader at scan time (#4253)
* Skip class file does not exist at scan time

* Skip class which is not found by class loader at scan time.

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-13 12:35:05 +08:00
李铭昕
e87ace7ab9
Added method getServiceName for rpc client. (#4252) 2021-11-12 19:07:43 +08:00
MrYup
cdd316008f
Update querybuilder docs (#4247)
Fix typo
2021-11-11 17:08:04 +08:00
李铭昕
c80c64b4e1
Upgrade the minimum php version to 8.0 for dispatcher (#4240) 2021-11-10 14:27:28 +08:00
李铭昕
2b75daf92b
Upgrade the minimum php version to 8.0 for di. (#4237) 2021-11-09 17:13:51 +08:00
李铭昕
501de0c9c2
Update mix/redis-subscribe to mix/redis-subscriber. (#4232)
* update mix/redis-subscribe to mix/redis-subscriber

* Upgrade the minimum php version to 8.0 for socketio-server.

Co-authored-by: XuTongle <xutongle@msn.com>
2021-11-08 15:49:45 +08:00
李铭昕
ddbb3bc240
Release v2.2.15 (#4231) 2021-11-08 09:28:41 +08:00
李铭昕
0779cce435
Fixed bug that crontab process does not work. (#4229) 2021-11-07 17:50:09 +08:00
李铭昕
bf4d4abd6d
Resume exit channel by coordinator after running phpunit. (#4227) 2021-11-05 18:26:57 +08:00
李铭昕
dfded07b75
Split hyperf/coordinator from hyperf/utils. (#4225) 2021-11-05 16:06:17 +08:00
李铭昕
77a1a9af46
Upgrade the minimum php version to 8.0 for devtool. (#4224) 2021-11-05 15:27:19 +08:00
李铭昕
043275ec23
Upgrade the minimum php version to 8.0 for rpc-multiplex. (#4221) 2021-11-05 14:49:21 +08:00
李铭昕
ae555051ce
Upgrade the minimum php version to 8.0 for db. (#4220) 2021-11-05 10:42:57 +08:00
李铭昕
ca3f6d4bc7
Upgrade the minimum php version to 8.0 for connection pool. (#4219) 2021-11-04 19:32:22 +08:00
luo
2f97ad12f5
Update supervisor docs (#4215)
Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-11-04 13:59:15 +08:00
李铭昕
2d800e17c4
Rename $circularDependences to $checkCircularDependencies for Dag. (#4214)
* Rename `$circularDependences` to `$checkCircularDependencies`.

* Update CHANGELOG-3.0.md
2021-11-04 11:50:02 +08:00
李铭昕
0885106952
Upgrade the minimum php version to 8.0 for some components. (#4212) 2021-11-04 10:57:41 +08:00
黄朝晖
57b664524a
Merge pull request #4209 from leocavalcante/patch-1
chore(docs/en): kafka link
2021-11-04 02:29:16 +08:00
Leo Cavalcante
821775d80e
chore(docs/en): kafka link 2021-11-03 09:41:31 -03:00
李铭昕
c878ddb1c5
Upgrade the minimum php version to 8.0 for config and config-center. 2021-11-03 19:41:05 +08:00