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
huangzhhui
63d8fd2f2d
Optimizd
2020-01-09 18:58:55 +08:00
黄朝晖
5951d3de83
Merge pull request #1224 from hyperf/optimize-acm
...
Optimized aliyun acm
2020-01-09 18:34:03 +08:00
李铭昕
c0e58d0025
Optimized code.
2020-01-07 18:21:54 +08:00
黄朝晖
ff9de24cc0
Update ---bug-report.md
2020-01-07 16:41:14 +08:00
李铭昕
9fb402dc44
Release connection after declared for amqp producers. ( #1235 )
2020-01-07 16:39:45 +08:00
黄朝晖
6b7ef8dd58
Update ---bug-report.md
2020-01-07 16:38:57 +08:00
李铭昕
2dd5a5e1da
Merge pull request #1215 from limingxinleo/1.1-superglobals
...
Added super-globals component.
2020-01-07 16:28:07 +08:00
李铭昕
23d4018af0
Update CHANGELOG.md
2020-01-07 16:24:12 +08:00
李铭昕
5c8e9035e5
Merge branch 'master' into 1.1-superglobals
2020-01-07 16:23:30 +08:00
黄朝晖
14300aed77
Merge pull request #1237 from EthanChenLi/patch-1
...
Update paginator.md
2020-01-07 15:18:42 +08:00
黄朝晖
4f74f0cd32
Update paginator.md
2020-01-07 15:18:29 +08:00
EthanChenLi
237c0bc6df
Update paginator.md
...
入参必须为int类型
2020-01-07 14:51:55 +08:00
谷溪
2d8d5891b4
Merge pull request #1227 from jcchavezs/patch-1
...
Upgrades jcchavezs/zipkin-php-opentracing to 0.1.4
2020-01-07 10:54:39 +08:00
谷溪
45af02cce7
Merge branch 'master' into patch-1
2020-01-07 10:54:28 +08:00
谷溪
8575d0b3c7
Update CHANGELOG.md
2020-01-07 10:53:35 +08:00
李铭昕
cf59aca5d6
Throw exception when recv failed.
2020-01-07 10:49:49 +08:00
黄朝晖
fc77a07a1f
Merge pull request #1166 from limingxinleo/1.1-keepalive-amqp
...
Added KeepaliveIO for amqp.
2020-01-07 10:39:52 +08:00
huangzhhui
dd93dd3b72
Update CHANGELOG.md
2020-01-07 10:39:20 +08:00
huangzhhui
8ab39c69e0
Merge remote-tracking branch 'upstream/master' into pr/1166
2020-01-07 10:37:30 +08:00
李铭昕
552b5f2a3f
Added method recv
into TransporterInterface.
2020-01-06 18:49:25 +08:00
李铭昕
5f0c6e383d
Request id must is equal to response id.
2020-01-06 16:05:11 +08:00
李铭昕
656032d009
Added data of throwable into RequestException.
2020-01-06 15:23:17 +08:00
huangzhhui
fe4856e480
Upgrade the level of properties
2020-01-06 14:04:47 +08:00
huangzhhui
5ee12b7290
Remove useless properties
2020-01-06 14:04:19 +08:00
李铭昕
aa739ce2d9
Merge pull request #1174 from nihaibao/master
...
子协程异常日志增加调用栈信息
2020-01-06 12:16:45 +08:00
李铭昕
ae52c13935
Added test case.
2020-01-06 12:13:13 +08:00