Commit Graph

4667 Commits

Author SHA1 Message Date
huangzhhui
93de5053da Update CHANGELOG.md 2020-01-16 16:47:43 +08:00
huangzhhui
77a33cc236 Update CHANGELOG.md 2020-01-16 16:47:05 +08:00
huangzhhui
a23cd39d82 Merge branch 'master' of github.com:hyperf/hyperf 2020-01-16 14:33:38 +08:00
huangzhhui
2852aebc25 Translate zh-hk and zh-tw documents 2020-01-16 14:33:32 +08:00
黄朝晖
fb85c4dfbd
Update constants.md 2020-01-16 14:31:55 +08:00
黄朝晖
0829af06e9
Update CHANGELOG.md 2020-01-16 14:25:25 +08:00
黄朝晖
c63720fbc1
Update CHANGELOG.md 2020-01-16 14:24:23 +08:00
黄朝晖
ec98c5ae7f
Update CHANGELOG.md 2020-01-16 14:24:10 +08:00
黄朝晖
b4fd69488f
Update CHANGELOG.md 2020-01-16 14:10:12 +08:00
李铭昕
8bc6cc0ec0 v1.1.16 2020-01-16 13:51:14 +08:00
李铭昕
2850b8b2e9
v1.1.16 Changelog (#1284) 2020-01-16 13:49:56 +08:00
dayday
23bd7f012c Deleted phpstan from require-dev. (#1286) 2020-01-16 13:44:18 +08:00
李铭昕
0e2675969b
Merge pull request #1273 from Reasno/grpc-client
Grpc client Optimization
2020-01-16 10:57:26 +08:00
李铭昕
923cdf814f
Added context for json-rpc. (#1271) 2020-01-16 10:54:29 +08:00
huangzhhui
f441d437c5 Optimize the usage of retry function 2020-01-16 10:51:38 +08:00
李铭昕
2076601c72
Merge pull request #1276 from daydaygo/dayday_fix_consul
Add ACL token for Consul client
2020-01-16 10:50:36 +08:00
dayday
46530e2f56 chore: add hyperf/opentracing (#1281) 2020-01-16 10:25:12 +08:00
Reasno
5bd376baf2 Remove duplicate unset. 2020-01-14 17:19:28 +08:00
李铭昕
46d2be14a8 Update docker-swarm.md 2020-01-14 16:05:04 +08:00
李铭昕
5d779639dc Update docker-swarm.md 2020-01-14 16:00:51 +08:00
谷溪
4440fb12e5
Merge pull request #1277 from Reasno/metric
Add NoOp Driver, to help those who want to disable hyperf/metric temporarily
2020-01-14 15:00:54 +08:00
Reasno
4ee1ba6156 Add NoOp Driver, to help those who want to disable hyperf/metric temporarily. 2020-01-14 14:55:32 +08:00
Reasno
48f1cd9048 Merge branch 'master' of https://github.com/hyperf/hyperf into metric 2020-01-14 14:54:27 +08:00
Reasno
7f83c548cb Add NoOp Driver, to help those who want to disable hyperf/metric temporarily. 2020-01-14 11:39:15 +08:00
李铭昕
247ccd200c
Fixed bug that process not restart when use timer. (#1266) 2020-01-14 11:29:43 +08:00
李铭昕
f034439d1f
Fixed bug that request id will be checked failed, when the id is null. (#1272) 2020-01-14 11:14:27 +08:00
Reasno
000c9462a9 skip buggy version 2020-01-14 10:45:14 +08:00
huangzhhui
8aaed9f1a5 Update consul.md 2020-01-13 17:28:07 +08:00
huangzhhui
eae0ebcdd7 Optimized 2020-01-13 16:14:55 +08:00
daydaygo
0e61afc8e9 fix: add acl token 2020-01-13 15:48:44 +08:00
Reasno
14fe2d8823 gRPC-client optimization.
1. gRPC client now automatically reconnects to the server after disconnection.

2. when gRPC client is garbage collected, the connection is automatically closed.

3. fix a bug where a closed gRPC client still holds the underlying http2 connection.

4. fix a bug where channel pool for gRPC may contain non-empty channels.

5. gRPC client new initializes itself lazily, so it can be used in constructor and container.
2020-01-13 12:52:16 +08:00
李铭昕
f6252ce20d
Added some documents. (#1270) 2020-01-12 16:13:40 +08:00
黄朝晖
8084026312
Merge pull request #1259 from pmw1014/patch-2
Update snowflake.md
2020-01-12 15:30:23 +08:00
黄朝晖
fa00b5172a
Merge pull request #1265 from wiseker/patch-1
Update event.md
2020-01-12 15:01:39 +08:00
李铭昕
f615a222a7
Fixed bug that socket of keepaliveIO always exhausted.. (#1262) 2020-01-11 16:52:03 +08:00
wiseker
bc88c64b3b
Update event.md 2020-01-11 16:29:39 +08:00
李铭昕
4d866f4d38
Added Event QueueLength for async-queue. (#1263) 2020-01-10 22:28:02 +08:00
李铭昕
2dab5f3e0a
Fixed json rpc connection confused.(#1260) 2020-01-10 17:02:32 +08:00
huangzhhui
076f420a07 Merge branch 'master' of github.com:hyperf/hyperf 2020-01-10 16:49:14 +08:00
huangzhhui
bd1c5d185e Translate to zh-hk and zh-tw 2020-01-10 16:49:10 +08:00
李铭昕
badb4b0553
Fixed CRITICAL error that socket of process is unavailable when amqp send heartbeat failed. (#1258) 2020-01-10 16:24:11 +08:00
huangzhhui
a2ad2114a7 Update the changelog of zh-cn 2020-01-10 16:12:47 +08:00
黄朝晖
ab29e13675
Update CHANGELOG.md 2020-01-10 16:08:30 +08:00
Zicai
2c8e5b6c6a
Update snowflake.md
v1.1.3版本使用vendor:publish hyperf/snowflake命令自动生成的内容有更新
2020-01-10 14:10:17 +08:00
李铭昕
d8ab46a14c
v1.1.14 (#1256) 2020-01-10 10:40:17 +08:00
李铭昕
830419d4bb
Merge pull request #1208 from limingxinleo/1.1-rpc
Fixed bug that exception cannot be resolved successfully in TcpServer.
2020-01-10 09:51:58 +08:00
李铭昕
842df58cf9
Merge pull request #1254 from huangzhhui/fix#1187
Change bash to sh
2020-01-10 09:44:18 +08:00
huangzhhui
0d91293a64 Update CHANGELOG.md 2020-01-09 19:45:20 +08:00
huangzhhui
c0e9116020 Merge remote-tracking branch 'upstream/master' into fix#1187 2020-01-09 19:43:24 +08:00
huangzhhui
3c118106d1 Change bash to sh 2020-01-09 19:41:14 +08:00