Commit Graph

7722 Commits

Author SHA1 Message Date
李铭昕
9b6d4c6054
Don't throw exceptions when using safe client. (#5610) 2023-04-07 15:31:15 +08:00
李铭昕
e1b50351b9
Added server.options.send_channel_capacity to control whether to use safe socket. (#5606) 2023-04-07 14:21:41 +08:00
李铭昕
6e903a2bc4
Support the version 2.x of psr/http-message. (#5602) 2023-04-04 21:03:06 +08:00
Deeka Wong
775c184e8c
Use Hyperf\Pipeline\Pipeline instead of Hyperf\Utils\Pipeline (#5599) 2023-04-03 13:29:35 +08:00
李铭昕
3d4c25465d
Fixed bug that Hyperf\Utils\Collection cannot loaded when only using Hyperf\Collection\Collection. (#5598) 2023-04-03 13:20:34 +08:00
Deeka Wong
92f294fdf5
Split hyperf/pipeline from hyperf/utils (#5596) 2023-04-03 09:27:20 +08:00
李铭昕
4e3662aef4
Use Hyperf\Collection\Arr instead of Hyperf\Utils\Arr. (#5594) 2023-04-02 21:17:26 +08:00
李铭昕
fe0742eee8
Use Hyperf\Collection\Collection instead of Hyperf\Utils\Collection. (#5593)
* Format code

* Use `Hyperf\Collection\Collection` instead of `Hyperf\Utils\Collection`.

* Use `Hyperf\Collection\collect` instead of `collect`.
2023-04-01 15:19:29 +08:00
李铭昕
6d3b1a59d4
Release v3.0.14 (#5592) 2023-04-01 00:17:42 +08:00
李铭昕
786e3e8aa4
Don't run cs when php version < 8.1 (#5589) 2023-03-30 20:12:52 +08:00
李铭昕
fcd4661ee9
Removed the requirement consul from service-governance. (#5585) 2023-03-30 13:49:34 +08:00
Deeka Wong
49c80123c9
Adds test cases for Optional (#5584) 2023-03-30 13:02:55 +08:00
Deeka Wong
2f5eae9801
Deprecate Tappable trait in favor of Hyperf\Tappable\Tappable (#5583) 2023-03-29 17:29:32 +08:00
宣言就是Siam
4b44dc9421
Add docs for swagger (#5581) 2023-03-29 09:36:04 +08:00
Deeka Wong
0e750e8545
Split hyperf/conditionable and hyperf/tappable from hyperf/utils (#5580) 2023-03-28 23:02:39 +08:00
huangdijia
4cab5ccd2c Fix test 2023-03-28 20:16:28 +08:00
李铭昕
fba0dfb0b7 change license. 2023-03-28 20:16:28 +08:00
Deeka Wong
d58c340f08 Hyperf\Utils\Collection Instead 2023-03-28 20:16:28 +08:00
李铭昕
c5a1f6a844 Added type hint for Hyperf\Collection\Arr. 2023-03-28 20:16:28 +08:00
李铭昕
83369af7ce Optimized composer.json 2023-03-28 20:16:28 +08:00
Deeka Wong
e84615af20 Adds .github and License 2023-03-28 20:16:28 +08:00
Deeka Wong
fd293b5a73 Adds @deprecated comments 2023-03-28 20:16:28 +08:00
Deeka Wong
8693065b76 Adds test cases 2023-03-28 20:16:28 +08:00
Deeka Wong
169dc36c34 Adds some helper functions 2023-03-28 20:16:28 +08:00
Deeka Wong
65fd6f99b8 Adds collection helper function in Hyperf\Collection 2023-03-28 20:16:28 +08:00
Deeka Wong
4482d5ca09 Update class reference in HigherOrderCollectionProxy.php comment. 2023-03-28 20:16:28 +08:00
Deeka Wong
f1f9508957 Update CHANGELOG-3.0.md 2023-03-28 20:16:28 +08:00
Deeka Wong
7caae38a9b Remove unused import in Server.php 2023-03-28 20:16:28 +08:00
Deeka Wong
403c5db238 Adds deprecated comment 2023-03-28 20:16:28 +08:00
Deeka Wong
cb85373d0e Split hyperf/collection from hyperf/utils 2023-03-28 20:16:28 +08:00
张城铭
f60b720e2b
Fixed bug that unable to serialize Channel in Crontab. (#5578) 2023-03-28 15:47:15 +08:00
he426100
df3c2eaff0
Fixed bug that crontab:run cannot work. (#5579) 2023-03-28 12:51:52 +08:00
Deeka Wong
607c62d683
Update Http Server to use new WritableConnection implementation (#5572)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-26 22:31:08 +08:00
李铭昕
03461240d4
Release v3.0.13 (#5570) 2023-03-26 11:34:11 +08:00
Deeka Wong
e3787ee0ac
Simplify RunCommand's dependencies (#5569) 2023-03-25 20:32:54 +08:00
李铭昕
1276cd5308
Optimized the type hint to nullable for schemas which generated by cmd. (#5566) 2023-03-24 09:47:11 +08:00
李铭昕
cbff13f0d8
Added running channel to make sure all crontab tasks handled successfully. (#5563)
Co-authored-by: assert <zhangchengming@kkguan.com>
2023-03-23 21:48:38 +08:00
张城铭
de82a84c1f
Optimized code for crontab parser and coordinator timer. (#5550)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-23 12:50:32 +08:00
李铭昕
cc22603a3b
Added method Query\Builder::upsert(). (#5562) 2023-03-22 22:15:47 +08:00
Deeka Wong
19ea1e9587
Adds setTimer support for kafka (#5561)
* Adds setTimer support for kafka

* Update CHANGELOG-3.0.md

* Fix

* Update

---------

Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-22 18:14:15 +08:00
张城铭
0871603857
feature: Adding a command method to trigger a Crontab (#5558)
Co-authored-by: huangdijia <huangdijia@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-03-22 13:54:57 +08:00
李铭昕
a1d880d386
Cancel grpc-server's dependency on hyperf/rpc. (#5554) 2023-03-21 12:10:44 +08:00
李铭昕
b414020eae
Release v3.0.12 (#5547) 2023-03-20 13:54:11 +08:00
李铭昕
217d2eeb21
Support grpc streaming for config-nacos. (#5546) 2023-03-20 13:19:19 +08:00
李铭昕
5854961307 Support nacos grpc which used to listen config changed event. 2023-03-20 11:06:51 +08:00
李铭昕
cad9dffc4f Support server check for nacos grpc. 2023-03-20 11:06:51 +08:00
李铭昕
5efa78c6ec Added classes of protobuf for nacos. 2023-03-20 11:06:51 +08:00
李铭昕
94bdcf7aa0
Added streaming test for http2 client. (#5545) 2023-03-19 18:21:49 +08:00
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