Commit Graph

7624 Commits

Author SHA1 Message Date
ushell
3045cc37b0
Added kafka.default.enable to control the consumer start or not. (#4112) 2023-03-18 17:45:05 +08:00
lixinhan
a3de56b4ae
Support GRPC services which can easily to registry and discovery. (#5511)
Co-authored-by: lixinhan <lixinhan@yuanxinjituan.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-18 16:32:36 +08:00
Deeka Wong
85b0fa03b6
Improve FactoryResolver (#5541) 2023-03-18 11:35:32 +08:00
Chance
3243651c41
Support AOP hot update (#5528) 2023-03-18 10:25:25 +08:00
李铭昕
59b4ba2e64
Optimized code for AMQPConnection to support the latest php-amqplib. (#5539) 2023-03-18 00:48:52 +08:00
李铭昕
b4ee18cdc6
Support stream call for http2 client. (#5538) 2023-03-17 22:07:00 +08:00
李铭昕
526a72f18a
Update ClientTest.php (#5537) 2023-03-17 17:41:02 +08:00
李铭昕
9aa7ab4aef Fixed test cases. 2023-03-17 17:03:52 +08:00
李铭昕
33c5eeb096 Added test cases. 2023-03-17 17:03:52 +08:00
李铭昕
5eb33d9392 Added code about http2 client. 2023-03-17 17:03:52 +08:00
李铭昕
67cf76b334 Added hyperf/http2-client. 2023-03-17 17:03:52 +08:00
Deeka Wong
2216226503
Adds client & socket config for kafka (#5535) 2023-03-17 10:30:19 +08:00
Deeka Wong
cba6190b67
Fix the bug that setClient() and setSocket() (#5534) 2023-03-17 10:25:47 +08:00
Deeka Wong
dfba517982
Adds client & socket config for kafka (#5533) 2023-03-17 09:50:50 +08:00
宣言就是Siam
4bb03a5f25
Add Coroutine Style Server Lifecycle events Doc (#5445)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-17 09:49:11 +08:00
黄朝晖
0315894bbe
Merge pull request #5482 from marciodojr/english-changelog-update-up-to-v3.0.9
update english changelog up to v3.0.9
2023-03-16 04:30:19 +08:00
Márcio Dias
35f07763ec
update changes from HANGELOG-3.0.md
update up to v3.0.11
2023-03-15 08:50:32 -03:00
李铭昕
814be95ae7
Release v3.0.11 (#5527) 2023-03-15 11:45:55 +08:00
李铭昕
edf5d316ee
Added Hyperf\Kafka\AbstractConsumer::isEnable() to control the kafka consumer start or not. (#5526)
* Added `Hyperf\Kafka\AbstractConsumer::isEnable()`.

* Update CHANGELOG-3.0.md
2023-03-15 10:05:49 +08:00
李铭昕
1f7ac50650
Added consume_timeout for kafka. (#5525) 2023-03-15 09:34:38 +08:00
李铭昕
195fb9bb98
Fixed bug that process stopped when kafka rebalance. (#5523)
* Fixed bug that process stopped when kafka rebalance.

* Update CHANGELOG-3.0.md
2023-03-14 16:06:37 +08:00
Deeka Wong
cbf8976c91
Adds Coroutine::stats() and Coroutine::exists() (#5520) 2023-03-14 13:21:33 +08:00
李铭昕
9d87ee78ab
Fixed bug that worker cannot exit caused by kafka producer->loop(). (#5519) 2023-03-14 10:44:12 +08:00
李铭昕
ee947a657a
Added SwooleConnection::getSocket to get swoole response. (#5518) 2023-03-14 09:39:52 +08:00
李铭昕
44639b968a
Use default normalizer for rpc-multiplex and use protocol.normalizer for rpc-server. (#5513) 2023-03-11 22:53:54 +08:00
李帅西
5a146d612f
Support enum for hyperf/constants. (#5499) 2023-03-11 19:52:32 +08:00
ooing
5e089b3de0
fix_out_content (#5512) 2023-03-11 17:10:10 +08:00
lixinhan
870f362354
Allow developers to replace the normalizer of RPC Client themselves. (#5510)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-11 17:05:12 +08:00
lixinhan
71c5c7e11e
Auto register normalizer for json-rpc and rpc-multiplex. (#5509)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-11 13:08:00 +08:00
lixinhan
d28ed6ae2c
Added Hyperf\Rpc\Protocol::getNormalizer. (#5508)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-11 12:24:09 +08:00
李铭昕
e7f66afb60
Release v3.0.11 (#5507) 2023-03-11 10:21:15 +08:00
ChuckJack
bcab72aeda
Fixed bug that ConfigChanged cannot dispatched when using apollo. (#5497)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-11 09:34:09 +08:00
Márcio Dias
3fc66a3eec
Merge branch 'hyperf:master' into english-changelog-update-up-to-v3.0.9 2023-03-10 20:29:46 -03:00
Deeka Wong
e25a0c64b8
Replace with native annotations (#5506)
* Replace middleware annotations with native annotations

* Replace with native annotations
2023-03-11 07:20:01 +08:00
李铭昕
25da5355af
Added Hyperf\Utils\Serializer\JsonDeNormalizer. (#5504) 2023-03-10 13:38:21 +08:00
Deeka Wong
e2a3718463
Revert 'Allow override of the Builder paginate() total' (#5500) 2023-03-10 12:55:15 +08:00
Deeka Wong
ff5d8b7525
Fixed bug that undefined SWOOLE_HOOK_NATIVE_CURL when swoole < 4.6. (#5501)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-10 12:54:20 +08:00
李铭昕
a548b0ad7c
Added Hyperf\Contract\JsonDeSerializable. (#5503) 2023-03-10 12:21:37 +08:00
黄朝晖
5d4f96ed1f
Merge pull request #5484 from swatchion/patch-1
add swoole repo link for quick reference
2023-03-09 17:09:59 +08:00
黄朝晖
538fe8e433
Update install.md 2023-03-09 17:09:13 +08:00
Deeka Wong
e7295a56bf
Do not replace Handler when native-curl is supported (#5494) 2023-03-07 14:39:19 +08:00
peng
e19f584fea
Optimized code for service registration which support nacos 1.x and 2.x. (#5493)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-07 14:29:51 +08:00
Deeka Wong
bcd7d1b9bb
Renamed CreatingListener to InitUidOnCreatingListener (#5492)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-07 11:01:35 +08:00
Deeka Wong
3bd7101a9c
Added charAt method to both Str and Stringable (#5491) 2023-03-07 09:26:14 +08:00
Deeka Wong
40978c4ade
Allow override of the Builder paginate() total (#5490) 2023-03-07 09:20:40 +08:00
黄朝晖
231baa8a7e
Merge pull request #5489 from huangzhhui/docs-unpkg-res
Use unpkg.hyperf.wiki instead of unpkg.com
2023-03-07 03:00:49 +08:00
huangzhhui
4bec4726e7 Use unpkg.hyperf.wiki instead of unpkg.com 2023-03-07 02:59:52 +08:00
Deeka Wong
0ad6107c0a
Optimize variable naming (#5483) 2023-03-06 17:31:44 +08:00
沈唁
41fe521084
Fix duplicate content-type definition (#5481) 2023-03-06 17:30:11 +08:00
swatchion
d30bf4c10a
add swoole repo link for quick reference 2023-03-06 10:35:28 +08:00