Commit Graph

6724 Commits

Author SHA1 Message Date
tw2066
5eb2ab37a8
Fixed bug that heartbeat will be registered more than once. (#3877)
1.nacos 心跳bug 掉线问题
2.nacos 增加20404 状态码判断
3.优化元数据获取

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-30 19:01:55 +08:00
zxyfaxcn
2132ee5ebe
Fixed bug that heartbeat failed when using nacos without default group. (#3873)
* fixed 修复nacos原生用法心跳异常

* fixed 修复ephemeral 是否临时实例设置不生效问题

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-30 18:32:38 +08:00
biausix
91aae7df4f
Fixed bug that watcher does not work caused by proxies replaced. (#3879)
* Fixed bug that `watcher` does not work caused by proxies replaced.

* Update CHANGELOG-2.2.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-29 10:39:11 +08:00
alexzy228
f0cdde4523
Fixed bug that heartbeat failed when using nacos without default group. (#3872)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-28 13:28:07 +08:00
张城铭
7f7bd7aedd
Update document about how to use inject in trait
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-27 13:45:23 +08:00
李铭昕
5efe21fc5b
Release v2.2.1 (#3861) 2021-07-27 11:01:21 +08:00
upper1027
a794a17a79
Fixed bug that the metadata of nacos instance can't be registered successfully. (#3866)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-27 10:43:10 +08:00
pandaLIU
195a2f28bf
Fixed fatal error which caused by dispatching a non exist namespace when using socket-io. (#3750)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-25 22:57:16 +08:00
hesunfly
301278bfcf
Support chained calls for JsonResource::wrap() and JsonResource::withoutWrapping(). (#3763)
* 修改Resource包 调用wrap方法和withoutWrapping方法调用错误的问题

* Update CHANGELOG-2.2.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-25 22:35:00 +08:00
LosingBattle
08ee962ef5
Support RFC 5987 for download() which allows utf-8 encoding, percentage encoded (url-encoded). (#3854)
* Support RFC 5987 for `Hyperf\HttpServer\Contract\ResponseInterface::download()` which allows utf-8 encoding, percentage encoded (url-encoded).

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-25 22:14:58 +08:00
alexzy228
9331644273
Fixed bug that the metadata of nacos instance can't be registered successfully. (#3843)
* Check the status code and body of the response to ensure whether the instance already be registered.

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-25 21:36:31 +08:00
JokerNg
28b73036e4
Update aliyun-logger.md (#3852)
Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: 桥边红药 <24204533+qbhy@users.noreply.github.com>
2021-07-23 18:50:43 +08:00
沈唁
3d70993377
Added documents with filesystem about how to upgrade to v2.2 (#3853) 2021-07-22 12:27:08 +08:00
lidaqi
40ae1a59a1
更改grpc文档,代码位置变更 (#3847) 2021-07-22 11:09:39 +08:00
沈唁
5745d5fff3
Added documents that interface cannot be found in PHP 7.3 (#3849)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-21 17:49:46 +08:00
yansongda
2e22c8ff53
Added yansongda/hyperf-pay into awesome-components.md.
* add: yansongda/hyperf-pay

* add: yansongda/hyperf-pay

* update: update because of Ad law

* Update

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-21 17:21:05 +08:00
zxyfaxcn
27daf56166
Fixed bug that the usage of registering itself like nacos v2.1 does not work. (#3848)
* changed 更改Nacos心跳Process命名空间问题
fixed 兼容Nacos查询服务、实例不存在时返回500状态码的情况

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-21 16:42:10 +08:00
李铭昕
6300efaf81
Fixed bug that watcher does not work for v2.2. (#3845) 2021-07-20 21:49:49 +08:00
shixuefeng
410e3dabda
Update testing.md (#3792)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-20 18:20:29 +08:00
江湖大牛
4d3eb5fb5e
docs: Update upgrade-2.2.md (#3841) 2021-07-20 16:51:44 +08:00
zxyfaxcn
a6bf8c1e9a
Fixed typo of namespace in nacos.md 2021-07-20 16:50:40 +08:00
cexll
0025c18e1d
Update Upgrade2.2.md
Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-07-20 14:17:33 +08:00
沈唁
be245c1fc8
Added suggest requirement ext-pcntl for di.
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-20 13:46:13 +08:00
李铭昕
d117f59d58
Fixed bug that lazy inject does not work for Hyperf\Redis\Redis. (#3828)
* Fixed bug that lazy inject does not work for `Hyperf\Redis\Redis`.

* Update CHANGELOG-2.2.md
2021-07-19 23:28:36 +08:00
黄朝晖
e7e3a395f3
Merge pull request #3820 from huangzhhui/2.2-docs
Translate 2.2 docs
2021-07-19 13:02:12 +08:00
huangzhhui
300e17b3df Translate docs 2021-07-19 13:00:24 +08:00
huangzhhui
f30621ea11 Merge branch '2.2-docs' of github.com:huangzhhui/hyperf into 2.2-docs 2021-07-19 13:00:12 +08:00
黄朝晖
6ab72314bf
Merge pull request #3819 from limingxinleo/2.2-config-center
Use their own configuration below `config_center.php` for config center component which using ETCD and Nacos.
2021-07-19 12:44:46 +08:00
李铭昕
840a55923d Added test cases for config-center 2021-07-19 12:15:16 +08:00
李铭昕
d8256d3753 Use his own configuration below config_center.php for Nacos. 2021-07-19 10:46:53 +08:00
李铭昕
366b6991d5 Use his own configuration below config_center.php for config center component which using ETCD. 2021-07-19 10:36:38 +08:00
huangzhhui
42c498b247 Update README.md 2021-07-19 09:41:04 +08:00
huangzhhui
fa26c91e95 Update CHANGELOG-2.2.md 2021-07-19 09:41:04 +08:00
huangzhhui
4c0a2f21dc Update 2.2 docs 2021-07-19 09:41:04 +08:00
huangzhhui
30fb1a1c82 Fix config of service-governance-consul 2021-07-19 09:41:04 +08:00
huangzhhui
6ef0ee7c11 Update README.md 2021-07-19 02:51:54 +08:00
huangzhhui
beb0bb2c5f Update CHANGELOG-2.2.md 2021-07-19 02:47:17 +08:00
huangzhhui
724e109c49 Update 2.2 docs 2021-07-19 02:42:29 +08:00
huangzhhui
c87ba206ca Fix config of service-governance-consul 2021-07-19 02:42:21 +08:00
李铭昕
0398f5d761 Update branch-alias to 2.2-dev in composer.json 2021-07-18 14:50:14 +08:00
李铭昕
6f9dbd713a Removed useless code 2021-07-18 13:53:33 +08:00
李铭昕
efcdf18a93 Split service-governance into service-governance and service-governance-consul. 2021-07-18 13:53:33 +08:00
李铭昕
14e73c6a7e
Added test cases for Swoole v4.7.0 (#3816)
* Added test cases for Swoole v4.7.0

* Update docs and translate
2021-07-16 18:59:18 +08:00
沈唁
84679ddc0c
Fixed bug that libxml_disable_entity_loader() has been deprecated as of PHP 8.0.0. (#3814)
close https://github.com/hyperf/hyperf/issues/3813

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-16 09:49:15 +08:00
李铭昕
21d245c1aa
Added heartbeat for nacos service governance. (#3806) 2021-07-12 16:44:16 +08:00
李铭昕
4eaf5f72f5 Merge branch 'master' into 2.2-merge 2021-07-12 09:17:05 +08:00
李铭昕
b262874558
Release v2.1.23 (#3803) 2021-07-12 09:13:04 +08:00
李铭昕
58bb6392d0
Fixed bug that amqp consumer couldn't restart when rabbitmq server stopped. (#3798) 2021-07-11 09:05:42 +08:00
李铭昕
1b2cb6aa18
Fixed bug that retry_interval does not work for rpc-multiplex. (#3794) 2021-07-09 20:45:20 +08:00
张城铭
29fca4319b
Support setting multiple annotations by inheriting AbstractMultipleAnnotation, such as @Middleware. (#3791)
Co-authored-by: assert <zhangchengming@kkguan.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-07-09 17:48:39 +08:00